Home
last modified time | relevance | path

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

/qemu/scripts/qapi/
H A Dtypes.py18 from .common import c_enum_const, c_name, mcgen
43 max_index = c_enum_const(name, '_MAX', prefix)
53 index = c_enum_const(name, memb.name, prefix)
101 c_enum=c_enum_const(name, memb.name, prefix))
H A Devents.py17 from .common import c_enum_const, c_name, mcgen
163 c_enum=c_enum_const(event_enum_name, name))
H A Dfeatures.py12 from .common import c_enum_const, c_name
H A Dvisit.py19 c_enum_const,
141 case_str = c_enum_const(tag_member.type.name, var.name,
H A Dcommon.py67 def c_enum_const(type_name: str, function
H A Dgen.py27 c_enum_const,