Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp121 unsigned num_errors = parser.Parse(diagnostic_manager); in Install() local
123 if (num_errors) { in Install()
H A DClangExpressionParser.cpp1188 unsigned num_errors = adapter->getNumErrors(); in ParseInternal() local
1191 num_errors++; in ParseInternal()
1198 if (!num_errors) { in ParseInternal()
1204 return num_errors; in ParseInternal()
H A DClangUserExpression.cpp580 unsigned num_errors = m_parser->Parse(diagnostic_manager); in TryParse() local
584 if (num_errors) { in TryParse()
/llvm-project-15.0.7/lldb/examples/python/
H A Dbsd.py487 num_errors = 0
504 num_errors += 1
512 num_errors += 1
518 num_errors += 1
534 num_errors += 1
539 num_errors += 1
545 num_errors += 1
551 if num_errors > 0:
552 print("%u errors found" % (num_errors), file=result)
/llvm-project-15.0.7/lldb/test/API/lang/objc/foundation/
H A DTestObjCMethods.py313 num_errors = 0
316 if num_errors == 0:
319 num_errors += 1
321 self.assertEqual(num_errors, 0, "Spurious lookups detected")
/llvm-project-15.0.7/lldb/source/Expression/
H A DUtilityFunction.cpp83 unsigned num_errors = in MakeFunctionCaller() local
85 if (num_errors) { in MakeFunctionCaller()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBDebugger.i531 %apply int& INOUT { int& num_errors };
538 int &num_errors,
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBDebugger.h386 int &num_errors, bool &quit_requested,
/llvm-project-15.0.7/lldb/source/API/
H A DSBDebugger.cpp1206 int &num_errors, bool &quit_requested, in RunCommandInterpreter() argument
1211 num_errors, quit_requested, stopped_for_crash); in RunCommandInterpreter()
1219 num_errors = result.GetNumErrors(); in RunCommandInterpreter()