Searched refs:mLoopNestingLevel (Results 1 – 2 of 2) sorted by relevance
49 mLoopNestingLevel(0), in TParseContext()98 mLoopNestingLevel = loopNestintLevel; in setLoopNestingLevel()107 void incrLoopNestingLevel() { ++mLoopNestingLevel; } in incrLoopNestingLevel()108 void decrLoopNestingLevel() { --mLoopNestingLevel; } in decrLoopNestingLevel()261 int mLoopNestingLevel; // 0 if outside all loops variable
3480 if(mLoopNestingLevel <= 0) in addBranch()3487 if(mLoopNestingLevel <= 0 && mSwitchNestingLevel <= 0) in addBranch()