Searched refs:use_cpp (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/python/pycparser/tests/ |
D | test_general.py | 33 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,
|
D | test_c_generator.py | 385 ast2 = parse_file(memmgr_path, use_cpp=True)
|
/aosp_15_r20/external/python/pycparser/pycparser/ |
D | __init__.py | 51 def parse_file(filename, use_cpp=False, cpp_path='cpp', cpp_args='', argument 82 if use_cpp:
|
/aosp_15_r20/external/python/pycparser/examples/ |
D | c_json.py | 132 ast = parse_file(filename, use_cpp=True) 138 ast = parse_file(filename, use_cpp=True)
|
D | using_gcc_E_libc.py | 27 ast = parse_file(filename, use_cpp=True,
|
D | using_cpp_libc.py | 27 ast = parse_file(filename, use_cpp=True,
|
D | dump_ast.py | 26 ast = parse_file(args.filename, use_cpp=False)
|
D | func_defs.py | 33 ast = parse_file(filename, use_cpp=True,
|
D | c-to-c.py | 24 ast = parse_file(filename, use_cpp=True)
|
D | func_calls.py | 34 ast = parse_file(filename, use_cpp=True)
|
/aosp_15_r20/external/python/pycparser/utils/internal/ |
D | make_fake_typedefs.py | 14 ast = parse_file(filename, use_cpp=True, cpp_path="../cpp.exe")
|
/aosp_15_r20/external/mesa3d/src/etnaviv/hwdb/ |
H A D | hwdb.h.py | 118 …ast = parse_file(self.filename, use_cpp=True, cpp_args=['-E', r'-I./utils/fake_libc_include', '-Dg…
|