Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/heimdal/lib/asn1/
H A Dasn1parse.y184 %type <value> NullValue
878 | NullValue
931 NullValue : kw_NULL
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_arm64.cpp557 uint64_t NullValue = 0; member in llvm::jitlink::MachOJITLinker_arm64
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp2354 llvm::Value *NullValue = nullptr; in EmitDynamicCast() local
2359 NullValue = EmitDynamicCastToNull(*this, DestTy); in EmitDynamicCast()
2370 PHI->addIncoming(NullValue, CastNull); in EmitDynamicCast()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4152 Constant *NullValue = Constant::getNullValue(Ty); in visitFreeze() local
4154 Constant *C = NullValue; in visitFreeze()
4163 BestValue = NullValue; in visitFreeze()
H A DInstCombineCompares.cpp6897 Value *NullValue = Constant::getNullValue(X->getType()); in foldICmpCommutative() local
6923 ? Builder.CreateICmpSLT(X, NullValue) in foldICmpCommutative()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp492 std::string NullValue; in DiagnoseSentinelCalls() local
494 NullValue = "nil"; in DiagnoseSentinelCalls()
496 NullValue = "nullptr"; in DiagnoseSentinelCalls()
498 NullValue = "NULL"; in DiagnoseSentinelCalls()
500 NullValue = "(void*) 0"; in DiagnoseSentinelCalls()
507 << FixItHint::CreateInsertion(MissingNilLoc, ", " + NullValue); in DiagnoseSentinelCalls()
13035 int NullValue = PP.isMacroDefined("NULL") ? 0 : 1; in CheckPtrComparisonWithNullChar() local
13043 << NullValue in CheckPtrComparisonWithNullChar()
13045 NullValue ? "NULL" : "(void *)0"); in CheckPtrComparisonWithNullChar()
13051 << NullValue in CheckPtrComparisonWithNullChar()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3822 SmallVector<Value *, 2> NullValue; in initializeMap() local
3833 NullValue.push_back(AM.OriginalValue); in initializeMap()
3837 for (auto *V : NullValue) in initializeMap()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp7229 uint64_t NullValue = Info.Ctx.getTargetNullPointerValue(QualType(T, 0)); in visit() local
7231 /*Offset=*/CharUnits::fromQuantity(NullValue), in visit()