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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
H A Dopcode.py7 __all__ = ["cmp_op", "hasconst", "hasname", "hasjrel", "hasjabs",
16 hasjrel = [] variable
37 hasjrel.append(op)
H A Ddis.py98 elif op in hasjrel:
139 elif op in hasjrel:
169 if op in hasjrel:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dopcode.py7 __all__ = ["cmp_op", "hasconst", "hasname", "hasjrel", "hasjabs",
16 hasjrel = [] variable
37 hasjrel.append(op)
H A Ddis.py98 elif op in hasjrel:
139 elif op in hasjrel:
169 if op in hasjrel:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
H A Dpyassem.py227 if inst[0] in PyFlowGraph.hasjrel:
390 if opname in self.hasjrel:
398 hasjrel = set() variable in class:PyFlowGraph
399 for i in dis.hasjrel:
400 hasjrel.add(dis.opname[i])

Completed in 45 milliseconds