Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/scripts/mbedtls_dev/
Dmacro_collector.py491 _macro_identifier_re = re.compile(r'[A-Z]\w+') variable in InputsForTest
493 for name in re.findall(self._macro_identifier_re, expr):