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

  /src/external/gpl3/gcc/dist/libcpp/
lex.cc 64 static bool warn_in_comment (cpp_reader *, _cpp_line_note *);
1086 warn_in_comment (cpp_reader *pfile, _cpp_line_note *note)
1149 && (!in_comment || warn_in_comment (pfile, note)))
1085 warn_in_comment (cpp_reader *pfile, _cpp_line_note *note) function
  /src/external/gpl3/gcc.old/dist/libcpp/
lex.cc 61 static bool warn_in_comment (cpp_reader *, _cpp_line_note *);
1080 warn_in_comment (cpp_reader *pfile, _cpp_line_note *note)
1143 && (!in_comment || warn_in_comment (pfile, note)))
1079 warn_in_comment (cpp_reader *pfile, _cpp_line_note *note) function

Completed in 45 milliseconds