Searched defs:vp1 (Results 1 – 5 of 5) sorted by relevance
/external/clang/test/CodeGen/ |
D | enable_if.c | 21 void *vp1 = (void*)&foo; in test1() local 44 void *vp1 = (void*)&bar; in test2() local
|
D | overloadable.c | 51 void *vp1 = (void (*)(char *)) & addrof_many; in foo() local
|
/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() 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()
|
/external/clang/test/PCH/ |
D | exprs.c | 72 void_ptr vp1 = &integer; variable
|
/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
|