Searched refs:DstVal (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CStringChecker.cpp | 1551 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()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGNonTrivialStruct.cpp | 789 llvm::Value *DstVal = in visitARCStrong() local 792 CGF->EmitARCRelease(DstVal, ARCImpreciseLifetime); in visitARCStrong()
|