Home
last modified time | relevance | path

Searched refs:ifdepth (Results 1 – 4 of 4) sorted by relevance

/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/
DPpScanner.cpp147 if (ch == '#' && (ifdepth > 0 || parseContext.intermediate.getSource() == EShSourceHlsl)) { in lFloatConst()
264 if (ifdepth == 0 && parseContext.intermediate.getSource() == EShSourceGlsl) in lFloatConst()
266 if (ifdepth == 0 && !hasDecimalOrExponent) in lFloatConst()
283 if (ifdepth == 0 && parseContext.intermediate.getSource() == EShSourceGlsl) in lFloatConst()
285 if (ifdepth == 0 && !hasDecimalOrExponent) in lFloatConst()
305 if (ifdepth == 0) in lFloatConst()
307 if (ifdepth == 0 && !parseContext.relaxedErrors()) in lFloatConst()
310 if (ifdepth == 0 && !hasDecimalOrExponent) in lFloatConst()
619 if (pp->ifdepth == 0) { in scan()
628 if (pp->ifdepth == 0) { in scan()
[all …]
DPp.cpp265 if (ifdepth >= maxIfNesting || elsetracker >= maxIfNesting) { in CPPelse()
269 ifdepth++; in CPPelse()
278 if (ifdepth > 0) in CPPelse()
279 --ifdepth; in CPPelse()
283 --ifdepth; in CPPelse()
295 if (ifdepth > 0) { in CPPelse()
296 --ifdepth; in CPPelse()
570 if (ifdepth >= maxIfNesting || elsetracker >= maxIfNesting) { in CPPif()
575 ifdepth++; in CPPif()
591 if (ifdepth > maxIfNesting || elsetracker > maxIfNesting) { in CPPifdef()
[all …]
DPpContext.cpp93 ifdepth = 0; in TPpContext()
DPpContext.h389 …int ifdepth; // current #if-#else-#endif nesting in the cpp.c file (pre-processor) variable