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

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-ppoutput.cc 187 bool in_pragma; member in class:token_streamer
194 in_pragma (false)
202 in_pragma = true;
246 && !in_pragma)
267 && !in_pragma)
278 in_pragma = true;
300 in_pragma = false;
308 && !in_pragma
318 if (!in_pragma || should_output_pragmas ())
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-ppoutput.cc 175 bool in_pragma; member in class:token_streamer
183 in_pragma (false),
190 in_pragma = true;
223 && !in_pragma)
244 && !in_pragma)
266 in_pragma = true;
271 in_pragma = false;
279 && !in_pragma
  /src/external/gpl3/gcc/dist/gcc/cp/
parser.h 119 bool in_pragma; variable
  /src/external/gpl3/gcc.old/dist/gcc/cp/
parser.h 115 bool in_pragma; variable

Completed in 31 milliseconds