Searched defs:__vectorcall (Results 1 – 4 of 4) sorted by relevance
35 void (__vectorcall *fp_fwd_vector)(struct Foo) = &fwd_vector; variable46 void(__vectorcall *fp_tpl_ok)(TemplateWrapper<int>) = &tpl_ok; variable52 void(__vectorcall *fp_tpl_fast)(TemplateWrapper<Foo>) = &tpl_fast; variable
36 void (__vectorcall *pf7)(void) = f61; variable
159 void(__vectorcall * generic_ptr)(char) = genericlambda; in useage() local