Lines Matching refs:error
45 - // By resetting the error callback we indicate to cxx_string_lexer
46 - // that there was an error.
48 + // was an error.
53 cpp_get_callbacks (reader)->error = 0;
62 - callbacks_->error = &cpp_error_callback;
67 + callbacks_->error = &cpp_diagnostic_callback;
76 - // If there was an error, the error callback will be reset to 0.
78 + // If there was an error, the callback will be reset to 0. Diagnostics has
84 if (callbacks_->error == 0)
209 - if (cb->error == 0)
214 + cpp_diagnostic_prev = cb->error;
215 + cb->error = &cpp_diagnostic_filter;
220 - cerr << "ice: expected cpp error callback to be set" << endl;
225 - cpp_error_prev = cb->error;
226 - cb->error = &cpp_error_filter;