MCPcopy Create free account
hub / github.com/boostorg/build / argument_compiler_free

Function argument_compiler_free

v2/engine/function.c:3170–3173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3168}
3169
3170static void argument_compiler_free( struct argument_compiler * c )
3171{
3172 dynamic_array_free( c->args );
3173}
3174
3175static void argument_compiler_add( struct argument_compiler * c, OBJECT * arg,
3176 OBJECT * file, int line )

Callers 3

arg_compileFunction · 0.85
arg_list_compile_builtinFunction · 0.85
arg_list_compile_pythonFunction · 0.85

Calls 1

dynamic_array_freeFunction · 0.85

Tested by

no test coverage detected