Home
last modified time | relevance | path

Searched refs:NullValue (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/heimdal/lib/asn1/
H A Dasn1parse.y184 %type <value> NullValue
878 | NullValue
931 NullValue : kw_NULL
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_arm64.cpp558 uint64_t NullValue = 0; member in llvm::jitlink::MachOJITLinker_arm64
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp2318 llvm::Value *NullValue = nullptr; in EmitDynamicCast() local
2323 NullValue = EmitDynamicCastToNull(*this, DestTy); in EmitDynamicCast()
2334 PHI->addIncoming(NullValue, CastNull); in EmitDynamicCast()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4640 Constant *NullValue = Constant::getNullValue(Ty); in visitFreeze() local
4642 Constant *C = NullValue; in visitFreeze()
4651 BestValue = NullValue; in visitFreeze()
H A DInstCombineCompares.cpp7226 Value *NullValue = Constant::getNullValue(X->getType()); in foldICmpCommutative() local
7252 ? Builder.CreateICmpSLT(X, NullValue) in foldICmpCommutative()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp482 std::string NullValue; in DiagnoseSentinelCalls() local
484 NullValue = "nil"; in DiagnoseSentinelCalls()
486 NullValue = "nullptr"; in DiagnoseSentinelCalls()
488 NullValue = "NULL"; in DiagnoseSentinelCalls()
490 NullValue = "(void*) 0"; in DiagnoseSentinelCalls()
497 << FixItHint::CreateInsertion(MissingNilLoc, ", " + NullValue); in DiagnoseSentinelCalls()
12015 int NullValue = PP.isMacroDefined("NULL") ? 0 : 1; in CheckPtrComparisonWithNullChar() local
12023 << NullValue in CheckPtrComparisonWithNullChar()
12025 NullValue ? "NULL" : "(void *)0"); in CheckPtrComparisonWithNullChar()
12031 << NullValue in CheckPtrComparisonWithNullChar()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3916 SmallVector<Value *, 2> NullValue; in initializeMap() local
3927 NullValue.push_back(AM.OriginalValue); in initializeMap()
3931 for (auto *V : NullValue) in initializeMap()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp7290 uint64_t NullValue = Info.Ctx.getTargetNullPointerValue(QualType(T, 0)); in visit() local
7292 /*Offset=*/CharUnits::fromQuantity(NullValue), in visit()