Home
last modified time | relevance | path

Searched defs:CALL_FUNCTION (Results 1 – 5 of 5) 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.h105 #define CALL_FUNCTION 131 macro
/external/python/cpython2/Include/
Dopcode.h139 #define CALL_FUNCTION 131 /* #args + (#kwargs<<8) */ macro
/external/llvm-project/clang/test/Analysis/
Dplist-macros-with-expansion.cpp185 #define CALL_FUNCTION(funcCall) \ macro
/external/python/cpython2/Lib/compiler/
Dpyassem.py741 def CALL_FUNCTION(self, argc): member in StackDepthTracker