Searched refs:PythonException (Results 1 – 4 of 4) sorted by relevance
64 return llvm::make_error<PythonException>(); in As()378 return llvm::make_error<PythonException>(); in FromUTF8()1015 const char *PythonException::toCString() const { in toCString()1021 PythonException::PythonException(const char *caller) { in PythonException() function in PythonException1045 void PythonException::Restore() { in Restore()1054 PythonException::~PythonException() { in ~PythonException()1067 bool PythonException::Matches(PyObject *exc) const { in Matches()1084 std::string PythonException::ReadBacktrace() const { in ReadBacktrace()1105 char PythonException::ID = 0;1222 return llvm::make_error<PythonException>(); in Create()[all …]
72 class PythonException; variable188 return llvm::make_error<PythonException>(s);658 class PythonException : public llvm::ErrorInfo<PythonException> {666 PythonException(const char *caller = nullptr);668 ~PythonException();700 expected.takeError(), [](PythonException &E) { E.Restore(); },
1115 [&](PythonException &E) { in ExecuteOneLineWithReturn()1238 llvm::handleErrors(return_value.takeError(), [&](PythonException &E) { in ExecuteMultipleLines()2335 [&](PythonException &E) { in BreakpointCallbackFunction()
315 [&](PythonException &E) {381 [&](PythonException &E) {