Searched refs:structNestingLevel (Results 1 – 4 of 4) sorted by relevance
85 … statementNestingLevel(0), loopNestingLevel(0), structNestingLevel(0), controlFlowNestingLevel(0), in TParseVersions()174 int structNestingLevel; // 0 if outside blocks and structures variable
836 --parseContext.structNestingLevel;3216 --parseContext.structNestingLevel;3223 --parseContext.structNestingLevel;
4324 if (structNestingLevel > 0) in nestedBlockCheck()4326 ++structNestingLevel; in nestedBlockCheck()4331 if (structNestingLevel > 0) in nestedStructCheck()4333 ++structNestingLevel; in nestedStructCheck()
5090 --parseContext.structNestingLevel; in yyparse()9288 --parseContext.structNestingLevel; in yyparse()9306 --parseContext.structNestingLevel; in yyparse()