Home
last modified time | relevance | path

Searched defs:FUNC1 (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/CodeGenObjC/
Dlocal-static-block.m49 void FUNC1() function
/external/clang/test/CodeGenCXX/
Dapple-kext-indirect-call-2.cpp35 void FUNC1(Derived* p) { in FUNC1() function
/external/python/cpython2/Modules/
Dcmathmodule.c895 #define FUNC1(stubname, func) \ macro
900 FUNC1(cmath_acos, c_acos) in FUNC1() function
Dmathmodule.c790 #define FUNC1(funcname, func, can_overflow, docstring) \ macro
/external/python/cpython3/Modules/
Dmathmodule.c1032 #define FUNC1(funcname, func, can_overflow, docstring) \ macro