Home | History | Annotate | Download | only in preprocessor

Lines Matching refs:ifdepth

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){
502 if(++cpp->ifdepth >MAX_IF_NESTING){
748 if (!cpp->ifdepth ){
766 cpp->ifdepth=0;
771 if (!cpp->ifdepth){
788 if (!cpp->ifdepth){
793 --cpp->ifdepth;