Home
last modified time | relevance | path

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

/openbmc/qemu/scripts/
H A Dblock-coroutine-wrapper.py65 class FuncDecl: class
135 yield FuncDecl(wrapper_type=m.group('wrapper_type'),
152 def create_mixed_wrapper(func: FuncDecl) -> str: argument
182 def create_co_wrapper(func: FuncDecl) -> str: argument
206 def gen_co_wrapper(func: FuncDecl) -> str: argument
249 def gen_no_co_wrapper(func: FuncDecl) -> str: argument