Home
last modified time | relevance | path

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 DClangFunctionCaller.cpp81 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 DClangUtilityFunction.cpp105 unsigned num_errors = parser.Parse(diagnostic_manager); in Install() local
107 if (num_errors) { in Install()
H A DClangExpressionParser.cpp906 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 DClangUserExpression.cpp501 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 DUtilityFunction.cpp91 unsigned num_errors = in MakeFunctionCaller() local
93 if (num_errors) { in MakeFunctionCaller()
/freebsd-12.1/contrib/com_err/
H A Derror.c82 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 Derror.c85 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 DDriver.cpp698 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 DSBDebugger.h271 int &num_errors, bool &quit_requested,
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp942 int &num_errors, bool &quit_requested, in RunCommandInterpreter() argument
950 num_errors = interp.GetNumErrors(); in RunCommandInterpreter()
/freebsd-12.1/sys/dev/aic7xxx/
H A Daic7xxx.c97 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 Daic79xx.c86 static const u_int num_errors = NUM_ELEMENTS(ahd_hard_errors); variable
905 for (i = 0; i < num_errors; i++) { in ahd_handle_hwerrint()