Lines Matching refs:cpp_error
74 do { cpp_error (pfile, CPP_DL_ERROR, msgid); goto syntax_error; } while(0)
76 do { cpp_error (pfile, CPP_DL_ERROR, msgid, arg); goto syntax_error; } \
939 cpp_error (pfile, CPP_DL_PEDWARN, in cpp_interpret_integer()
968 cpp_error (pfile, (CPP_OPTION (pfile, c99) in cpp_interpret_integer()
1066 cpp_error (pfile, CPP_DL_ERROR, "missing ')' after \"defined\""); in parse_defined()
1072 cpp_error (pfile, CPP_DL_ERROR, in parse_defined()
1080 cpp_error (pfile, CPP_DL_ERROR, in parse_defined()
1138 cpp_error (pfile, CPP_DL_ERROR, in eval_token()
1485 cpp_error (pfile, CPP_DL_ICE, "impossible operator '%u'", top->op); in reduce()
1615 cpp_error (pfile, CPP_DL_ERROR, "'?' without following ':'"); in reduce()
1624 cpp_error (pfile, CPP_DL_PEDWARN, in reduce()
1630 cpp_error (pfile, CPP_DL_ERROR, "missing '(' in expression"); in reduce()