Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DCStringChecker.cpp1424 SVal DstVal = state->getSVal(Dst, LCtx); in evalStrcpyCommon() local
1426 state = checkNonNull(C, state, Dst, DstVal); in evalStrcpyCommon()
1500 SVal dstStrLength = getCStringLength(C, state, Dst, DstVal); in evalStrcpyCommon()
1527 StateZeroSize = StateZeroSize->BindExpr(CE, LCtx, DstVal); in evalStrcpyCommon()
1599 SVal dstStrLength = getCStringLength(C, state, Dst, DstVal); in evalStrcpyCommon()
1622 finalStrLength = getCStringLength(C, state, CE, DstVal, true); in evalStrcpyCommon()
1660 SVal Result = (returnEnd ? UnknownVal() : DstVal); in evalStrcpyCommon()
1667 DstVal.getAs<loc::MemRegionVal>()) { in evalStrcpyCommon()
1986 SVal DstVal = State->getSVal(Dst, LCtx); in evalStdCopyCommon() local
1987 State = InvalidateBuffer(C, State, Dst, DstVal, /*IsSource=*/false, in evalStdCopyCommon()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DCStringChecker.cpp1551 SVal DstVal = state->getSVal(Dst.Expression, LCtx); in evalStrcpyCommon() local
1552 state = checkNonNull(C, state, Dst, DstVal); in evalStrcpyCommon()
1568 SVal dstStrLength = getCStringLength(C, state, Dst.Expression, DstVal); in evalStrcpyCommon()
1714 StateZeroSize = StateZeroSize->BindExpr(CE, LCtx, DstVal); in evalStrcpyCommon()
1792 finalStrLength = getCStringLength(C, state, CE, DstVal, true); in evalStrcpyCommon()
1833 Result = (ReturnEnd ? UnknownVal() : DstVal); in evalStrcpyCommon()
1847 DstVal.getAs<loc::MemRegionVal>()) { in evalStrcpyCommon()
2155 SVal DstVal = State->getSVal(Dst, LCtx); in evalStdCopyCommon() local
2156 State = InvalidateBuffer(C, State, Dst, DstVal, /*IsSource=*/false, in evalStdCopyCommon()
/external/llvm-project/clang/lib/CodeGen/
DCGNonTrivialStruct.cpp789 llvm::Value *DstVal = in visitARCStrong() local
792 CGF->EmitARCRelease(DstVal, ARCImpreciseLifetime); in visitARCStrong()