Home
last modified time | relevance | path

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

/llvm-project/clang/test/Sema/
H A Dcalling-conv-complete-params.c35 void (__vectorcall *fp_fwd_vector)(struct Foo) = &fwd_vector; variable
46 void(__vectorcall *fp_tpl_ok)(TemplateWrapper<int>) = &tpl_ok; variable
52 void(__vectorcall *fp_tpl_fast)(TemplateWrapper<Foo>) = &tpl_fast; variable
/llvm-project/clang/test/CodeGen/
H A Dmicrosoft-call-conv.c36 void (__vectorcall *pf7)(void) = f61; variable
/llvm-project/clang/test/SemaCXX/
H A Dlambda-conversion-op-cc.cpp159 void(__vectorcall * generic_ptr)(char) = genericlambda; in useage() local