Home
last modified time | relevance | path

Searched defs:CALL_FUNCTION (Results 1 – 4 of 4) sorted by relevance

/external/pigweed/pw_preprocessor/
Darguments_test.cc70 #define CALL_FUNCTION(arg, ...) TestFunc(arg PW_COMMA_ARGS(__VA_ARGS__)) macro
/external/python/cpython3/Include/
Dopcode.h112 #define CALL_FUNCTION 131 macro
/external/python/cpython2/Include/
Dopcode.h139 #define CALL_FUNCTION 131 /* #args + (#kwargs<<8) */ macro
/external/python/cpython2/Lib/compiler/
Dpyassem.py741 def CALL_FUNCTION(self, argc): member in StackDepthTracker