Home
last modified time | relevance | path

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

/openbmc/qemu/scripts/codeconverter/codeconverter/
H A Dqom_type_info.py25 RE_TYPEINFO_START = S(r'^[ \t]*', M(r'(static|const)\s+', name='modifiers'), r'TypeInfo\s+', variable
100 regexp = S(NAMED('begin', RE_TYPEINFO_START),