Searched refs:IndexError (Results 1 – 15 of 15) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/CrossTU/ |
| H A D | CrossTranslationUnit.cpp | 142 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 D | CrossTranslationUnit.h | 61 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 D | util.py | 64 except IndexError:
|
| H A D | case.py | 754 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 D | SBSymbolContextList.i | 81 raise IndexError
|
| H A D | SBData.i | 166 raise IndexError(error.GetCString())
|
| /openbsd-src/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/ |
| H A D | clang.py | 183 except (IndexError, ValueError):
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/models/ |
| H A D | log_reader.py | 65 raise IndexError(f'Index {index} out of range [0..{self._len})')
|
| /openbsd-src/gnu/llvm/clang/bindings/python/clang/ |
| H A D | cindex.py | 417 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 D | test_diagnostics.py | 67 with self.assertRaises(IndexError):
|
| H A D | test_type.py | 232 with self.assertRaises(IndexError): 241 with self.assertRaises(IndexError):
|
| /openbsd-src/gnu/llvm/llvm/utils/ |
| H A D | update_mca_test_checks.py | 191 except IndexError:
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | AnalysisConsumer.cpp | 301 [&](const cross_tu::IndexError &IE) { in VisitVarDecl()
|
| /openbsd-src/gnu/llvm/lldb/bindings/python/ |
| H A D | python-extensions.swig | 348 raise IndexError("Index '%d' is out of range" % key)
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | CallEvent.cpp | 582 [&](const cross_tu::IndexError &IE) { in getRuntimeDefinition()
|