Home
last modified time | relevance | path

Searched refs:A_ptr_2 (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Daddress-space-conversion.cpp19 typedef A __attribute__((address_space(2))) *A_ptr_2; typedef
26 A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, in test_const_cast()
51 A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, in test_static_cast()
56 (void)static_cast<A_ptr_2>(bp2); in test_static_cast()
69 (void)static_cast<A_ptr_2>(vp2); in test_static_cast()
102 void test_dynamic_cast(A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, in test_dynamic_cast()
107 (void)dynamic_cast<A_ptr_2>(bp2); in test_dynamic_cast()
132 A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, in test_reinterpret_cast()
158 A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, in test_cstyle_cast()
178 (void)(A_ptr_2)(cvp1); in test_cstyle_cast()
[all …]