Lines Matching defs:error
148 int error;
198 state->error = glcpp_preprocess(state, &source, &state->info_log,
201 if (!state->error) {
208 if (!state->error && !state->translation_unit.is_empty())
213 if (!state->error && !quiet) {
220 if (!state->error) {
231 if (!state->error) {
241 if (state->error) {
242 printf("*** error(s) occurred:\n");
247 error = state->error;
252 return error;