Home
last modified time | relevance | path

Searched refs:HasErrorOccurred (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonExceptionState.cpp38 if (!HasErrorOccurred()) in Acquire()
46 assert(!HasErrorOccurred()); in Acquire()
82 bool PythonExceptionState::HasErrorOccurred() { return PyErr_Occurred(); } in HasErrorOccurred() function in PythonExceptionState
H A DPythonExceptionState.h32 static bool HasErrorOccurred();