Home
last modified time | relevance | path

Searched defs:NullPtr (Results 1 – 25 of 257) sorted by relevance

1234567891011

/dports/www/kf5-kjsembed/kjsembed-5.89.0/src/kjsembed/
H A Dpointer.h104 struct NullPtr : public PointerBase { struct
105 NullPtr() : ptr(nullptr) in NullPtr() function
109 ~NullPtr() override in ~NullPtr() argument
120 return typeid(NullPtr); in type() argument
123 void *voidStar() override in voidStar()
128 void *ptr;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGen/
H A Dwindows-seh-EHa-TryInFinally.cpp17 int volatile *NullPtr = 0; variable
H A Dwindows-seh-EHa-CppCatchDotDotDot.cpp21 int volatile *NullPtr = 0; variable
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Dwindows-seh-EHa-TryInFinally.cpp17 int volatile *NullPtr = 0; variable
H A Dwindows-seh-EHa-CppCatchDotDotDot.cpp21 int volatile *NullPtr = 0; variable
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Dwindows-seh-EHa-TryInFinally.cpp17 int volatile *NullPtr = 0; variable
H A Dwindows-seh-EHa-CppCatchDotDotDot.cpp21 int volatile *NullPtr = 0; variable
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGen/
H A Dwindows-seh-EHa-TryInFinally.cpp17 int volatile *NullPtr = 0; variable
H A Dwindows-seh-EHa-CppCatchDotDotDot.cpp21 int volatile *NullPtr = 0; variable
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Dwindows-seh-EHa-TryInFinally.cpp17 int volatile *NullPtr = 0; variable
H A Dwindows-seh-EHa-CppCatchDotDotDot.cpp21 int volatile *NullPtr = 0; variable
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGen/
H A Dwindows-seh-EHa-TryInFinally.cpp17 int volatile *NullPtr = 0; variable
H A Dwindows-seh-EHa-CppCatchDotDotDot.cpp21 int volatile *NullPtr = 0; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/test/fuzzer/
H A DCrossOverTest.cpp21 static volatile int *NullPtr; variable
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/test/fuzzer/
H A DCrossOverTest.cpp20 static volatile int *NullPtr; variable
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/test/fuzzer/
H A DCrossOverTest.cpp20 static volatile int *NullPtr; variable
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/test/fuzzer/
H A DCrossOverTest.cpp21 static volatile int *NullPtr; variable
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/test/fuzzer/
H A DCrossOverTest.cpp21 static volatile int *NullPtr; variable
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/test/fuzzer/
H A DCrossOverTest.cpp21 static volatile int *NullPtr; variable
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/test/fuzzer/
H A DCrossOverTest.cpp21 static volatile int *NullPtr; variable
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/test/fuzzer/
H A DCrossOverTest.cpp21 static volatile int *NullPtr; variable
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/test/fuzzer/
H A DCrossOverTest.cpp20 static volatile int *NullPtr; variable
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/test/fuzzer/
H A DCrossOverTest.cpp21 static volatile int *NullPtr; variable
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/test/fuzzer/
H A DCrossOverTest.cpp21 static volatile int *NullPtr; variable
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/CodeGen/
H A DCGCoroutine.cpp198 auto *NullPtr = llvm::ConstantPointerNull::get(CGF.CGM.Int8PtrTy); in emitSuspendExpression() local
399 auto *NullPtr = llvm::ConstantPointerNull::get(CGF.Int8PtrTy); in Emit() local
456 auto *NullPtr = llvm::ConstantPointerNull::get(CGF.Int8PtrTy); in Emit() local
544 auto *NullPtr = llvm::ConstantPointerNull::get(Builder.getInt8PtrTy()); in EmitCoroutineBody() local
578 auto *NullPtr = llvm::ConstantPointerNull::get(Int8PtrTy); in EmitCoroutineBody() local
723 auto NullPtr = llvm::ConstantPointerNull::get(Builder.getInt8PtrTy()); in EmitCoroutineIntrinsic() local

1234567891011