Searched refs:num_errors (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.cpp78 unsigned num_errors = 0; local
193 num_errors = clang_parser->Parse(diagnostic_manager);
198 num_errors = 1;
201 m_compiled = (num_errors == 0);
204 return num_errors;
206 return num_errors;
H A DClangUtilityFunction.cpp108 unsigned num_errors = parser.Parse(diagnostic_manager); local
110 if (num_errors) {
H A DClangUserExpression.cpp610 unsigned num_errors = parser.Parse(diagnostic_manager); local
614 if (num_errors) {
H A DClangExpressionParser.cpp1027 unsigned num_errors = diag_buf->getNumErrors(); local
1030 num_errors++;
1037 if (!num_errors) {
1043 return num_errors;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DUtilityFunction.cpp87 unsigned num_errors = local
89 if (num_errors) {
/freebsd-11-stable/contrib/com_err/
H A Derror.c82 int num_errors,
96 et->table->n_msgs = num_errors;
80 initialize_error_table_r(struct et_list **list, const char **messages, int num_errors, long base) argument
/freebsd-11-stable/crypto/heimdal/lib/com_err/
H A Derror.c85 int num_errors,
99 et->table->n_msgs = num_errors;
83 initialize_error_table_r(struct et_list **list, const char **messages, int num_errors, long base) argument
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i492 @param[in] num_errors Initial error counter.
507 %apply int& INOUT { int& num_errors };
514 int &num_errors,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h293 int &num_errors, bool &quit_requested,
/freebsd-11-stable/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp606 int num_errors = 0; local
614 num_errors, quit_requested,
632 num_errors, local_quit_requested,
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1177 int &num_errors, bool &quit_requested,
1184 auto_handle_events, spawn_thread, options, num_errors,
1191 num_errors = interp.GetNumErrors();
1174 RunCommandInterpreter(bool auto_handle_events, bool spawn_thread, SBCommandInterpreterRunOptions &options, int &num_errors, bool &quit_requested, bool &stopped_for_crash) argument
/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic7xxx.c95 static const u_int num_errors = NUM_ELEMENTS(ahc_hard_errors); variable
399 for (i = 0; error != 1 && i < num_errors; i++)
H A Daic79xx.c84 static const u_int num_errors = NUM_ELEMENTS(ahd_hard_errors); variable
903 for (i = 0; i < num_errors; i++) {

Completed in 192 milliseconds