Searched refs:cpp_path (Results 1 – 5 of 5) sorted by relevance
/external/python/pycparser/pycparser/ |
D | __init__.py | 18 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/ |
D | test_general.py | 34 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/ |
D | using_gcc_E_libc.py | 28 cpp_path='gcc',
|
D | using_cpp_libc.py | 28 cpp_path='cpp',
|
/external/python/pycparser/utils/internal/ |
D | make_fake_typedefs.py | 14 ast = parse_file(filename, use_cpp=True, cpp_path="../cpp.exe")
|