Home
last modified time | relevance | path

Searched refs:DstVal (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DRecordOps.cpp69 RecordValue *DstVal = &Env.create<RecordValue>(Dst); in copyRecord() local
70 Env.setValue(Dst, *DstVal); in copyRecord()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp1733 SVal DstVal = state->getSVal(Dst.Expression, LCtx); in evalStrcpyCommon() local
1734 state = checkNonNull(C, state, Dst, DstVal); in evalStrcpyCommon()
1750 SVal dstStrLength = getCStringLength(C, state, Dst.Expression, DstVal); in evalStrcpyCommon()
1898 StateZeroSize->BindExpr(Call.getOriginExpr(), LCtx, DstVal); in evalStrcpyCommon()
1979 getCStringLength(C, state, Call.getOriginExpr(), DstVal, true); in evalStrcpyCommon()
2021 Result = (ReturnEnd ? UnknownVal() : DstVal); in evalStrcpyCommon()
2035 DstVal.getAs<loc::MemRegionVal>()) { in evalStrcpyCommon()
2045 state = CheckLocation(C, state, Dst, DstVal, AccessKind::write); in evalStrcpyCommon()
2062 state = CheckLocation(C, state, Dst, DstVal, AccessKind::write); in evalStrcpyCommon()
2359 SVal DstVal = State->getSVal(Dst, LCtx); in evalStdCopyCommon() local
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp958 APFloat DstVal(getFltSemanticForLLT(DstTy)); in ConstantFoldIntToFloat() local
959 DstVal.convertFromAPInt(*MaybeSrcVal, Opcode == TargetOpcode::G_SITOFP, in ConstantFoldIntToFloat()
961 return DstVal; in ConstantFoldIntToFloat()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp779 llvm::Value *DstVal = in visitARCStrong() local
782 CGF->EmitARCRelease(DstVal, ARCImpreciseLifetime); in visitARCStrong()