Searched refs:FuncVectorCallPtr (Results 1 – 3 of 3) sorted by relevance
11 64BIT-CHECK-DAG: int (*FuncVectorCallPtr)() __attribute__((vectorcall));18 32BIT-CHECK-DAG: int (*FuncVectorCallPtr)() __attribute__((vectorcall));
10 CHECK-DAG: int (*FuncVectorCallPtr)();
11 auto FuncVectorCallPtr = &FuncVectorCall; variable