Searched refs:structNestingLevel (Results 1 – 5 of 5) sorted by relevance
86 … statementNestingLevel(0), loopNestingLevel(0), structNestingLevel(0), controlFlowNestingLevel(0), in TParseVersions()181 int structNestingLevel; // 0 if outside blocks and structures variable
908 --parseContext.structNestingLevel;3335 --parseContext.structNestingLevel;3342 --parseContext.structNestingLevel;
4637 if (structNestingLevel > 0) in nestedBlockCheck()4639 ++structNestingLevel; in nestedBlockCheck()4644 if (structNestingLevel > 0) in nestedStructCheck()4646 ++structNestingLevel; in nestedStructCheck()
5189 --parseContext.structNestingLevel; in yyparse()9492 --parseContext.structNestingLevel; in yyparse()9510 --parseContext.structNestingLevel; in yyparse()