/llvm-project/clang/test/CodeGen/ |
H A D | enable_if.c | 23 void *vp2 = (void*)foo; in test1() local 46 void *vp2 = (void*)bar; in test2() local
|
H A D | overloadable.c | 53 void *vp2 = (void (*)(void *)) & addrof_many; in foo() local
|
/llvm-project/clang/test/Sema/ |
H A D | ppc-pair-mma-types.c | 157 __vector_pair vp2 = *(vpp + 1); in testVPOperators1() local 172 __vector_pair vp2 = *(vpp + 1); in testVPOperators2() local 187 __vector_pair vp2 = *(vpp + 1); in testVPOperators3() local 197 …__vector_pair vp2 = (__vector_pair)vpp; // expected-error {{used type '__vector_pair' where arithm… in testVPOperators4() local 200 void testBuiltinTypes1(const __vector_pair *vpp, const __vector_pair *vp2, float f) { in testBuiltinTypes1() 205 void testBuiltinTypes2(__vector_pair *vpp, const __vector_pair *vp2, unsigned char c) { in testBuiltinTypes2() 210 void testBuiltinTypes3(vector int v, __vector_pair *vp2, signed long l, unsigned short s) { in testBuiltinTypes3()
|
/llvm-project/clang/test/SemaCXX/ |
H A D | address-space-conversion.cpp | 50 void test_static_cast(void_ptr vp, void_ptr_1 vp1, void_ptr_2 vp2, in test_static_cast() 131 void test_reinterpret_cast(void_ptr vp, void_ptr_1 vp1, void_ptr_2 vp2, in test_reinterpret_cast() 157 void test_cstyle_cast(void_ptr vp, void_ptr_1 vp1, void_ptr_2 vp2, in test_cstyle_cast() 181 void test_implicit_conversion(void_ptr vp, void_ptr_1 vp1, void_ptr_2 vp2, in test_implicit_conversion()
|
H A D | ppc-pair-mma-types.cpp | 290 vp_t vp2; // expected-error {{invalid use of PPC MMA type}} member in TestClassVP 380 __vector_pair *vp2 = reinterpret_cast<__vector_pair *>(ip); in TestVPCast() local
|
/llvm-project/clang/test/CodeGen/PowerPC/ |
H A D | builtins-ppc-pair-mma.c | 924 void test66(const __vector_pair *vpp, __vector_pair *vp2) { in test66() argument 937 void test67(const __vector_pair *vpp, signed long offset, __vector_pair *vp2) { in test67() argument 950 void test68(const __vector_pair *vpp, __vector_pair *vp2) { in test68() argument 963 void test69(const __vector_pair *vpp, __vector_pair *vp2) { in test69() argument 976 void test70(const __vector_pair *vpp, __vector_pair *vp2) { in test70() argument 989 test71(const __vector_pair * vpp,__vector_pair * vp2) test71() argument 1002 test72(const __vector_pair * vpp,__vector_pair * vp2) test72() argument 1089 test78(const __vector_pair * vpp,__vector_pair * vp2) test78() argument 1102 test79(const __vector_pair * vpp,signed long offset,__vector_pair * vp2) test79() argument 1115 test80(const __vector_pair * vpp,__vector_pair * vp2) test80() argument 1128 test81(const __vector_pair * vpp,__vector_pair * vp2) test81() argument 1141 test82(const __vector_pair * vpp,__vector_pair * vp2) test82() argument 1154 test83(const __vector_pair * vpp,__vector_pair * vp2) test83() argument 1167 test84(const __vector_pair * vpp,__vector_pair * vp2) test84() argument [all...] |
H A D | builtins-ppc-pair-mma-types.c | 138 __vector_pair vp2; in testVPLocal() local
|