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

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/preprocessor/
PpContext.cpp 95 for (elsetracker = 0; elsetracker < maxIfNesting; elsetracker++)
PpContext.h 240 static const int maxIfNesting = 64;
243 bool elseSeen[maxIfNesting]; // Keep a track of whether an else has been seen at a particular depth
Pp.cpp 555 if (ifdepth > maxIfNesting) {
574 if (++ifdepth > maxIfNesting) {
    [all...]

Completed in 107 milliseconds