Home
last modified time | relevance | path

Searched defs:CALL_FUNCTION_VAR_KW (Results 1 – 20 of 20) sorted by relevance

/dports/devel/py-xdis/xdis-5.0.13/maynard-tool/
H A Dopcode30.h131 #define CALL_FUNCTION_VAR_KW 142 /* #args + (#kwargs<<8) */ macro
H A Dopcode23.h137 #define CALL_FUNCTION_VAR_KW 142 /* #args + (#kwargs<<8) */ macro
H A Dopcode24.h139 #define CALL_FUNCTION_VAR_KW 142 /* #args + (#kwargs<<8) */ macro
H A Dopcode31.h131 #define CALL_FUNCTION_VAR_KW 142 /* #args + (#kwargs<<8) */ macro
H A Dopcode32.h132 #define CALL_FUNCTION_VAR_KW 142 /* #args + (#kwargs<<8) */ macro
H A Dopcode33.h132 #define CALL_FUNCTION_VAR_KW 142 /* #args + (#kwargs<<8) */ macro
H A Dopcode25.h138 #define CALL_FUNCTION_VAR_KW 142 /* #args + (#kwargs<<8) */ macro
H A Dopcode26.h139 #define CALL_FUNCTION_VAR_KW 142 /* #args + (#kwargs<<8) */ macro
H A Dopcode27.h152 #define CALL_FUNCTION_VAR_KW 142 /* #args + (#kwargs<<8) */ macro
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dopcode.h143 #define CALL_FUNCTION_VAR_KW 142 /* #args + (#kwargs<<8) */ macro
/dports/www/domoticz/domoticz-2020.2/hardware/plugins/Include/
H A Dopcode.h112 #define CALL_FUNCTION_VAR_KW 142 macro
/dports/lang/python-legacy/Python-2.7.18/Include/
H A Dopcode.h152 #define CALL_FUNCTION_VAR_KW 142 /* #args + (#kwargs<<8) */ macro
/dports/lang/python27/Python-2.7.18/Include/
H A Dopcode.h152 #define CALL_FUNCTION_VAR_KW 142 /* #args + (#kwargs<<8) */ macro
/dports/databases/py-pony/pony-0.7.14/pony/thirdparty/compiler/
H A Dpyassem.py749 def CALL_FUNCTION_VAR_KW(self, argc): member in StackDepthTracker
/dports/databases/py-pony/pony-0.7.14/pony/orm/
H A Ddecompiling.py294 def CALL_FUNCTION_VAR_KW(decompiler, argc): member in Decompiler
/dports/lang/python-legacy/Python-2.7.18/Lib/compiler/
H A Dpyassem.py748 def CALL_FUNCTION_VAR_KW(self, argc): member in StackDepthTracker
/dports/lang/python27/Python-2.7.18/Lib/compiler/
H A Dpyassem.py748 def CALL_FUNCTION_VAR_KW(self, argc): member in StackDepthTracker
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/compiler/
H A Dpyassem.py748 def CALL_FUNCTION_VAR_KW(self, argc): member in StackDepthTracker
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
H A Dpyassem.py748 def CALL_FUNCTION_VAR_KW(self, argc): member in StackDepthTracker
/dports/devel/pytype/pytype-2021.9.9/pytype/pyc/
H A Dopcodes.py643 class CALL_FUNCTION_VAR_KW(OpcodeWithArg): # Arg: #args + (#kwargs << 8) class