equal
deleted
inserted
replaced
30 * a c++ source program equivalent to the IL and ST |
30 * a c++ source program equivalent to the IL and ST |
31 * code. |
31 * code. |
32 */ |
32 */ |
33 |
33 |
34 /* given a function_body_c, iterate through each |
34 /* given a function_body_c, iterate through each |
35 * function in/out/inout parameter, returning the name |
35 * function/FB call in that code. |
36 * of each parameter... |
|
37 */ |
36 */ |
38 |
37 |
39 |
38 |
40 #include "function_call_iterator.hh" |
39 #include "function_call_iterator.hh" |
41 |
40 |