Searched refs:DstVal (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CStringChecker.cpp | 1883 SVal DstVal = state->getSVal(Dst.Expression, LCtx); in evalStrcpyCommon() local 1884 state = checkNonNull(C, state, Dst, DstVal); in evalStrcpyCommon() 1900 SVal dstStrLength = getCStringLength(C, state, Dst.Expression, DstVal); in evalStrcpyCommon() 2048 StateZeroSize->BindExpr(Call.getOriginExpr(), LCtx, DstVal); in evalStrcpyCommon() 2129 getCStringLength(C, state, Call.getOriginExpr(), DstVal, true); in evalStrcpyCommon() 2171 Result = (ReturnEnd ? UnknownVal() : DstVal); in evalStrcpyCommon() 2185 DstVal.getAs<loc::MemRegionVal>()) { in evalStrcpyCommon() 2195 state = CheckLocation(C, state, Dst, DstVal, AccessKind::write); in evalStrcpyCommon() 2212 state = CheckLocation(C, state, Dst, DstVal, AccessKind::write); in evalStrcpyCommon() 2546 SVal DstVal = State->getSVal(Dst, LCtx); in evalStdCopyCommon() local [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMLatencyMutations.cpp | 565 auto DstVal = DstMO->getValue(); in memoryRAWHazard() local 568 if (SrcVal && DstVal && AA->alias(SrcVal, DstVal) == AliasResult::MustAlias && in memoryRAWHazard()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | Utils.cpp | 988 APFloat DstVal(getFltSemanticForLLT(DstTy)); in ConstantFoldIntToFloat() local 989 DstVal.convertFromAPInt(*MaybeSrcVal, Opcode == TargetOpcode::G_SITOFP, in ConstantFoldIntToFloat() 991 return DstVal; in ConstantFoldIntToFloat()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGNonTrivialStruct.cpp | 799 llvm::Value *DstVal = in visitARCStrong() local 802 CGF->EmitARCRelease(DstVal, ARCImpreciseLifetime); in visitARCStrong()
|