HomeSort by relevance Sort by last modified time
    Searched refs:ifdepth (Results 1 - 3 of 3) sorted by null

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/preprocessor/
PpContext.cpp 94 ifdepth = 0;
Pp.cpp 267 ifdepth++;
275 if (ifdepth)
276 --ifdepth;
280 --ifdepth;
290 /* we decrement ifdepth here, because CPPif will increment
292 if (ifdepth) {
293 --ifdepth;
554 ifdepth++;
555 if (ifdepth > maxIfNesting) {
574 if (++ifdepth > maxIfNesting)
    [all...]
PpContext.h 242 int ifdepth; // current #if-#else-#endif nesting in the cpp.c file (pre-processor) member in class:glslang::TPpContext

Completed in 91 milliseconds