Searched refs:num_errors (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangFunctionCaller.cpp | 81 unsigned num_errors = 0; in CompileFunction() local 198 num_errors = m_parser->Parse(diagnostic_manager); in CompileFunction() 202 num_errors = 1; in CompileFunction() 205 m_compiled = (num_errors == 0); in CompileFunction() 208 return num_errors; in CompileFunction() 210 return num_errors; in CompileFunction()
|
| H A D | ClangUtilityFunction.cpp | 105 unsigned num_errors = parser.Parse(diagnostic_manager); in Install() local 107 if (num_errors) { in Install()
|
| H A D | ClangExpressionParser.cpp | 906 unsigned num_errors = diag_buf->getNumErrors(); in ParseInternal() local 909 num_errors++; in ParseInternal() 916 if (!num_errors) { in ParseInternal() 921 num_errors++; in ParseInternal() 925 if (!num_errors) { in ParseInternal() 931 return num_errors; in ParseInternal()
|
| H A D | ClangUserExpression.cpp | 501 unsigned num_errors = parser.Parse(diagnostic_manager); in Parse() local 505 if (num_errors) { in Parse()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/ |
| H A D | UtilityFunction.cpp | 91 unsigned num_errors = in MakeFunctionCaller() local 93 if (num_errors) { in MakeFunctionCaller()
|
| /freebsd-12.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-12.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-12.1/contrib/llvm/tools/lldb/tools/driver/ |
| H A D | Driver.cpp | 698 int num_errors; in MainLoop() local 706 num_errors, quit_requested, in MainLoop() 725 handle_events, spawn_thread, options, num_errors, in MainLoop()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBDebugger.h | 271 int &num_errors, bool &quit_requested,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBDebugger.cpp | 942 int &num_errors, bool &quit_requested, in RunCommandInterpreter() argument 950 num_errors = interp.GetNumErrors(); in RunCommandInterpreter()
|
| /freebsd-12.1/sys/dev/aic7xxx/ |
| H A D | aic7xxx.c | 97 static const u_int num_errors = NUM_ELEMENTS(ahc_hard_errors); variable 401 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 905 for (i = 0; i < num_errors; i++) { in ahd_handle_hwerrint()
|