/llvm-project/clang/lib/Headers/ |
H A D | __stddef_null.h | 21 #define NULL __null macro 23 #define NULL 0 macro 26 #define NULL ((void*)0) macro
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/ |
H A D | static-assert.cpp | 134 #define NULL ((void*)0) in main() macro 147 #define NULL ((unsigned int)0) in main() macro 152 #define NULL __null in main() macro
|
/llvm-project/clang/test/Modules/ |
H A D | macro-redefinition.cpp | 14 #define NULL 0 macro
|
/llvm-project/clang/test/SemaObjCXX/ |
H A D | null_objc_pointer.mm | 2 #define NULL __null macro
|
/llvm-project/clang/test/CodeGen/ |
H A D | variadic-null-win64.c | 10 #define NULL 0 macro
|
H A D | alloc-size-fnptr.c | 5 #define NULL ((void *)0) macro
|
/llvm-project/clang/test/Analysis/exploded-graph-rewriter/ |
H A D | macros.c | 1 #define NULL 0 macro
|
/llvm-project/clang/test/SemaCXX/Inputs/ |
H A D | warn-zero-nullptr.h | 1 #define NULL (0) macro
|
/llvm-project/clang/test/Analysis/ |
H A D | number-object-conversion.cpp | 4 #define NULL ((void *)0) macro 91 #define NULL 0 macro
|
H A D | pthreadlock_state_nottracked.c | 5 #define NULL 0 macro
|
H A D | compound-literals.c | 4 #define NULL 0 macro
|
H A D | pthreadlock_state.c | 5 #define NULL 0 macro
|
H A D | retain-release-compound-literal.m | 4 #define NULL 0 macro
|
H A D | number-object-conversion.c | 4 #define NULL ((void *)0) macro
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/ |
H A D | stdio.h | 21 #define NULL (0) macro
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | use-nullptr.c | 6 #define NULL 0 macro
|
/llvm-project/clang/test/Sema/ |
H A D | warn-stringcompare.c | 6 #define NULL global() macro
|
/llvm-project/clang/test/PCH/ |
H A D | macro-undef.cpp | 12 #define NULL 0 macro
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/android/ |
H A D | cloexec-accept.cpp | 5 #define NULL 0 macro
|
H A D | cloexec-memfd-create.cpp | 13 #define NULL 0 macro
|
/llvm-project/clang/test/Headers/ |
H A D | typedef_guards.c | 5 #define NULL ((void*) 0) macro
|
/llvm-project/libclc/generic/include/clc/ |
H A D | clcmacros.h | 12 #define NULL global() macro
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | implicit-bool-conversion-cxx98.cpp | 6 #define NULL 0L macro
|
H A D | redundant-smartptr-get-msvc.cpp | 3 #define NULL __null macro
|
/llvm-project/clang/test/Index/ |
H A D | complete-exprs.c | 17 #define NULL __null macro
|