Searched refs:loopNestingLevel (Results 1 – 8 of 8) sorted by relevance
168 void nestLooping() { ++loopNestingLevel; } in nestLooping()169 void unnestLooping() { --loopNestingLevel; } in unnestLooping()
3883 if (parseContext.loopNestingLevel == 0) { in acceptJumpStatement()3890 if (parseContext.loopNestingLevel == 0 && parseContext.switchSequenceStack.size() == 0) { in acceptJumpStatement()
1738 loopNestingLevel = 0; in handleFunctionDefinition()
86 …statementNestingLevel(0), loopNestingLevel(0), structNestingLevel(0), blockNestingLevel(0), contro… in TParseVersions()182 int loopNestingLevel; // 0 if outside all loops variable
3942 ++parseContext.loopNestingLevel;3949 --parseContext.loopNestingLevel;3955 ++parseContext.loopNestingLevel;3967 --parseContext.loopNestingLevel;3973 ++parseContext.loopNestingLevel;3985 --parseContext.loopNestingLevel;4022 if (parseContext.loopNestingLevel <= 0)4027 if (parseContext.loopNestingLevel + parseContext.switchSequenceStack.size() <= 0)
11426 ++parseContext.loopNestingLevel; in yyparse()11438 --parseContext.loopNestingLevel; in yyparse()11449 ++parseContext.loopNestingLevel; in yyparse()11466 --parseContext.loopNestingLevel; in yyparse()11477 ++parseContext.loopNestingLevel; in yyparse()11494 --parseContext.loopNestingLevel; in yyparse()11554 if (parseContext.loopNestingLevel <= 0) in yyparse()11564 if (parseContext.loopNestingLevel + parseContext.switchSequenceStack.size() <= 0) in yyparse()
1298 loopNestingLevel = 0; in handleFunctionDefinition()