Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/pycparser/tests/
Dtest_general.py33 ast = parse_file(memmgr_path, use_cpp=True,
40 ast2 = parse_file(self._find_file('year.c'), use_cpp=True,
54 ast = parse_file(self._find_file('simplemain.c'), use_cpp=True,
61 ast = parse_file(self._find_file('empty.h'), use_cpp=True,
Dtest_c_generator.py385 ast2 = parse_file(memmgr_path, use_cpp=True)
/aosp_15_r20/external/python/pycparser/pycparser/
D__init__.py51 def parse_file(filename, use_cpp=False, cpp_path='cpp', cpp_args='', argument
82 if use_cpp:
/aosp_15_r20/external/python/pycparser/examples/
Dc_json.py132 ast = parse_file(filename, use_cpp=True)
138 ast = parse_file(filename, use_cpp=True)
Dusing_gcc_E_libc.py27 ast = parse_file(filename, use_cpp=True,
Dusing_cpp_libc.py27 ast = parse_file(filename, use_cpp=True,
Ddump_ast.py26 ast = parse_file(args.filename, use_cpp=False)
Dfunc_defs.py33 ast = parse_file(filename, use_cpp=True,
Dc-to-c.py24 ast = parse_file(filename, use_cpp=True)
Dfunc_calls.py34 ast = parse_file(filename, use_cpp=True)
/aosp_15_r20/external/python/pycparser/utils/internal/
Dmake_fake_typedefs.py14 ast = parse_file(filename, use_cpp=True, cpp_path="../cpp.exe")
/aosp_15_r20/external/mesa3d/src/etnaviv/hwdb/
H A Dhwdb.h.py118 …ast = parse_file(self.filename, use_cpp=True, cpp_args=['-E', r'-I./utils/fake_libc_include', '-Dg…