Home
last modified time | relevance | path

Searched defs:Null (Results 1 – 17 of 17) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/unittests/ADT/
H A DPostOrderIteratorTest.cpp22 void *Null = nullptr; in TEST() local
H A DPointerUnionTest.cpp38 TEST_F(PointerUnionTest, Null) { in TEST_F() argument
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp409 Value *Null = in runOnFunction() local
/minix3/external/bsd/llvm/dist/llvm/unittests/IR/
H A DValueMapTest.cpp41 TYPED_TEST(ValueMapTest, Null) { in TYPED_TEST() argument
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dmangle-ms-cxx11.cpp73 void Null(std::nullptr_t) {} in Null() function
H A Dconst-init-cxx11.cpp552 namespace Null { namespace
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExprComplex.cpp206 llvm::Constant *Null = llvm::Constant::getNullValue(CGF.ConvertType(Elem)); in VisitCXXScalarValueInitExpr() local
212 llvm::Constant *Null = in VisitImplicitValueInitExpr() local
H A DCGDecl.cpp1736 llvm::Value *Null = CGM.EmitNullConstant(D.getType()); in EmitParmDecl() local
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DConstantFolding.cpp1133 Constant *Null = Constant::getNullValue(C->getType()); in ConstantFoldCompareInstOperands() local
1143 Constant *Null = Constant::getNullValue(C->getType()); in ConstantFoldCompareInstOperands() local
H A DInstructionSimplify.cpp2967 Constant *Null = Constant::getNullValue(GLHS->getPointerOperandType()); in SimplifyICmpInst() local
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DTemplateBase.h45 Null = 0, enumerator
/minix3/usr.bin/make/
H A Dparse.c200 Null, /* .NULL */ enumerator
/minix3/lib/libc/isc/
H A Deventlib_p.h169 enum { Accept, File, Stream, Timer, Wait, Free, Null } type; enumerator
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp976 Constant *Null = Constant::getNullValue(GV->getType()->getElementType()); in insertFlush() local
/minix3/external/bsd/llvm/dist/llvm/lib/Linker/
H A DLinkModules.cpp903 Value *Null = Constant::getNullValue(VoidPtrTy); in upgradeGlobalArray() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1408 Constant *Null = Constant::getNullValue(PT->getElementType()); in PerformHeapAllocSRoA() local
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp791 enum Null { kNull }; enum