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.cpp583 uint64_t NullValue = 0; member in llvm::jitlink::MachOJITLinker_arm64
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp2355 llvm::Value *NullValue = nullptr; in EmitDynamicCast() local
2360 NullValue = EmitDynamicCastToNull(*this, DestTy); in EmitDynamicCast()
2371 PHI->addIncoming(NullValue, CastNull); in EmitDynamicCast()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp5078 Value *NullValue = Constant::getNullValue(Ty); in visitFreeze() local
5080 Value *V = NullValue; in visitFreeze()
5087 V = NullValue; in visitFreeze()
5093 BestValue = NullValue; in visitFreeze()
H A DInstCombineCompares.cpp7510 Value *NullValue = Constant::getNullValue(X->getType()); in foldICmpCommutative() local
7536 ? Builder.CreateICmpSLT(X, NullValue) in foldICmpCommutative()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp479 std::string NullValue; in DiagnoseSentinelCalls() local
481 NullValue = "nil"; in DiagnoseSentinelCalls()
483 NullValue = "nullptr"; in DiagnoseSentinelCalls()
485 NullValue = "NULL"; in DiagnoseSentinelCalls()
487 NullValue = "(void*) 0"; in DiagnoseSentinelCalls()
494 << FixItHint::CreateInsertion(MissingNilLoc, ", " + NullValue); in DiagnoseSentinelCalls()
12362 int NullValue = PP.isMacroDefined("NULL") ? 0 : 1; in CheckPtrComparisonWithNullChar() local
12370 << NullValue in CheckPtrComparisonWithNullChar()
12372 NullValue ? "NULL" : "(void *)0"); in CheckPtrComparisonWithNullChar()
12378 << NullValue in CheckPtrComparisonWithNullChar()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4253 SmallVector<Value *, 2> NullValue; in initializeMap() local
4264 NullValue.push_back(AM.OriginalValue); in initializeMap()
4268 for (auto *V : NullValue) in initializeMap()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp7604 uint64_t NullValue = Info.Ctx.getTargetNullPointerValue(QualType(T, 0)); in visit() local
7606 /*Offset=*/CharUnits::fromQuantity(NullValue), in visit()