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

  /src/external/gpl3/gcc/dist/libcpp/
traditional.cc 105 /* We might need two bytes to terminate an unterminated comment, and
153 Unterminated comments are diagnosed, and correctly terminated in
162 bool unterminated, copy = false; local
168 unterminated = skip_macro_block_comment (pfile);
170 unterminated = _cpp_skip_block_comment (pfile);
172 if (unterminated)
174 "unterminated comment");
201 if (unterminated)
822 "unterminated argument list invoking macro \"%s\"",
  /src/external/gpl3/gcc.old/dist/libcpp/
traditional.cc 105 /* We might need two bytes to terminate an unterminated comment, and
153 Unterminated comments are diagnosed, and correctly terminated in
162 bool unterminated, copy = false; local
168 unterminated = skip_macro_block_comment (pfile);
170 unterminated = _cpp_skip_block_comment (pfile);
172 if (unterminated)
174 "unterminated comment");
201 if (unterminated)
822 "unterminated argument list invoking macro \"%s\"",
  /src/crypto/external/bsd/heimdal/dist/lib/asn1/
lex.c 842 static void unterminated(const char *, unsigned);
1562 unterminated("comment", start_lineno);
1606 unterminated("comment", start_lineno);
1650 unterminated("string", start_lineno);
2735 unterminated(const char *type, unsigned start_lineno) function
2737 lex_error_message("unterminated %s, possibly started on line %d\n", type, start_lineno);

Completed in 54 milliseconds