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

Function argument_compiler_init

v2/engine/function.c:3164–3168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3162
3163
3164static void argument_compiler_init( struct argument_compiler * c )
3165{
3166 dynamic_array_init( c->args );
3167 c->state = ARGUMENT_COMPILER_START;
3168}
3169
3170static void argument_compiler_free( struct argument_compiler * c )
3171{

Callers 3

arg_compileFunction · 0.85
arg_list_compile_builtinFunction · 0.85
arg_list_compile_pythonFunction · 0.85

Calls 1

dynamic_array_initFunction · 0.85

Tested by

no test coverage detected