Searched refs:WrapF (Results 1 – 1 of 1) sorted by relevance
533 typedef F (*WrapF)(F); in IndirectExternCall() typedef534 return indirect_call_wrapper ? ((WrapF)indirect_call_wrapper)(f) : f; in IndirectExternCall()