Searched refs:test_is_pointer (Results 1 – 3 of 3) sorted by relevance
5 void test_is_pointer() { function32 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 …]
32 void test_is_pointer() { function59 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 …]
18 void test_is_pointer() in test_is_pointer() function75 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()