Searched refs:RE_COMMENTS (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/scripts/codeconverter/codeconverter/ |
H A D | regexps.py | 78 RE_COMMENTS = M(RE_COMMENT + SP) variable
|
H A D | test_regexps.py | 106 assert fullmatch(RE_TI_FIELDS + SP + RE_COMMENTS,
|
H A D | qom_type_info.py | 20 RE_TI_FIELD_INIT = S(r'[ \t]*', NAMED('comments', RE_COMMENTS), 102 NAMED('endcomments', SP, RE_COMMENTS),
|
H A D | qom_macros.py | 769 M(SP, RE_COMMENTS, 772 M(SP, RE_COMMENTS,
|