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

  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Code.py 318 See GlobalState.put_utility_code.
335 # proto_block: Which code block to dump prototype in. See GlobalState.
486 def put_code(self, globalstate):
487 utility = self.callback(globalstate.rootwriter)
488 globalstate.use_utility_code(utility)
720 """Global info about a Python number constant held by GlobalState.
736 """Global info about a generic constant held by GlobalState.
754 """Global info about a C string constant held by GlobalState.
833 """Global info about a Python string constant held by GlobalState.
855 class GlobalState(object)
1409 globalstate = None variable in class:CCodeWriter
    [all...]
Buffer.py 251 if funcname not in code.globalstate.utility_codes:
252 code.globalstate.utility_codes.add(funcname)
253 protocode = code.globalstate['utility_code_proto']
254 defcode = code.globalstate['utility_code_def']
316 code.globalstate.use_utility_code(acquire_utility_code)
330 code.globalstate.use_utility_code(acquire_utility_code)
362 code.globalstate.use_utility_code(acquire_utility_code)
387 code.globalstate.use_utility_code(raise_buffer_fallback_code)
462 code.globalstate.use_utility_code(raise_indexerror_nogil)
465 code.globalstate.use_utility_code(raise_indexerror_code
    [all...]
ModuleNode.py 133 Code.GlobalState(h_code, self)
204 Code.GlobalState(h_code, self)
303 globalstate = Code.GlobalState(rootwriter, self, emit_linenums, options.common_utility_include_dir)
304 globalstate.initialize_main_c_code()
305 h_code = globalstate['h_code']
309 globalstate.module_pos = self.pos
310 globalstate.directives = self.directives
312 globalstate.use_utility_code(refnanny_utility_code)
314 code = globalstate['before_global_var'
    [all...]
Nodes.py 339 code_old = code.globalstate.directives
340 code.globalstate.directives = self.directives
343 code.globalstate.directives = code_old
346 old = code.globalstate.directives
347 code.globalstate.directives = self.directives
349 code.globalstate.directives = old
352 old = code.globalstate.directives
353 code.globalstate.directives = self.directives
355 code.globalstate.directives = old
363 code.globalstate.add_cached_builtin_decl(entry
    [all...]
ExprNodes.py     [all...]
MemoryView.py 252 code.globalstate.use_utility_code(memviewslice_index_helpers)
470 code.globalstate.use_utility_code(utility)
    [all...]

Completed in 106 milliseconds