Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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);
/freebsd/contrib/dialog/samples/
H A Ddialog.py138 except IndexError:
168 except IndexError:
197 except IndexError:
223 except IndexError:
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBAddressRangeListExtensions.i18 raise IndexError("list index out of range")
H A DSBSymbolContextListExtensions.i21 raise IndexError
H A DSBDataExtensions.i26 raise IndexError(error.GetCString())
/freebsd/contrib/wpa/wpa_supplicant/utils/
H A Dlog2pcap.py31 except IndexError:
/freebsd/sys/contrib/openzfs/cmd/
H A Ddbufstat.in349 except (IndexError, KeyError):
370 except IndexError:
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp301 [&](const cross_tu::IndexError &IE) { in VisitVarDecl()
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-extensions.swig355 raise IndexError("Index '%d' is out of range" % key)
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp605 [&](const cross_tu::IndexError &IE) { in getRuntimeDefinition()