Lines Matching refs:cpp_error
76 do { cpp_error (pfile, CPP_DL_ERROR, msgid); goto syntax_error; } while(0)
78 do { cpp_error (pfile, CPP_DL_ERROR, msgid, arg); goto syntax_error; } \
911 cpp_error (pfile, CPP_DL_PEDWARN, in cpp_interpret_integer()
940 cpp_error (pfile, (CPP_OPTION (pfile, c99) in cpp_interpret_integer()
1038 cpp_error (pfile, CPP_DL_ERROR, "missing ')' after \"defined\""); in parse_defined()
1044 cpp_error (pfile, CPP_DL_ERROR, in parse_defined()
1052 cpp_error (pfile, CPP_DL_ERROR, in parse_defined()
1124 cpp_error (pfile, CPP_DL_ERROR, in eval_token()
1471 cpp_error (pfile, CPP_DL_ICE, "impossible operator '%u'", top->op); in reduce()
1601 cpp_error (pfile, CPP_DL_ERROR, "'?' without following ':'"); in reduce()
1610 cpp_error (pfile, CPP_DL_PEDWARN, in reduce()
1616 cpp_error (pfile, CPP_DL_ERROR, "missing '(' in expression"); in reduce()
2242 cpp_error (pfile, CPP_DL_ERROR, in parse_has_include()
2258 cpp_error (pfile, CPP_DL_ERROR, in parse_has_include()