HomeSort by: relevance | last modified time | path
    Searched defs:mi_cmacro (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libcpp/
directives.cc 34 const cpp_hashnode *mi_cmacro;/* macro name for #ifndef around entire file */ member in struct:if_stack
2118 ifs->mi_cmacro = 0;
2216 ifs->mi_cmacro = 0;
2250 if (ifs->next == 0 && ifs->mi_cmacro)
2253 pfile->mi_cmacro = ifs->mi_cmacro;
2280 if (pfile->mi_valid && pfile->mi_cmacro == 0)
2281 ifs->mi_cmacro = cmacro;
2283 ifs->mi_cmacro = 0;
2753 /* Clears, amongst other things, if_stack and mi_cmacro. *
    [all...]
internal.h 490 const cpp_hashnode *mi_cmacro; member in struct:cpp_reader
  /src/external/gpl3/gcc.old/dist/libcpp/
directives.cc 34 const cpp_hashnode *mi_cmacro;/* macro name for #ifndef around entire file */ member in struct:if_stack
2092 ifs->mi_cmacro = 0;
2190 ifs->mi_cmacro = 0;
2224 if (ifs->next == 0 && ifs->mi_cmacro)
2227 pfile->mi_cmacro = ifs->mi_cmacro;
2254 if (pfile->mi_valid && pfile->mi_cmacro == 0)
2255 ifs->mi_cmacro = cmacro;
2257 ifs->mi_cmacro = 0;
2727 /* Clears, amongst other things, if_stack and mi_cmacro. *
    [all...]
internal.h 489 const cpp_hashnode *mi_cmacro; member in struct:cpp_reader

Completed in 20 milliseconds