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

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dpreproc.h88 void (*add_include_file) (yasm_preproc *preproc, const char *filename); member in struct:yasm_preproc_module
195 ((yasm_preproc_base *)preproc)->module->add_include_file(preproc, filename)
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DSymtab.py836 def add_include_file(self, filename): member in class:Scope
837 self.outer_scope.add_include_file(filename)
1105 def add_include_file(self, filename): member in class:ModuleScope
1113 self.add_include_file(filename)
H A DNodes.py436 env.add_include_file(self.include_file)
651 env.add_include_file('ios') # for std::ios_base::failure
652 env.add_include_file('new') # for std::bad_alloc
653 env.add_include_file('stdexcept')
654 env.add_include_file('typeinfo') # for std::bad_cast
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/
H A Dtasm.c851 funcs[0] = cur_preproc_module->add_include_file;
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
H A Dyasm.c1230 funcs[0] = cur_preproc_module->add_include_file;

Completed in 1497 milliseconds