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

Function argument_compiler_init

src/engine/function.cpp:3436–3440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3434
3435
3436static void argument_compiler_init( struct argument_compiler * c )
3437{
3438 dynamic_array_init( c->args );
3439 c->state = ARGUMENT_COMPILER_START;
3440}
3441
3442static void argument_compiler_free( struct argument_compiler * c )
3443{

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