/minix3/external/bsd/llvm/dist/llvm/unittests/ADT/ |
H A D | PostOrderIteratorTest.cpp | 22 void *Null = nullptr; in TEST() local
|
H A D | PointerUnionTest.cpp | 38 TEST_F(PointerUnionTest, Null) { in TEST_F() argument
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/ObjCARC/ |
H A D | ObjCARCContract.cpp | 409 Value *Null = in runOnFunction() local
|
/minix3/external/bsd/llvm/dist/llvm/unittests/IR/ |
H A D | ValueMapTest.cpp | 41 TYPED_TEST(ValueMapTest, Null) { in TYPED_TEST() argument
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/ |
H A D | mangle-ms-cxx11.cpp | 73 void Null(std::nullptr_t) {} in Null() function
|
H A D | const-init-cxx11.cpp | 552 namespace Null { namespace
|
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
H A D | CGExprComplex.cpp | 206 llvm::Constant *Null = llvm::Constant::getNullValue(CGF.ConvertType(Elem)); in VisitCXXScalarValueInitExpr() local 212 llvm::Constant *Null = in VisitImplicitValueInitExpr() local
|
H A D | CGDecl.cpp | 1736 llvm::Value *Null = CGM.EmitNullConstant(D.getType()); in EmitParmDecl() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 1133 Constant *Null = Constant::getNullValue(C->getType()); in ConstantFoldCompareInstOperands() local 1143 Constant *Null = Constant::getNullValue(C->getType()); in ConstantFoldCompareInstOperands() local
|
H A D | InstructionSimplify.cpp | 2967 Constant *Null = Constant::getNullValue(GLHS->getPointerOperandType()); in SimplifyICmpInst() local
|
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
H A D | TemplateBase.h | 45 Null = 0, enumerator
|
/minix3/usr.bin/make/ |
H A D | parse.c | 200 Null, /* .NULL */ enumerator
|
/minix3/lib/libc/isc/ |
H A D | eventlib_p.h | 169 enum { Accept, File, Stream, Timer, Wait, Free, Null } type; enumerator
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | GCOVProfiling.cpp | 976 Constant *Null = Constant::getNullValue(GV->getType()->getElementType()); in insertFlush() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Linker/ |
H A D | LinkModules.cpp | 903 Value *Null = Constant::getNullValue(VoidPtrTy); in upgradeGlobalArray() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | GlobalOpt.cpp | 1408 Constant *Null = Constant::getNullValue(PT->getElementType()); in PerformHeapAllocSRoA() local
|
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/ |
H A D | constant-expression-cxx11.cpp | 791 enum Null { kNull }; enum
|