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

Function argument_list_compiler_add

v2/engine/function.c:3308–3313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3306}
3307
3308static void argument_list_compiler_add( struct argument_list_compiler * c,
3309 PARSE * parse )
3310{
3311 struct arg_list args = arg_compile( parse );
3312 dynamic_array_push( c->args, args );
3313}
3314
3315static void argument_list_compiler_recurse( struct argument_list_compiler * c,
3316 PARSE * parse )

Callers 1

Calls 1

arg_compileFunction · 0.85

Tested by

no test coverage detected