Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDClangFunctionCaller.cpp78 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()
HDClangUtilityFunction.cpp108 unsigned num_errors = parser.Parse(diagnostic_manager); in Install() local
110 if (num_errors) { in Install()
HDClangExpressionParser.cpp1027 unsigned num_errors = diag_buf->getNumErrors(); in ParseInternal() local
1030 num_errors++; in ParseInternal()
1037 if (!num_errors) { in ParseInternal()
1043 return num_errors; in ParseInternal()
HDClangUserExpression.cpp610 unsigned num_errors = parser.Parse(diagnostic_manager); in Parse() local
614 if (num_errors) { in Parse()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
HDUtilityFunction.cpp87 unsigned num_errors = in MakeFunctionCaller() local
89 if (num_errors) { in MakeFunctionCaller()
/freebsd-11-stable/crypto/heimdal/lib/com_err/
HDerror.c85 int num_errors, in initialize_error_table_r() argument
99 et->table->n_msgs = num_errors; in initialize_error_table_r()
/freebsd-11-stable/contrib/com_err/
HDerror.c82 int num_errors, in initialize_error_table_r() argument
96 et->table->n_msgs = num_errors; in initialize_error_table_r()
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBDebugger.i507 %apply int& INOUT { int& num_errors };
514 int &num_errors,
/freebsd-11-stable/contrib/llvm-project/lldb/tools/driver/
HDDriver.cpp606 int num_errors = 0; in MainLoop() local
614 num_errors, quit_requested, in MainLoop()
632 num_errors, local_quit_requested, in MainLoop()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBDebugger.h293 int &num_errors, bool &quit_requested,
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBDebugger.cpp1177 int &num_errors, bool &quit_requested, in RunCommandInterpreter() argument
1184 auto_handle_events, spawn_thread, options, num_errors, in RunCommandInterpreter()
1191 num_errors = interp.GetNumErrors(); in RunCommandInterpreter()
/freebsd-11-stable/sys/dev/aic7xxx/
HDaic7xxx.c95 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()
HDaic79xx.c84 static const u_int num_errors = NUM_ELEMENTS(ahd_hard_errors); variable
903 for (i = 0; i < num_errors; i++) { in ahd_handle_hwerrint()