| 3440 | } |
| 3441 | |
| 3442 | static void argument_compiler_free( struct argument_compiler * c ) |
| 3443 | { |
| 3444 | dynamic_array_free( c->args ); |
| 3445 | } |
| 3446 | |
| 3447 | static void argument_compiler_add( struct argument_compiler * c, OBJECT * arg, |
| 3448 | OBJECT * file, int32_t line ) |
no test coverage detected