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

  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
compile.h 82 int ifdepth; //current #if-#else-#endif nesting in the cpp.c file (pre-processor) member in struct:CPPStruct_Rec
cppstruct.c 97 cpp->ifdepth=0;
cpp.c 146 if (cpp->ifdepth)
287 depth++; cpp->ifdepth++; cpp->elsetracker++;
293 if (cpp->ifdepth)
294 --cpp->ifdepth;
298 --cpp->ifdepth;
316 /* we decrement cpp->ifdepth here, because CPPif will increment
318 if (cpp->ifdepth){
319 --cpp->ifdepth;
474 if (!cpp->ifdepth++)
476 if(cpp->ifdepth >MAX_IF_NESTING)
    [all...]
scanner.c 675 if(cpp->ifdepth >0){

Completed in 43 milliseconds