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

/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DFlowControl.pxd5 cdef class ControlBlock: class in inherits:
26 cdef class ExitBlock(ControlBlock):
55 cdef public ControlBlock entry_point
57 cdef public ControlBlock block
61 cpdef newblock(self, ControlBlock parent=*)
62 cpdef nextblock(self, ControlBlock parent=*)
71 @cython.locals(block=ControlBlock, parent=ControlBlock, unreachable=set)
75 block=ControlBlock)
81 @cython.locals(block=ControlBlock, paren
[all...]
H A DFlowControl.py35 class ControlBlock(object): class in inherits:object
90 class ExitBlock(ControlBlock):
105 entry_point ControlBlock entry point for this graph
106 exit_point ControlBlock normal exit point
107 block ControlBlock current block
120 self.entry_point = ControlBlock()
130 block = ControlBlock()
141 block = ControlBlock()
303 entry_point ControlBlock Exception handling entry point
304 finally_enter ControlBlock Norma
[all...]
/external/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp524 enum { Other, ControlBlock, ASTBlock } State = Other; enumerator in enum:__anon18144
549 State = ControlBlock;
578 if (State == ControlBlock && Code == IMPORTS) {

Completed in 82 milliseconds