Home
last modified time | relevance | path

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

/openbmc/qemu/scripts/
H A Dblock-coroutine-wrapper.py65 class FuncDecl: class
154 def create_mixed_wrapper(func: FuncDecl) -> str:
184 def create_co_wrapper(func: FuncDecl) -> str:
208 def gen_co_wrapper(func: FuncDecl) -> str:
251 def gen_no_co_wrapper(func: FuncDecl) -> str: