Searched refs:ifdepth (Results 1 – 4 of 4) sorted by relevance
139 if (ch == '#' && (ifdepth > 0 || parseContext.intermediate.getSource() == EShSourceHlsl)) { in lFloatConst()254 if (ifdepth == 0 && parseContext.intermediate.getSource() == EShSourceGlsl) in lFloatConst()256 if (ifdepth == 0 && !hasDecimalOrExponent) in lFloatConst()273 if (ifdepth == 0 && parseContext.intermediate.getSource() == EShSourceGlsl) in lFloatConst()275 if (ifdepth == 0 && !hasDecimalOrExponent) in lFloatConst()292 if (ifdepth == 0) in lFloatConst()294 if (ifdepth == 0 && !parseContext.relaxedErrors()) in lFloatConst()296 if (ifdepth == 0 && !hasDecimalOrExponent) in lFloatConst()601 if (pp->ifdepth == 0) { in scan()610 if (pp->ifdepth == 0) { in scan()[all …]
247 if (ifdepth >= maxIfNesting || elsetracker >= maxIfNesting) { in CPPelse()251 ifdepth++; in CPPelse()260 if (ifdepth > 0) in CPPelse()261 --ifdepth; in CPPelse()265 --ifdepth; in CPPelse()277 if (ifdepth > 0) { in CPPelse()278 --ifdepth; in CPPelse()551 if (ifdepth >= maxIfNesting || elsetracker >= maxIfNesting) { in CPPif()556 ifdepth++; in CPPif()572 if (ifdepth > maxIfNesting || elsetracker > maxIfNesting) { in CPPifdef()[all …]
92 ifdepth = 0; in TPpContext()
328 …int ifdepth; // current #if-#else-#endif nesting in the cpp.c file (pre-processor) variable