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

Function parse_file

src/engine/parse.cpp:63–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61
62
63void parse_file( OBJECT * f, FRAME * frame )
64{
65 /* Suspend scan of current file and push this new file in the stream. */
66 yyfparse( f );
67
68 parse_impl( frame );
69}
70
71
72void parse_string( OBJECT * name, const char * * lines, FRAME * frame )

Callers 4

mainFunction · 0.85
function_runFunction · 0.85
builtin_boost_buildMethod · 0.85
bootstrapMethod · 0.85

Calls 2

yyfparseFunction · 0.85
parse_implFunction · 0.85

Tested by

no test coverage detected