Searched refs:loopNestingLevel (Results 1 – 8 of 8) sorted by relevance
166 void nestLooping() { ++loopNestingLevel; } in nestLooping()167 void unnestLooping() { --loopNestingLevel; } in unnestLooping()
3881 if (parseContext.loopNestingLevel == 0) { in acceptJumpStatement()3888 if (parseContext.loopNestingLevel == 0 && parseContext.switchSequenceStack.size() == 0) { in acceptJumpStatement()
1738 loopNestingLevel = 0; in handleFunctionDefinition()
86 … statementNestingLevel(0), loopNestingLevel(0), structNestingLevel(0), controlFlowNestingLevel(0), in TParseVersions()180 int loopNestingLevel; // 0 if outside all loops variable
3707 ++parseContext.loopNestingLevel;3714 --parseContext.loopNestingLevel;3719 ++parseContext.loopNestingLevel;3730 --parseContext.loopNestingLevel;3736 ++parseContext.loopNestingLevel;3748 --parseContext.loopNestingLevel;3785 if (parseContext.loopNestingLevel <= 0)3790 if (parseContext.loopNestingLevel + parseContext.switchSequenceStack.size() <= 0)
10078 ++parseContext.loopNestingLevel; in yyparse()10090 --parseContext.loopNestingLevel; in yyparse()10100 ++parseContext.loopNestingLevel; in yyparse()10116 --parseContext.loopNestingLevel; in yyparse()10127 ++parseContext.loopNestingLevel; in yyparse()10144 --parseContext.loopNestingLevel; in yyparse()10204 if (parseContext.loopNestingLevel <= 0) in yyparse()10214 if (parseContext.loopNestingLevel + parseContext.switchSequenceStack.size() <= 0) in yyparse()
1113 loopNestingLevel = 0; in handleFunctionDefinition()