Searched defs:addError (Results 1 – 8 of 8) sorted by relevance
/openbsd-src/gnu/llvm/llvm/tools/llvm-ifs/ |
H A D | ErrorCollector.cpp | 21 void ErrorCollector::addError(Error &&Err, StringRef Tag) { in addError() function in ErrorCollector
|
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/ |
H A D | support.py | 26 def addError(self, test, err): member in OldTestResult 72 def addError(self, *args): member in LoggingResult
|
H A D | test_case.py | 92 def addError(self, test, exc_info): member in TestCleanUp.testCleanUpWithErrors.MockResult
|
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/ |
H A D | result.py | 108 def addError(self, test, err): member in TestResult
|
H A D | runner.py | 90 def addError(self, test, err): member in TextTestResult
|
/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/ |
H A D | Diagnostics.cpp | 65 Diagnostics::ArgStream Diagnostics::addError(SourceRange Range, in addError() function in clang::ast_matchers::dynamic::Diagnostics
|
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/ |
H A D | test_result.py | 211 def addError(self, test, err): member in LLDBTestResult
|
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/ |
H A D | InstrProf.cpp | 231 void SoftInstrProfErrors::addError(instrprof_error IE) { in addError() function in llvm::SoftInstrProfErrors
|