Searched refs:RE_EXPRESSION (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/scripts/codeconverter/codeconverter/ |
H A D | regexps.py | 116 RE_EXPRESSION = OR(RE_SIZEOF, RE_FUN_CALL, RE_MACRO_CONCAT, RE_SIMPLE_VALUE, variable
|
H A D | test_regexps.py | 28 assert fullmatch(RE_EXPRESSION, 'TYPE_ASPEED_GPIO "-ast2600"')
|
H A D | qom_type_info.py | 22 NAMED('value', RE_EXPRESSION), r'[ \t]*,?[ \t]*\n')
|
H A D | qom_macros.py | 33 CPP_SPACE, NAMED('value', RE_EXPRESSION), r'[ \t]*\n')
|