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; } \
916 cpp_error (pfile, CPP_DL_PEDWARN, in cpp_interpret_integer()
945 cpp_error (pfile, (CPP_OPTION (pfile, c99) in cpp_interpret_integer()
1043 cpp_error (pfile, CPP_DL_ERROR, "missing ')' after \"defined\""); in parse_defined()
1049 cpp_error (pfile, CPP_DL_ERROR, in parse_defined()
1057 cpp_error (pfile, CPP_DL_ERROR, in parse_defined()
1112 cpp_error (pfile, CPP_DL_ERROR, in eval_token()
1459 cpp_error (pfile, CPP_DL_ICE, "impossible operator '%u'", top->op); in reduce()
1589 cpp_error (pfile, CPP_DL_ERROR, "'?' without following ':'"); in reduce()
1598 cpp_error (pfile, CPP_DL_PEDWARN, in reduce()
1604 cpp_error (pfile, CPP_DL_ERROR, "missing '(' in expression"); in reduce()