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

Function argument_compiler_free

src/engine/function.cpp:3442–3445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3440}
3441
3442static void argument_compiler_free( struct argument_compiler * c )
3443{
3444 dynamic_array_free( c->args );
3445}
3446
3447static void argument_compiler_add( struct argument_compiler * c, OBJECT * arg,
3448 OBJECT * file, int32_t 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