Lines Matching refs:SetPyError
237 throw SetPyError(PyExc_IndexError, in dunderGetItem()
310 throw SetPyError(PyExc_IndexError, in dunderGetItem()
321 throw SetPyError(PyExc_IndexError, "attempt to access out of bounds block"); in dunderGetItem()
415 throw SetPyError(PyExc_IndexError, in dunderGetItem()
427 throw SetPyError(PyExc_IndexError, in dunderGetItem()
580 throw SetPyError( in resolve()
671 throw SetPyError(PyExc_RuntimeError, "Unbalanced Context enter/exit"); in popContext()
674 throw SetPyError(PyExc_RuntimeError, "Unbalanced Context enter/exit"); in popContext()
693 throw SetPyError(PyExc_RuntimeError, in popInsertionPoint()
698 throw SetPyError(PyExc_RuntimeError, in popInsertionPoint()
715 throw SetPyError(PyExc_RuntimeError, "Unbalanced Location enter/exit"); in popLocation()
718 throw SetPyError(PyExc_RuntimeError, "Unbalanced Location enter/exit"); in popLocation()
802 throw SetPyError(attrError ? PyExc_AttributeError : PyExc_IndexError, in getDialectForKey()
850 throw SetPyError( in resolve()
984 throw SetPyError(PyExc_RuntimeError, "the operation has been invalidated"); in checkValid()
1068 throw SetPyError(PyExc_ValueError, "Detached operations have no parent"); in getParentOperation()
1126 throw SetPyError(PyExc_ValueError, "number of regions must be >= 0"); in create()
1133 throw SetPyError(PyExc_ValueError, "operand value cannot be None"); in create()
1144 throw SetPyError(PyExc_ValueError, "result type cannot be None"); in create()
1185 throw SetPyError(PyExc_ValueError, "successor block cannot be None"); in create()
1582 throw SetPyError(PyExc_ValueError, in insert()
1621 throw SetPyError(PyExc_ValueError, "Block has no terminator"); in atBlockTerminator()
1896 throw SetPyError(PyExc_ValueError, Twine("Cannot cast value to ") + in castFrom()
2136 throw SetPyError(PyExc_KeyError, in dunderGetItemNamed()
2144 throw SetPyError(PyExc_IndexError, in dunderGetItemIndexed()
2164 throw SetPyError(PyExc_KeyError, in dunderDelItem()
2255 throw SetPyError(PyExc_ValueError, "No current Context"); in populateIRCore()
2272 throw SetPyError(PyExc_ValueError, in populateIRCore()
2393 throw SetPyError(PyExc_ValueError, "No current Location"); in populateIRCore()
2491 throw SetPyError( in populateIRCore()
2589 throw SetPyError( in populateIRCore()
2918 throw SetPyError(PyExc_ValueError, "No current InsertionPoint"); in populateIRCore()
2954 throw SetPyError(PyExc_ValueError, in populateIRCore()
3065 throw SetPyError(PyExc_ValueError, in populateIRCore()