Searched refs:num_errors (Results 1 – 13 of 13) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| HD | ClangFunctionCaller.cpp | 78 unsigned num_errors = 0; in CompileFunction() local 193 num_errors = clang_parser->Parse(diagnostic_manager); in CompileFunction() 198 num_errors = 1; in CompileFunction() 201 m_compiled = (num_errors == 0); in CompileFunction() 204 return num_errors; in CompileFunction() 206 return num_errors; in CompileFunction()
|
| HD | ClangUtilityFunction.cpp | 108 unsigned num_errors = parser.Parse(diagnostic_manager); in Install() local 110 if (num_errors) { in Install()
|
| HD | ClangExpressionParser.cpp | 1027 unsigned num_errors = diag_buf->getNumErrors(); in ParseInternal() local 1030 num_errors++; in ParseInternal() 1037 if (!num_errors) { in ParseInternal() 1043 return num_errors; in ParseInternal()
|
| HD | ClangUserExpression.cpp | 610 unsigned num_errors = parser.Parse(diagnostic_manager); in Parse() local 614 if (num_errors) { in Parse()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/ |
| HD | UtilityFunction.cpp | 87 unsigned num_errors = in MakeFunctionCaller() local 89 if (num_errors) { in MakeFunctionCaller()
|
| /freebsd-11-stable/crypto/heimdal/lib/com_err/ |
| HD | error.c | 85 int num_errors, in initialize_error_table_r() argument 99 et->table->n_msgs = num_errors; in initialize_error_table_r()
|
| /freebsd-11-stable/contrib/com_err/ |
| HD | error.c | 82 int num_errors, in initialize_error_table_r() argument 96 et->table->n_msgs = num_errors; in initialize_error_table_r()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/ |
| HD | SBDebugger.i | 507 %apply int& INOUT { int& num_errors }; 514 int &num_errors,
|
| /freebsd-11-stable/contrib/llvm-project/lldb/tools/driver/ |
| HD | Driver.cpp | 606 int num_errors = 0; in MainLoop() local 614 num_errors, quit_requested, in MainLoop() 632 num_errors, local_quit_requested, in MainLoop()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/ |
| HD | SBDebugger.h | 293 int &num_errors, bool &quit_requested,
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/API/ |
| HD | SBDebugger.cpp | 1177 int &num_errors, bool &quit_requested, in RunCommandInterpreter() argument 1184 auto_handle_events, spawn_thread, options, num_errors, in RunCommandInterpreter() 1191 num_errors = interp.GetNumErrors(); in RunCommandInterpreter()
|
| /freebsd-11-stable/sys/dev/aic7xxx/ |
| HD | aic7xxx.c | 95 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()
|
| HD | aic79xx.c | 84 static const u_int num_errors = NUM_ELEMENTS(ahd_hard_errors); variable 903 for (i = 0; i < num_errors; i++) { in ahd_handle_hwerrint()
|