Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaObjCXX/
H A Dtype-traits-is-pointer.mm5 void test_is_pointer() { function
32 test_is_pointer<id>();
33 test_is_pointer<id const>();
34 test_is_pointer<id volatile>();
35 test_is_pointer<id const volatile>();
37 test_is_pointer<Foo*>();
38 test_is_pointer<Foo const*>();
39 test_is_pointer<Foo volatile*>();
40 test_is_pointer<Foo const volatile*>();
42 test_is_pointer<void*>();
[all …]
/llvm-project/libcxx/test/libcxx/type_traits/
H A Dis_pointer.arc.pass.mm32 void test_is_pointer() { function
59 test_is_pointer<id>();
60 test_is_pointer<id const>();
61 test_is_pointer<id volatile>();
62 test_is_pointer<id const volatile>();
64 test_is_pointer<Foo*>();
65 test_is_pointer<Foo const*>();
66 test_is_pointer<Foo volatile*>();
67 test_is_pointer<Foo const volatile*>();
69 test_is_pointer<void*>();
[all …]
/llvm-project/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/
H A Dis_pointer.pass.cpp18 void test_is_pointer() in test_is_pointer() function
75 test_is_pointer<void*>(); in main()
76 test_is_pointer<int*>(); in main()
77 test_is_pointer<const int*>(); in main()
78 test_is_pointer<Abstract*>(); in main()
79 test_is_pointer<FunctionPtr>(); in main()