Searched defs:CALL_FUNCTION (Results 1 – 5 of 5) sorted by relevance
70 #define CALL_FUNCTION(arg, ...) TestFunc(arg PW_COMMA_ARGS(__VA_ARGS__)) macro
105 #define CALL_FUNCTION 131 macro
139 #define CALL_FUNCTION 131 /* #args + (#kwargs<<8) */ macro
185 #define CALL_FUNCTION(funcCall) \ macro
741 def CALL_FUNCTION(self, argc): member in StackDepthTracker