Searched defs:yasm_preproc_base (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dpreproc.h37 typedef struct yasm_preproc_base { struct
40 } yasm_preproc_base; typedef in typeref:struct:yasm_preproc_base
189 ((yasm_preproc_base *)preproc)->module->destroy(preproc)
191 ((yasm_preproc_base *)preproc)->module->get_line(preproc)
193 ((yasm_preproc_base *)preproc)->module->get_included_file(preproc, buf, max_size)
195 ((yasm_preproc_base *)preproc)->module->add_include_file(preproc, filename)
197 ((yasm_preproc_base *)preproc)->module->predefine_macro(preproc, \
200 ((yasm_preproc_base *)preproc)->module->undefine_macro(preproc, macroname)
202 ((yasm_preproc_base *)preproc)->module->define_builtin(preproc, \
205 ((yasm_preproc_base *)prepro
[all...]

Completed in 81 milliseconds