Searched refs:test_is_not_null_pointer (Results 1 – 1 of 1) sorted by relevance
36 void test_is_not_null_pointer() in test_is_not_null_pointer() function80 test_is_not_null_pointer<void>(); in main()81 test_is_not_null_pointer<int>(); in main()82 test_is_not_null_pointer<int&>(); in main()83 test_is_not_null_pointer<int&&>(); in main()84 test_is_not_null_pointer<int*>(); in main()85 test_is_not_null_pointer<double>(); in main()86 test_is_not_null_pointer<const int*>(); in main()87 test_is_not_null_pointer<char[3]>(); in main()88 test_is_not_null_pointer<char[]>(); in main()[all …]