Searched refs:num_errors (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Expression/
H A DClangUtilityFunction.cpp114 unsigned num_errors = parser.Parse (error_stream); local
116 if (num_errors)
118 error_stream.Printf ("error: %d errors parsing expression\n", num_errors);
H A DClangExpressionParser.cpp403 int num_errors = 0; local
410 num_errors = 0;
416 num_errors++;
425 if (!num_errors)
430 num_errors++;
434 return num_errors;
H A DClangFunction.cpp112 unsigned num_errors = 0; local
227 num_errors = m_parser->Parse (errors);
232 num_errors = 1;
235 m_compiled = (num_errors == 0);
238 return num_errors;
240 return num_errors;
H A DClangUserExpression.cpp519 unsigned num_errors = parser.Parse (error_stream); local
521 if (num_errors)
523 error_stream.Printf ("error: %d errors parsing expression\n", num_errors);
/freebsd-10.1-release/contrib/com_err/
H A Derror.c82 int num_errors,
96 et->table->n_msgs = num_errors;
80 initialize_error_table_r(struct et_list **list, const char **messages, int num_errors, long base) argument
/freebsd-10.1-release/crypto/heimdal/lib/com_err/
H A Derror.c85 int num_errors,
99 et->table->n_msgs = num_errors;
83 initialize_error_table_r(struct et_list **list, const char **messages, int num_errors, long base) argument
/freebsd-10.1-release/sys/cam/ctl/
H A Dctl_backend_block.c213 int num_errors; member in struct:ctl_be_block_io
471 beio->num_errors++;
504 if (beio->num_errors > 0) {
/freebsd-10.1-release/sys/dev/aic7xxx/
H A Daic7xxx.c95 static const u_int num_errors = NUM_ELEMENTS(ahc_hard_errors); variable
399 for (i = 0; error != 1 && i < num_errors; i++)
H A Daic79xx.c84 static const u_int num_errors = NUM_ELEMENTS(ahd_hard_errors); variable
903 for (i = 0; i < num_errors; i++) {

Completed in 198 milliseconds