Searched refs:g_errors (Results 1 – 1 of 1) sorted by relevance
32 static vector<ErrorPos> g_errors; variable120 g_errors.push_back(ErrorPos(this->file, this->line, msg, ErrorPos::ERROR)); in error()152 return g_errors.size() > 0; in hasErrors()159 for (it=g_errors.begin(); it!=g_errors.end(); it++) { in printErrors()