Home
last modified time | relevance | path

Searched defs:op_t (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/CodeGenCoroutines/
H A Dpr59723.cpp202 using op_t = bug_spawn_op<final_handler_t>; in spawn() typedef
/llvm-project/mlir/python/mlir/dialects/
H A Dpdl.py235 def op_t() -> OperationTypeT: function