Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dcrtdefs.h290 #define __RETURN_POLICY_SAME(__func_call, __dst) return (__func_call) argument
291 #define __RETURN_POLICY_DST(__func_call, __dst) return ((__func_call) == 0 ? __dst : 0) argument
292 #define __RETURN_POLICY_VOID(__func_call, __dst) (__func_call); return argument