Searched refs:IndexError (Results 1 – 10 of 10) sorted by relevance
61 class IndexError : public llvm::ErrorInfo<IndexError> {64 IndexError(index_error_code C) : Code(C), LineNo(0) {} in IndexError() function65 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() function187 void emitCrossTUDiagnostics(const IndexError &IE);
138 except IndexError:168 except IndexError:197 except IndexError:223 except IndexError:
18 raise IndexError("list index out of range")
21 raise IndexError
26 raise IndexError(error.GetCString())
31 except IndexError:
349 except (IndexError, KeyError):370 except IndexError:
301 [&](const cross_tu::IndexError &IE) { in VisitVarDecl()
355 raise IndexError("Index '%d' is out of range" % key)
605 [&](const cross_tu::IndexError &IE) { in getRuntimeDefinition()