Home
last modified time | relevance | path

Searched refs:nextBlock (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dpycodegen.py243 self.nextBlock = self.graph.nextBlock
425 self.nextBlock()
431 self.nextBlock(end)
442 self.nextBlock(loop)
449 self.nextBlock()
458 self.nextBlock(after)
471 self.nextBlock(start)
477 self.nextBlock(anchor)
482 self.nextBlock(after)
499 self.nextBlock()
[all …]
Dpyassem.py29 def nextBlock(self, block=None): member in FlowGraph