Lines Matching defs:PyAsmState
569 class PyAsmState;
581 void print(PyAsmState &state, nanobind::object fileObject, bool binary);
791 class PyAsmState {
793 PyAsmState(MlirValue value, bool useLocalScope) {
802 PyAsmState(PyOperationBase &operation, bool useLocalScope) {
811 ~PyAsmState() { mlirOpPrintingFlagsDestroy(flags); }
813 PyAsmState(PyAsmState &other) = delete;
814 PyAsmState(const PyAsmState &other) = delete;