Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp1881 SVal DstVal = state->getSVal(Dst.Expression, LCtx); in evalStrcpyCommon() local
1882 state = checkNonNull(C, state, Dst, DstVal); in evalStrcpyCommon()
1898 SVal dstStrLength = getCStringLength(C, state, Dst.Expression, DstVal); in evalStrcpyCommon()
2046 StateZeroSize->BindExpr(Call.getOriginExpr(), LCtx, DstVal); in evalStrcpyCommon()
2127 getCStringLength(C, state, Call.getOriginExpr(), DstVal, true); in evalStrcpyCommon()
2169 Result = (ReturnEnd ? UnknownVal() : DstVal); in evalStrcpyCommon()
2183 DstVal.getAs<loc::MemRegionVal>()) { in evalStrcpyCommon()
2193 state = CheckLocation(C, state, Dst, DstVal, AccessKind::write); in evalStrcpyCommon()
2210 state = CheckLocation(C, state, Dst, DstVal, AccessKind::write); in evalStrcpyCommon()
2507 SVal DstVal = State->getSVal(Dst, LCtx); in evalStdCopyCommon() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp981 APFloat DstVal(getFltSemanticForLLT(DstTy)); in ConstantFoldIntToFloat() local
982 DstVal.convertFromAPInt(*MaybeSrcVal, Opcode == TargetOpcode::G_SITOFP, in ConstantFoldIntToFloat()
984 return DstVal; in ConstantFoldIntToFloat()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp779 llvm::Value *DstVal = in visitARCStrong() local
782 CGF->EmitARCRelease(DstVal, ARCImpreciseLifetime); in visitARCStrong()