Home
last modified time | relevance | path

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

/openbmc/qemu/scripts/codeconverter/codeconverter/
H A Dregexps.py82 RE_NUMBER = r'[0-9]+|0x[0-9a-fA-F]+' variable
100 RE_SIMPLE_VALUE = OR(RE_IDENTIFIER, RE_STRING, RE_NUMBER)
H A Dqom_macros.py24 RE_CONSTANT = OR(RE_STRING, RE_NUMBER)