Home
last modified time | relevance | path

Searched refs:cpp_path (Results 1 – 5 of 5) sorted by relevance

/external/python/pycparser/pycparser/
D__init__.py18 def preprocess_file(filename, cpp_path='cpp', cpp_args=''): argument
32 path_list = [cpp_path]
51 def parse_file(filename, use_cpp=False, cpp_path='cpp', cpp_args='', argument
83 text = preprocess_file(filename, cpp_path, cpp_args)
/external/python/pycparser/tests/
Dtest_general.py34 cpp_path=CPPPATH,
41 cpp_path=CPPPATH,
55 cpp_path=CPPPATH, cpp_args='-I%s' % c_files_path)
62 cpp_path=CPPPATH)
/external/python/pycparser/examples/
Dusing_gcc_E_libc.py28 cpp_path='gcc',
Dusing_cpp_libc.py28 cpp_path='cpp',
/external/python/pycparser/utils/internal/
Dmake_fake_typedefs.py14 ast = parse_file(filename, use_cpp=True, cpp_path="../cpp.exe")