Searched refs:num_errors (Results 1 – 10 of 10) sorted by relevance
79 unsigned num_errors = 0; in CompileFunction() local194 num_errors = clang_parser->Parse(diagnostic_manager); in CompileFunction()199 num_errors = 1; in CompileFunction()202 m_compiled = (num_errors == 0); in CompileFunction()205 return num_errors; in CompileFunction()207 return num_errors; in CompileFunction()
125 unsigned num_errors = parser.Parse(diagnostic_manager); in Install() local127 if (num_errors) { in Install()
1163 unsigned num_errors = adapter->getNumErrors(); in ParseInternal() local1166 num_errors++; in ParseInternal()1173 if (!num_errors) { in ParseInternal()1179 return num_errors; in ParseInternal()
578 unsigned num_errors = m_parser->Parse(diagnostic_manager); in TryParse() local582 if (num_errors) { in TryParse()
92 unsigned num_errors = in MakeFunctionCaller() local94 if (num_errors) { in MakeFunctionCaller()
82 int num_errors, in initialize_error_table_r() argument96 et->table->n_msgs = num_errors; in initialize_error_table_r()
85 int num_errors, in initialize_error_table_r() argument99 et->table->n_msgs = num_errors; in initialize_error_table_r()
466 %apply int& INOUT { int& num_errors };472 int &num_errors, bool &quit_requested,
1258 int &num_errors, bool &quit_requested, in RunCommandInterpreter() argument1263 num_errors, quit_requested, stopped_for_crash); in RunCommandInterpreter()1271 num_errors = result.GetNumErrors(); in RunCommandInterpreter()
78 static const u_int num_errors = NUM_ELEMENTS(ahd_hard_errors); variable892 for (i = 0; i < num_errors; i++) { in ahd_handle_hwerrint()