Home
last modified time | relevance | path

Searched defs:preprocess_file (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/pycparser/pycparser/
D__init__.py18 def preprocess_file(filename, cpp_path='cpp', cpp_args=''): function
/aosp_15_r20/external/mesa3d/src/util/
H A Dglsl2spirv.py148 def preprocess_file(args: 'Arguments', origin_file: T.TextIO, directory: os.PathLike, filemap: T.Di… function