Home
last modified time | relevance | path

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

/external/python/cpython3/Tools/c-analyzer/c_parser/
D__init__.py7 get_file_preprocessor=None, argument
9 if get_file_preprocessor is None:
10 get_file_preprocessor = _get_preprocessor()
11 yield from _parse_file(filename, match_kind, get_file_preprocessor)
16 get_file_preprocessor=None, argument
18 if get_file_preprocessor is None:
19 get_file_preprocessor = _get_preprocessor()
21 yield from _parse_file(filename, match_kind, get_file_preprocessor)
24 def _parse_file(filename, match_kind, get_file_preprocessor): argument
26 preprocess = get_file_preprocessor(filename)
/external/python/cpython3/Tools/c-analyzer/cpython/
D_parser.py294 get_file_preprocessor = get_preprocessor(
301 get_file_preprocessor=get_file_preprocessor,
309 get_file_preprocessor=None, argument
312 if get_file_preprocessor is None:
313 get_file_preprocessor = get_preprocessor(
320 get_file_preprocessor=get_file_preprocessor,
/external/python/cpython3/Tools/c-analyzer/c_parser/preprocessor/
D__init__.py88 def get_file_preprocessor(filename): function
106 return get_file_preprocessor
D__main__.py50 args.get_file_preprocessor = get_preprocessor(