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

Function argument_compiler_free

src/engine/function.c:3269–3272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3267}
3268
3269static void argument_compiler_free( struct argument_compiler * c )
3270{
3271 dynamic_array_free( c->args );
3272}
3273
3274static void argument_compiler_add( struct argument_compiler * c, OBJECT * arg,
3275 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