Searched refs:vp2 (Results 1 – 11 of 11) sorted by relevance
/external/clang/test/SemaCXX/ |
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() argument 69 (void)static_cast<A_ptr_2>(vp2); in test_static_cast() 95 (void)static_cast<A_ptr>(vp2); // expected-error{{casts away qualifiers}} in test_static_cast() 97 (void)static_cast<A_ptr_1>(vp2); // expected-error{{casts away qualifiers}} in test_static_cast() 131 void test_reinterpret_cast(void_ptr vp, void_ptr_1 vp1, void_ptr_2 vp2, in test_reinterpret_cast() argument 143 (void)reinterpret_cast<A_ptr>(vp2); in test_reinterpret_cast() 151 (void)reinterpret_cast<A_ptr_1>(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() argument 169 (void)(A_ptr)(vp2); in test_cstyle_cast() 177 (void)(A_ptr_1)(vp2); in test_cstyle_cast() [all …]
|
/external/clang/test/CodeGen/ |
D | enable_if.c | 23 void *vp2 = (void*)foo; in test1() local 46 void *vp2 = (void*)bar; in test2() local
|
D | overloadable.c | 53 void *vp2 = (void (*)(void *)) & addrof_many; in foo() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | cortex-a57-misched-vstm-wrback.ll | 21 %vp2 = getelementptr double, double* %vptr, i32 1 25 %v2 = load double, double* %vp2, align 8
|
/external/clang/test/SemaObjC/ |
D | arc-type-conversion.m | 34 void *vp2 = wip;
|
/external/mksh/src/ |
D | var.c | 1151 struct tbl *vp2; in makenv() local 1156 vp2 = ktsearch(&l2->vars, vp->name, h); in makenv() 1157 if (vp2 != NULL) in makenv() 1158 vp2->flag &= ~EXPORT; in makenv()
|
/external/u-boot/arch/arm/dts/ |
D | rk3188-radxarock.dts | 189 vp2-supply = <&vsys>;
|
D | rk3288-rock2-som.dtsi | 117 vp2-supply = <&vcc_sys>;
|
D | rk3288-miqi.dtsi | 176 vp2-supply = <&vcc_sys>;
|
/external/clang/test/SemaObjCXX/ |
D | arc-type-conversion.mm | 140 void *vp2 = wip;
|
/external/clang/include/clang/Basic/ |
D | arm_neon.td | 653 def VST2 : WInst<"vst2", "vp2", "QUcQUsQUiQcQsQiQhQfQPcQPsUcUsUiUlcsilhfPcPs">; 854 def ST2 : WInst<"vst2", "vp2", "QUlQldQdPlQPl">; 865 def ST1_X2 : WInst<"vst1_x2", "vp2",
|