Searched refs:PyOpResult (Results 1 – 1 of 1) sorted by relevance
1945 class PyOpResult : public PyConcreteValue<PyOpResult> { class1952 c.def_property_readonly("owner", [](PyOpResult &self) { in bindDerived()1959 c.def_property_readonly("result_number", [](PyOpResult &self) { in bindDerived()2086 class PyOpResultList : public Sliceable<PyOpResultList, PyOpResult> {2106 friend class Sliceable<PyOpResultList, PyOpResult>;2113 PyOpResult getRawElement(intptr_t index) { in getRawElement()2115 return PyOpResult(value); in getRawElement()2597 return PyOpResult(operation.getRef(), in populateIRCore()3152 PyOpResult::bind(m); in populateIRCore()