Home
last modified time | relevance | path

Searched refs:null_ptr (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/functionalities/inferior-changed/
H A Dmain.c5 int *null_ptr = 0; in main() local
7 printf("Now crash %d\n", *null_ptr); // Crash here. in main()
/llvm-project-15.0.7/lldb/test/API/commands/target/basic/
H A Da.c5 int *null_ptr = 0; in main() local
7 printf("Now crash %d\n", *null_ptr); // Crash here. in main()
/llvm-project-15.0.7/lldb/test/API/functionalities/inferior-crashing/
H A Dmain.c7 int *null_ptr = 0; in main() local
9 printf("Now crash %d\n", *null_ptr); // Crash here. in main()
/llvm-project-15.0.7/lldb/test/API/functionalities/inferior-assert/
H A Dmain.c8 int *null_ptr = 0; in main() local
10 assert(null_ptr); // Assert here. in main()
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dcxx1z-fold-expressions.cpp38 template<int ...N> void null_ptr() { in null_ptr() function
42 template void null_ptr<>(); // expected-note {{in instantiation of}}
/llvm-project-15.0.7/clang/test/PCH/
H A Dcxx_exprs.cpp67 cxx_null_ptr_result null_ptr = nullptr; variable
/llvm-project-15.0.7/clang/test/Analysis/Checkers/WebKit/
H A Dcall-args.cpp104 namespace null_ptr { namespace