Searched refs:null_ptr (Results 1 – 7 of 7) sorted by relevance
5 int *null_ptr = 0; in main() local7 printf("Now crash %d\n", *null_ptr); // Crash here. in main()
7 int *null_ptr = 0; in main() local9 printf("Now crash %d\n", *null_ptr); // Crash here. in main()
8 int *null_ptr = 0; in main() local10 assert(null_ptr); // Assert here. in main()
38 template<int ...N> void null_ptr() { in null_ptr() function42 template void null_ptr<>(); // expected-note {{in instantiation of}}
67 cxx_null_ptr_result null_ptr = nullptr; variable
104 namespace null_ptr { namespace