Searched refs:null_ptr (Results 1 - 6 of 6) sorted by relevance

/external/lldb/test/functionalities/inferior-changed/
H A Dmain.c13 int *null_ptr = 0; local
15 printf("Now crash %d\n", *null_ptr); // Crash here.
/external/lldb/test/functionalities/target_command/
H A Da.c13 int *null_ptr = 0; local
15 printf("Now crash %d\n", *null_ptr); // Crash here.
/external/lldb/test/functionalities/inferior-assert/
H A Dmain.c16 int *null_ptr = 0; local
18 assert(null_ptr); // Assert here.
/external/lldb/test/functionalities/inferior-crashing/
H A Dmain.c15 int *null_ptr = 0; local
17 printf("Now crash %d\n", *null_ptr); // Crash here.
/external/lldb/utils/test/
H A Dmain.c6 int *null_ptr = 0; local
11 printf("Now segfault %d\n", *null_ptr);
/external/clang/test/PCH/
H A Dcxx_exprs.cpp37 cxx_null_ptr_result null_ptr = nullptr; variable

Completed in 95 milliseconds