Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp1330 SVal srcVal = state->getSVal(Source.Expression, LCtx); in evalCopyCommon() local
1334 state = checkNonNull(C, state, Source, srcVal); in evalCopyCommon()
1740 SVal srcVal = state->getSVal(srcExpr.Expression, LCtx); in evalStrcpyCommon() local
1741 state = checkNonNull(C, state, srcExpr, srcVal); in evalStrcpyCommon()
1746 SVal strLength = getCStringLength(C, state, srcExpr.Expression, srcVal); in evalStrcpyCommon()
2089 state = invalidateSourceBuffer(C, state, srcExpr.Expression, srcVal); in evalStrcpyCommon()