Home | History | Annotate | Download | only in preprocessor

Lines Matching defs:diagnostics

122     pp::Diagnostics* diagnostics;
1590 context->diagnostics->report(pp::Diagnostics::PP_DIVISION_BY_ZERO,
1607 context->diagnostics->report(pp::Diagnostics::PP_DIVISION_BY_ZERO,
1905 context->diagnostics->report(pp::Diagnostics::PP_INTEGER_OVERFLOW,
1966 context->diagnostics->report(pp::Diagnostics::PP_INVALID_EXPRESSION,
1973 ExpressionParser::ExpressionParser(Lexer *lexer, Diagnostics *diagnostics)
1975 mDiagnostics(diagnostics)
1982 context.diagnostics = mDiagnostics;
1994 mDiagnostics->report(Diagnostics::PP_OUT_OF_MEMORY, token->location, "");
1999 mDiagnostics->report(Diagnostics::PP_INTERNAL_ERROR, token->location, "");