MCPcopy Create free account
hub / github.com/beefytech/Beef / BfParser_Parse

Function BfParser_Parse

IDEHelper/Compiler/BfParser.cpp:4104–4112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4102}
4103
4104BF_EXPORT bool BF_CALLTYPE BfParser_Parse(BfParser* bfParser, BfPassInstance* bfPassInstance, bool compatMode)
4105{
4106 BP_ZONE("BfParser_Parse");
4107 int startFailIdx = bfPassInstance->mFailedIdx;
4108 bfParser->mCompatMode = compatMode;
4109 bfParser->mQuickCompatMode = compatMode;
4110 bfParser->Parse(bfPassInstance);
4111 return startFailIdx == bfPassInstance->mFailedIdx;
4112}
4113
4114BF_EXPORT bool BF_CALLTYPE BfParser_Reduce(BfParser* bfParser, BfPassInstance* bfPassInstance)
4115{

Callers 2

QueueFileMethod · 0.85
QueueFileMethod · 0.85

Calls 1

ParseMethod · 0.45

Tested by

no test coverage detected