Searched refs:num_errors (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangFunctionCaller.cpp | 79 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 D | ClangUtilityFunction.cpp | 121 unsigned num_errors = parser.Parse(diagnostic_manager); in Install() local 123 if (num_errors) { in Install()
|
| H A D | ClangExpressionParser.cpp | 1188 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 D | ClangUserExpression.cpp | 580 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 D | bsd.py | 487 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 D | TestObjCMethods.py | 313 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 D | UtilityFunction.cpp | 83 unsigned num_errors = in MakeFunctionCaller() local 85 if (num_errors) { in MakeFunctionCaller()
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBDebugger.i | 531 %apply int& INOUT { int& num_errors }; 538 int &num_errors,
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBDebugger.h | 386 int &num_errors, bool &quit_requested,
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBDebugger.cpp | 1206 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()
|