Searched defs:vp1 (Results 1 – 7 of 7) sorted by relevance
/llvm-project/clang/test/CodeGen/ |
H A D | enable_if.c | 21 void *vp1 = (void*)&foo; in test1() local 44 void *vp1 = (void*)&bar; in test2() local
|
H A D | overloadable.c | 51 void *vp1 = (void (*)(char *)) & addrof_many; in foo() local
|
/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 | 286 __vector_pair vp1; // expected-error {{invalid use of PPC MMA type}} member in TestClassVP
|
/llvm-project/clang/test/Sema/ |
H A D | ppc-pair-mma-types.c | 156 __vector_pair vp1 = *(vpp + 0); in testVPOperators1() local 171 __vector_pair vp1 = *(vpp + 0); in testVPOperators2() local 186 __vector_pair vp1 = *(vpp + 0); in testVPOperators3() local 196 …__vector_pair vp1 = (__vector_pair)v; // expected-error {{used type '__vector_pair' where arithm… in testVPOperators4() local
|
/llvm-project/clang/test/CodeGen/PowerPC/ |
H A D | builtins-ppc-pair-mma-types.c | 137 __vector_pair vp1 = *vpp; in testVPLocal() local
|
/llvm-project/clang/test/PCH/ |
H A D | exprs.c | 72 void_ptr vp1 = &integer; variable
|