Home
last modified time | relevance | path

Searched refs:_regex (Results 1 – 5 of 5) 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/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/
Dversion.py183 _regex = re.compile(r"^\s*" + VERSION_PATTERN + r"\s*$", re.VERBOSE | re.IGNORECASE) variable in Version
198 match = self._regex.search(version)
Dspecifiers.py214 _regex = re.compile( variable in Specifier
243 match = self._regex.search(spec)
/third_party/python/Doc/howto/
Dregex.rst1 .. _regex-howto:
/third_party/libabigail/
DChangeLog23820 get_soname_[not]_regex}): Use the new build_sptr<regex_t>().