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.cpp139 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 …]
DPp.cpp247 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 …]
DPpContext.cpp92 ifdepth = 0; in TPpContext()
DPpContext.h328 …int ifdepth; // current #if-#else-#endif nesting in the cpp.c file (pre-processor) variable