Home
last modified time | relevance | path

Searched defs:CallFunc (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxge/win32/
Dfx_win32_gdipext.cpp437 #define CallFunc(funcname) \ macro
/external/python/cpython2/Lib/compiler/
Dast.py281 class CallFunc(Node): class