Home
last modified time | relevance | path

Searched refs:num_errors (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.cpp79 unsigned num_errors = 0; in CompileFunction() local
194 num_errors = clang_parser->Parse(diagnostic_manager); in CompileFunction()
199 num_errors = 1; in CompileFunction()
202 m_compiled = (num_errors == 0); in CompileFunction()
205 return num_errors; in CompileFunction()
207 return num_errors; in CompileFunction()
H A DClangUtilityFunction.cpp126 unsigned num_errors = parser.Parse(diagnostic_manager); in Install() local
128 if (num_errors) { in Install()
H A DClangExpressionParser.cpp1160 unsigned num_errors = adapter->getNumErrors(); in ParseInternal() local
1163 num_errors++; in ParseInternal()
1170 if (!num_errors) { in ParseInternal()
1176 return num_errors; in ParseInternal()
H A DClangUserExpression.cpp579 unsigned num_errors = m_parser->Parse(diagnostic_manager); in TryParse() local
583 if (num_errors) { in TryParse()
/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DUtilityFunction.cpp92 unsigned num_errors = in MakeFunctionCaller() local
94 if (num_errors) { in MakeFunctionCaller()
/freebsd-14.2/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-14.2/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-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h450 %apply int& INOUT { int& num_errors };
456 int &num_errors, bool &quit_requested,
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1258 int &num_errors, bool &quit_requested, in RunCommandInterpreter() argument
1263 num_errors, quit_requested, stopped_for_crash); in RunCommandInterpreter()
1271 num_errors = result.GetNumErrors(); in RunCommandInterpreter()
/freebsd-14.2/sys/dev/aic7xxx/
H A Daic7xxx.c96 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()
H A Daic79xx.c85 static const u_int num_errors = NUM_ELEMENTS(ahd_hard_errors); variable
899 for (i = 0; i < num_errors; i++) { in ahd_handle_hwerrint()