Home
last modified time | relevance | path

Searched refs:num_errors (Results 1 – 12 of 12) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDClangUtilityFunction.cpp127 unsigned num_errors = parser.Parse (error_stream); in Install() local
129 if (num_errors) in Install()
131 error_stream.Printf ("error: %d errors parsing expression\n", num_errors); in Install()
HDClangFunction.cpp127 unsigned num_errors = 0; in CompileFunction() local
243 num_errors = m_parser->Parse (errors); in CompileFunction()
248 num_errors = 1; in CompileFunction()
251 m_compiled = (num_errors == 0); in CompileFunction()
254 return num_errors; in CompileFunction()
256 return num_errors; in CompileFunction()
HDClangExpressionParser.cpp424 int num_errors = 0; in Parse() local
428 num_errors++; in Parse()
442 num_errors++; in Parse()
451 if (!num_errors) in Parse()
456 num_errors++; in Parse()
460 return num_errors; in Parse()
HDClangUserExpression.cpp567 unsigned num_errors = parser.Parse (error_stream); in Parse() local
569 if (num_errors) in Parse()
571 error_stream.Printf ("error: %d errors parsing expression\n", num_errors); in Parse()
/NextBSD/crypto/heimdal/lib/com_err/
HDerror.c85 int num_errors, in initialize_error_table_r() argument
99 et->table->n_msgs = num_errors; in initialize_error_table_r()
/NextBSD/contrib/com_err/
HDerror.c82 int num_errors, in initialize_error_table_r() argument
96 et->table->n_msgs = num_errors; in initialize_error_table_r()
/NextBSD/contrib/llvm/tools/lldb/tools/driver/
HDDriver.cpp1080 int num_errors; in MainLoop() local
1090 num_errors, in MainLoop()
1111 num_errors, in MainLoop()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBDebugger.h329 int &num_errors,
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBDebugger.cpp988 int &num_errors, in RunCommandInterpreter() argument
997 num_errors = interp.GetNumErrors(); in RunCommandInterpreter()
/NextBSD/sys/cam/ctl/
HDctl_backend_block.c204 int num_errors; member
490 beio->num_errors++; in ctl_be_block_biodone()
523 if (beio->num_errors > 0) { in ctl_be_block_biodone()
/NextBSD/sys/dev/aic7xxx/
HDaic7xxx.c95 static const u_int num_errors = NUM_ELEMENTS(ahc_hard_errors); variable
399 for (i = 0; error != 1 && i < num_errors; i++) in ahc_handle_brkadrint()
HDaic79xx.c84 static const u_int num_errors = NUM_ELEMENTS(ahd_hard_errors); variable
903 for (i = 0; i < num_errors; i++) { in ahd_handle_hwerrint()