Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/c_parser/
D__init__.py8 get_file_preprocessor=None, argument
11 if get_file_preprocessor is None:
12 get_file_preprocessor = _get_preprocessor()
14 filename, match_kind, get_file_preprocessor, file_maxsizes)
19 get_file_preprocessor=None, argument
22 if get_file_preprocessor is None:
23 get_file_preprocessor = _get_preprocessor()
26 filename, match_kind, get_file_preprocessor, file_maxsizes)
29 def _parse_file(filename, match_kind, get_file_preprocessor, maxsizes): argument
36 preprocess = get_file_preprocessor(filename)
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/cpython/
D_parser.py334 get_file_preprocessor = get_preprocessor(
341 get_file_preprocessor=get_file_preprocessor,
350 get_file_preprocessor=None, argument
353 if get_file_preprocessor is None:
354 get_file_preprocessor = get_preprocessor(
361 get_file_preprocessor=get_file_preprocessor,
/aosp_15_r20/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(