Searched refs:__UA_STACKCOPY (Results 1 – 1 of 1) sorted by relevance
166 #define __UA_STACKCOPY(p,s) memcpy(_alloca(s),p,s) macro178 …K_COPY(t,s) __UA_STRUC_ALIGNED(t,s) ? ((t const *)(s)) : ((t const *)__UA_STACKCOPY((s),sizeof(t)))