Searched refs:yasm_preproc_cpp (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/cpp/
H A Dcpp-preproc.c58 typedef struct yasm_preproc_cpp { struct
70 } yasm_preproc_cpp; typedef in typeref:struct:yasm_preproc_cpp
72 /* Flag values for yasm_preproc_cpp->flags. */
97 cpp_build_cmdline(yasm_preproc_cpp *pp, const char *extra)
134 cpp_invoke(yasm_preproc_cpp *pp)
153 cpp_destroy_args(yasm_preproc_cpp *pp)
166 cpp_generate_deps(yasm_preproc_cpp *pp)
190 yasm_preproc_cpp *pp = yasm_xmalloc(sizeof(yasm_preproc_cpp));
219 yasm_preproc_cpp *p
[all...]

Completed in 111 milliseconds