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

Function argument_compiler_init

src/engine/function.c:3263–3267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3261
3262
3263static void argument_compiler_init( struct argument_compiler * c )
3264{
3265 dynamic_array_init( c->args );
3266 c->state = ARGUMENT_COMPILER_START;
3267}
3268
3269static void argument_compiler_free( struct argument_compiler * c )
3270{

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