Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaObjCXX/Inputs/
H A Dnullability-pragmas-1.h88 typedef int *int_ptr_2; typedef
98 int_ptr_2 ip2; in f30()
125 void f25(int_ptr_2 x); // expected-warning{{pointer is missing a nullability type specifier}}
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Daddress-space-conversion.cpp15 typedef int __attribute__((address_space(2))) *int_ptr_2; typedef
25 void test_const_cast(int_ptr ip, int_ptr_1 ip1, int_ptr_2 ip2, in test_const_cast()
35 (void)const_cast<int_ptr_2>(ip); // expected-error{{is not allowed}} in test_const_cast()
36 (void)const_cast<int_ptr_2>(ip1); // expected-error{{is not allowed}} in test_const_cast()