Home
last modified time | relevance | path

Searched refs:IndexError (Results 1 – 15 of 15) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp142 char IndexError::ID;
144 void IndexError::log(raw_ostream &OS) const { in log()
148 std::error_code IndexError::convertToErrorCode() const { in convertToErrorCode()
185 return llvm::make_error<IndexError>(index_error_code::missing_index_file, in parseCrossTUIndex()
195 return llvm::make_error<IndexError>( in parseCrossTUIndex()
206 return llvm::make_error<IndexError>( in parseCrossTUIndex()
288 return llvm::make_error<IndexError>( in getCrossTUDefinitionImpl()
309 return llvm::make_error<IndexError>(index_error_code::triple_mismatch, in getCrossTUDefinitionImpl()
321 return llvm::make_error<IndexError>(index_error_code::lang_mismatch); in getCrossTUDefinitionImpl()
342 return llvm::make_error<IndexError>( in getCrossTUDefinitionImpl()
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h61 class IndexError : public llvm::ErrorInfo<IndexError> {
64 IndexError(index_error_code C) : Code(C), LineNo(0) {} in IndexError() function
65 IndexError(index_error_code C, std::string FileName, int LineNo = 0)
67 IndexError(index_error_code C, std::string FileName, std::string TripleToName, in IndexError() function
187 void emitCrossTUDiagnostics(const IndexError &IE);
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/
H A Dutil.py64 except IndexError:
H A Dcase.py754 except (TypeError, IndexError, NotImplementedError):
761 except (TypeError, IndexError, NotImplementedError):
782 except (TypeError, IndexError, NotImplementedError):
791 except (TypeError, IndexError, NotImplementedError):
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBSymbolContextList.i81 raise IndexError
H A DSBData.i166 raise IndexError(error.GetCString())
/openbsd-src/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/
H A Dclang.py183 except (IndexError, ValueError):
/openbsd-src/gnu/llvm/llvm/lib/Analysis/models/
H A Dlog_reader.py65 raise IndexError(f'Index {index} out of range [0..{self._len})')
/openbsd-src/gnu/llvm/clang/bindings/python/clang/
H A Dcindex.py417 raise IndexError
436 raise IndexError
454 raise IndexError
2271 raise IndexError("Only non-negative indexes are accepted.")
2274 raise IndexError("Index greater than container length: "
2279 raise IndexError("Argument could not be retrieved.")
2654 raise IndexError
2707 raise IndexError
3040 raise IndexError
3274 raise IndexError
/openbsd-src/gnu/llvm/clang/bindings/python/tests/cindex/
H A Dtest_diagnostics.py67 with self.assertRaises(IndexError):
H A Dtest_type.py232 with self.assertRaises(IndexError):
241 with self.assertRaises(IndexError):
/openbsd-src/gnu/llvm/llvm/utils/
H A Dupdate_mca_test_checks.py191 except IndexError:
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp301 [&](const cross_tu::IndexError &IE) { in VisitVarDecl()
/openbsd-src/gnu/llvm/lldb/bindings/python/
H A Dpython-extensions.swig348 raise IndexError("Index '%d' is out of range" % key)
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp582 [&](const cross_tu::IndexError &IE) { in getRuntimeDefinition()