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

Function argument_list_compiler_add

src/engine/function.cpp:3581–3586  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3579}
3580
3581static void argument_list_compiler_add( struct argument_list_compiler * c,
3582 PARSE * parse )
3583{
3584 struct arg_list args = arg_compile( parse );
3585 dynamic_array_push( c->args, args );
3586}
3587
3588static void argument_list_compiler_recurse( struct argument_list_compiler * c,
3589 PARSE * parse )

Callers 1

Calls 1

arg_compileFunction · 0.85

Tested by

no test coverage detected