Searched refs:num_errors (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | 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()
|
| H A D | ClangUtilityFunction.cpp | 125 unsigned num_errors = parser.Parse(diagnostic_manager); in Install() local 127 if (num_errors) { in Install()
|
| H A D | ClangExpressionParser.cpp | 1185 unsigned num_errors = adapter->getNumErrors(); in ParseInternal() local 1188 num_errors++; in ParseInternal() 1195 if (!num_errors) { in ParseInternal() 1201 return num_errors; in ParseInternal()
|
| H A D | ClangUserExpression.cpp | 583 unsigned num_errors = m_parser->Parse(diagnostic_manager); in TryParse() local 587 if (num_errors) { in TryParse()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Expression/ |
| H A D | UtilityFunction.cpp | 88 unsigned num_errors = in MakeFunctionCaller() local 90 if (num_errors) { in MakeFunctionCaller()
|
| /freebsd-13.1/contrib/com_err/ |
| H A D | 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-13.1/crypto/heimdal/lib/com_err/ |
| H A D | 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-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBDebugger.i | 507 %apply int& INOUT { int& num_errors }; 514 int &num_errors,
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBDebugger.h | 369 int &num_errors, bool &quit_requested,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBDebugger.cpp | 1221 int &num_errors, bool &quit_requested, in RunCommandInterpreter() argument 1228 auto_handle_events, spawn_thread, options, num_errors, in RunCommandInterpreter() 1237 num_errors = result.GetNumErrors(); in RunCommandInterpreter()
|
| /freebsd-13.1/sys/dev/aic7xxx/ |
| H A D | aic7xxx.c | 97 static const u_int num_errors = NUM_ELEMENTS(ahc_hard_errors); variable 400 for (i = 0; error != 1 && i < num_errors; i++) in ahc_handle_brkadrint()
|
| H A D | aic79xx.c | 86 static const u_int num_errors = NUM_ELEMENTS(ahd_hard_errors); variable 900 for (i = 0; i < num_errors; i++) { in ahd_handle_hwerrint()
|