Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Daddress-space-conversion.cpp17 typedef A *A_ptr; typedef
54 (void)static_cast<A_ptr>(bp); in test_static_cast()
162 (void)(A_ptr)(ap1); in test_cstyle_cast()
163 (void)(A_ptr)(ap2); in test_cstyle_cast()
164 (void)(A_ptr)(bp); in test_cstyle_cast()
165 (void)(A_ptr)(bp1); in test_cstyle_cast()
166 (void)(A_ptr)(bp2); in test_cstyle_cast()
167 (void)(A_ptr)(vp); in test_cstyle_cast()
168 (void)(A_ptr)(vp1); in test_cstyle_cast()
169 (void)(A_ptr)(vp2); in test_cstyle_cast()
[all …]
/llvm-project-15.0.7/clang/test/SemaObjCXX/Inputs/
H A Dnullability-pragmas-1.h20 typedef A *A_ptr; typedef
29 void f6(A_ptr obj);
70 - (A *)method1:(A_ptr)ptr;
120 void f22(A_ptr y); // expected-warning{{pointer is missing a nullability type specifier}}
124 void f24(A_ptr _Nullable y);
/llvm-project-15.0.7/clang/test/Misc/
H A Ddiag-template-diffing.cpp1469 using A_ptr = A<T> *;
1470 void take_ptr(A_ptr<int>);
1476 void run(A_reg<float> reg, A_ptr<float> ptr, A_ref<float> ref) {
/llvm-project-15.0.7/polly/test/ScopDetect/
H A Dbase_pointer.ll6 define void @base_pointer_in_condition(i64** noalias %A_ptr, i64 %N) nounwind {
12 %A = load i64*, i64** %A_ptr