Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/test_tools/test_c_analyzer/test_parser/
Dtest_declarations.py577 def _parse_compound(self, stmt, blocks): member in IterVariablesTests
600 _parse_compound=self._parse_compound,
627 _parse_compound=self._parse_compound,
690 _parse_compound=self._parse_compound,
772 _parse_compound=self._parse_compound,
/external/python/cpython3/Tools/c-analyzer/c_analyzer/parser/
Ddeclarations.py281 _parse_compound=parse_compound, argument
298 _parse_compound=_parse_compound,
307 _parse_compound=parse_compound, argument
319 headers, bodies = _parse_compound(stmt, blocks)