Home
last modified time | relevance | path

Searched defs:regexp (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/scripts/codeconverter/codeconverter/
H A Dqom_macros.py28 regexp = S(r'^[ \t]*#[ \t]*define', CPP_SPACE, NAMED('name', RE_IDENTIFIER), r'\b') variable in DefineDirective
32 regexp = S(r'^[ \t]*#[ \t]*define', CPP_SPACE, NAMED('name', RE_IDENTIFIER), variable in ExpressionDefine
40 regexp = S(r'^[ \t]*#[ \t]*define', CPP_SPACE, NAMED('name', RE_IDENTIFIER), variable in ConstantDefine
104 regexp = S(r'^[ \t]*typedef', SP, variable in SimpleTypedefMatch
135 regexp = RE_STRUCT_TYPEDEF variable in FullStructTypedefMatch
247 regexp = RE_CHECK_MACRO variable in TypeCheckMacro
442 regexp = S(RE_MACRO_DEFINE, variable in InterfaceCheckMacro
497 regexp = S(r'^[ \t]*DECLARE_INSTANCE_CHECKER\s*\(\s*', variable in DeclareInstanceChecker
510 regexp = S(r'^[ \t]*DECLARE_INTERFACE_CHECKER\s*\(\s*', variable in DeclareInterfaceChecker
523 regexp = S(r'^[ \t]*DECLARE_INSTANCE_TYPE\s*\(\s*', variable in DeclareInstanceType
[all …]
H A Dqom_type_info.py36 regexp = RE_ARRAY_ITEM variable in ArrayItem
39 regexp = RE_ARRAY variable in ArrayInitializer
46 regexp = RE_TI_FIELD_INIT variable in FieldInitializer
100 regexp = S(NAMED('begin', RE_TYPEINFO_START), variable in TypeInfoVar
428 regexp = S(r'^[ \t]*OBJECT_DEFINE_TYPE_EXTENDED\s*\(\s*', variable in ObjectDefineTypeExtended
441 regexp = S(r'^[ \t]*OBJECT_DEFINE_TYPE\s*\(\s*', variable in ObjectDefineType
490 regexp = S(r'^[ \t]*#[ \t]*define', CPP_SPACE, variable in AddDeclareVoidInstanceType
808 regexp = S(r'^[ \t]*type_init\s*\(\s*', NAMED('name', RE_IDENTIFIER), r'\s*\);?[ \t]*\n') variable in TypeInitMacro
825 regexp = S(r'static\s+void\s+', NAMED('name', RE_IDENTIFIER), r'\s*\(\s*void\s*\)\n', variable in StaticVoidFunction
856 regexp = S(r'^[ \t]*', NAMED('func_name', 'type_register_static'), variable in TypeRegisterStaticCall
[all …]
H A Dtest_patching.py13 regexp = '[abc]{3}' variable in BasicPattern
50 regexp = S(r'BEGIN\s+', NAMED('name', RE_IDENTIFIER), r'\n', variable in Function
54 regexp = S(r'^\s*', NAMED('name', RE_IDENTIFIER), r'\(\)\n') variable in Statement
H A Dtest_regexps.py13 def fullmatch(regexp, s): argument
H A Dpatching.py46 regexp: Optional[str] = None variable in FileMatch
214 regexp = r'(?s).*' # (?s) is re.DOTALL variable in FullMatch
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate_go.py119 regexp = "regexp" variable in GoRecipeHandler.__resolve_repository_static.vcs