Searched refs:OPTIONAL_PARS (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/scripts/codeconverter/codeconverter/ |
H A D | regexps.py | 59 OPTIONAL_PARS = lambda R: OR(S(r'\(\s*', R, r'\s*\)'), R) function 61 r = OPTIONAL_PARS('abc')+'$'
|
H A D | qom_macros.py | 234 OPTIONAL_PARS(RE_IDENTIFIER), r',', CPP_SPACE, 446 OPTIONAL_PARS(RE_IDENTIFIER), r',', CPP_SPACE,
|