Home
last modified time | relevance | path

Searched defs:NULL (Results 1 – 25 of 93) sorted by relevance

1234

/llvm-project/clang/lib/Headers/
H A D__stddef_null.h21 #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 Dstatic-assert.cpp134 #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 Dmacro-redefinition.cpp14 #define NULL 0 macro
/llvm-project/clang/test/SemaObjCXX/
H A Dnull_objc_pointer.mm2 #define NULL __null macro
/llvm-project/clang/test/CodeGen/
H A Dvariadic-null-win64.c10 #define NULL 0 macro
H A Dalloc-size-fnptr.c5 #define NULL ((void *)0) macro
/llvm-project/clang/test/Analysis/exploded-graph-rewriter/
H A Dmacros.c1 #define NULL 0 macro
/llvm-project/clang/test/SemaCXX/Inputs/
H A Dwarn-zero-nullptr.h1 #define NULL (0) macro
/llvm-project/clang/test/Analysis/
H A Dnumber-object-conversion.cpp4 #define NULL ((void *)0) macro
91 #define NULL 0 macro
H A Dpthreadlock_state_nottracked.c5 #define NULL 0 macro
H A Dcompound-literals.c4 #define NULL 0 macro
H A Dpthreadlock_state.c5 #define NULL 0 macro
H A Dretain-release-compound-literal.m4 #define NULL 0 macro
H A Dnumber-object-conversion.c4 #define NULL ((void *)0) macro
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/
H A Dstdio.h21 #define NULL (0) macro
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-nullptr.c6 #define NULL 0 macro
/llvm-project/clang/test/Sema/
H A Dwarn-stringcompare.c6 #define NULL global() macro
/llvm-project/clang/test/PCH/
H A Dmacro-undef.cpp12 #define NULL 0 macro
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/android/
H A Dcloexec-accept.cpp5 #define NULL 0 macro
H A Dcloexec-memfd-create.cpp13 #define NULL 0 macro
/llvm-project/clang/test/Headers/
H A Dtypedef_guards.c5 #define NULL ((void*) 0) macro
/llvm-project/libclc/generic/include/clc/
H A Dclcmacros.h12 #define NULL global() macro
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dimplicit-bool-conversion-cxx98.cpp6 #define NULL 0L macro
H A Dredundant-smartptr-get-msvc.cpp3 #define NULL __null macro
/llvm-project/clang/test/Index/
H A Dcomplete-exprs.c17 #define NULL __null macro

1234