Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/heimdal/lib/asn1/
H A Dasn1parse.y184 %type <value> NullValue
878 | NullValue
931 NullValue : kw_NULL
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_arm64.cpp663 uint64_t NullValue = 0; member in llvm::jitlink::MachOJITLinker_arm64
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3637 Constant *NullValue = Constant::getNullValue(I.getType()); in visitFreeze() local
3639 Constant *C = NullValue; in visitFreeze()
3653 BestValue = NullValue; in visitFreeze()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp469 std::string NullValue; in DiagnoseSentinelCalls() local
471 NullValue = "nil"; in DiagnoseSentinelCalls()
473 NullValue = "nullptr"; in DiagnoseSentinelCalls()
475 NullValue = "NULL"; in DiagnoseSentinelCalls()
477 NullValue = "(void*) 0"; in DiagnoseSentinelCalls()
484 << FixItHint::CreateInsertion(MissingNilLoc, ", " + NullValue); in DiagnoseSentinelCalls()
11737 int NullValue = PP.isMacroDefined("NULL") ? 0 : 1; in CheckPtrComparisonWithNullChar() local
11745 << NullValue in CheckPtrComparisonWithNullChar()
11747 NullValue ? "NULL" : "(void *)0"); in CheckPtrComparisonWithNullChar()
11753 << NullValue in CheckPtrComparisonWithNullChar()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3567 SmallVector<Value *, 2> NullValue; in initializeMap() local
3578 NullValue.push_back(AM.OriginalValue); in initializeMap()
3582 for (auto *V : NullValue) in initializeMap()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp6977 uint64_t NullValue = Info.Ctx.getTargetNullPointerValue(QualType(T, 0)); in visit() local
6979 /*Offset=*/CharUnits::fromQuantity(NullValue), in visit()