Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/commands/target/basic/
H A Da.c5 int *null_ptr = 0; in main() local
/llvm-project/lldb/test/API/functionalities/inferior-changed/
H A Dmain.c5 int *null_ptr = 0; in main() local
/llvm-project/lldb/test/API/functionalities/inferior-crashing/
H A Dmain.c7 int *null_ptr = 0; in main() local
/llvm-project/lldb/test/API/functionalities/inferior-assert/
H A Dmain.c8 int *null_ptr = 0; in main() local
/llvm-project/clang/test/PCH/
H A Dcxx_exprs.cpp67 cxx_null_ptr_result null_ptr = nullptr; variable
/llvm-project/clang/test/SemaTemplate/
H A Dcxx1z-fold-expressions.cpp38 template<int ...N> void null_ptr() { in null_ptr() function
/llvm-project/clang/test/Analysis/Checkers/WebKit/
H A Dcall-args.cpp111 namespace null_ptr { namespace