Home
last modified time | relevance | path

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

/third_party/python/Tools/c-analyzer/c_parser/
Dmatch.py37 _regex=re.compile(rf'^{SIMPLE_TYPE}$', re.VERBOSE), argument
44 return _regex.match(typespec) is not None
/third_party/python/Doc/howto/
Dregex.rst1 .. _regex-howto: