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

/freebsd-10.0-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.cpp411 int num_errors = 0; local
418 num_errors = 0;
424 num_errors++;
433 if (!num_errors)
438 num_errors++;
442 return num_errors;
H A DClangFunction.cpp113 unsigned num_errors = 0; local
228 num_errors = m_parser->Parse (errors);
233 num_errors = 1;
236 m_compiled = (num_errors == 0);
239 return num_errors;
241 return num_errors;
H A DClangUserExpression.cpp522 unsigned num_errors = parser.Parse (error_stream); local
524 if (num_errors)
526 error_stream.Printf ("error: %d errors parsing expression\n", num_errors);
/freebsd-10.0-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.0-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.0-release/sys/cam/ctl/
H A Dctl_backend_block.c202 int num_errors; member in struct:ctl_be_block_io
524 beio->num_errors++;
554 if (beio->num_errors > 0) {
/freebsd-10.0-release/sys/dev/aic7xxx/
H A Daic7xxx.c96 static const u_int num_errors = NUM_ELEMENTS(ahc_hard_errors); variable
400 for (i = 0; error != 1 && i < num_errors; i++)
H A Daic79xx.c85 static const u_int num_errors = NUM_ELEMENTS(ahd_hard_errors); variable
904 for (i = 0; i < num_errors; i++) {

Completed in 227 milliseconds