HomeSort by relevance Sort by last modified time
    Searched refs:cfunc_entries (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Symtab.py 263 # cfunc_entries [Entry] C function entries
318 self.cfunc_entries = []
351 'cfunc_entries',
738 self.cfunc_entries.append(entry)
    [all...]
FusedNode.py 125 if self.node.entry in env.cfunc_entries:
126 env.cfunc_entries.remove(self.node.entry)
164 env.cfunc_entries.append(entry)
ModuleNode.py 115 for entry in module.cfunc_entries:
128 h_funcs = h_entries(env.cfunc_entries)
199 api_funcs = api_entries(env.cfunc_entries)
    [all...]
PyrexTypes.py     [all...]

Completed in 3061 milliseconds