Searched refs:vp1 (Results 1 – 9 of 9) sorted by relevance
/external/clang/test/CodeGen/ |
D | enable_if.c | 21 void *vp1 = (void*)&foo; in test1() local 25 vp1 = (void*)&foo; in test1() 27 vp1 = (void*)foo; in test1() 44 void *vp1 = (void*)&bar; in test2() local 48 vp1 = (void*)&bar; in test2() 50 vp1 = (void*)bar; in test2()
|
/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 68 (void)static_cast<A_ptr_1>(vp1); in test_static_cast() 94 (void)static_cast<A_ptr>(vp1); // expected-error{{casts away qualifiers}} in test_static_cast() 99 (void)static_cast<A_ptr_2>(vp1); // 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 142 (void)reinterpret_cast<A_ptr>(vp1); in test_reinterpret_cast() 150 (void)reinterpret_cast<A_ptr_1>(vp1); 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 168 (void)(A_ptr)(vp1); in test_cstyle_cast() 176 (void)(A_ptr_1)(vp1); in test_cstyle_cast() [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | mem-intrin-base-reg.ll | 27 %vp1 = getelementptr <4 x i32>, <4 x i32>* %vp0, i32 1 29 %v1 = load <4 x i32>, <4 x i32>* %vp1 52 %vp1 = getelementptr <4 x i32>, <4 x i32>* %vp0, i32 1 54 %v1 = load <4 x i32>, <4 x i32>* %vp1 80 %vp1 = getelementptr <4 x i32>, <4 x i32>* %vp0, i32 1 82 %v1 = load <4 x i32>, <4 x i32>* %vp1
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vertex_sse.c | 357 struct x86_reg vp1 = x86_make_reg(file_XMM, 2); in build_vertex_emit() local 389 sse_movups(&p->func, vp1, x86_make_disp(vtxESI, get_offset(vtx, &vtx->vp_xlate[0]))); in build_vertex_emit() 459 sse_addps(&p->func, temp, vp1); in build_vertex_emit() 467 sse_addps(&p->func, temp, vp1); in build_vertex_emit() 475 sse_addps(&p->func, temp, vp1); in build_vertex_emit()
|
/external/clang/test/PCH/ |
D | exprs.c | 72 void_ptr vp1 = &integer; variable
|
/external/clang/test/SemaObjC/ |
D | arc-type-conversion.m | 33 void *vp1 = sip;
|
/external/fio/ |
D | parse.c | 29 const struct value_pair *vp1 = p1; in vp_cmp() local 32 return strlen(vp2->ival) - strlen(vp1->ival); in vp_cmp()
|
/external/clang/test/SemaObjCXX/ |
D | arc-type-conversion.mm | 139 void *vp1 = sip;
|
/external/llvm/test/CodeGen/PowerPC/ |
D | pr17168.ll | 184 !127 = !DILocalVariable(name: "vp1", line: 1770, scope: !114, file: !5, type: !20)
|