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

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-common.cc 1007 static bool emitted_lax_note = false;
1029 if (emit_lax_note && !emitted_lax_note)
1031 emitted_lax_note = true;
1005 static bool emitted_lax_note = false; local
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-common.cc 984 static bool emitted_lax_note = false;
1006 if (emit_lax_note && !emitted_lax_note)
1008 emitted_lax_note = true;
982 static bool emitted_lax_note = false; local

Completed in 33 milliseconds