Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp1251 SVal srcVal = state->getSVal(Source.Expression, LCtx); in evalCopyCommon() local
1255 state = checkNonNull(C, state, Source, srcVal); in evalCopyCommon()
1652 SVal srcVal = state->getSVal(srcExpr.Expression, LCtx); in evalStrcpyCommon() local
1653 state = checkNonNull(C, state, srcExpr, srcVal); in evalStrcpyCommon()
1658 SVal strLength = getCStringLength(C, state, srcExpr.Expression, srcVal); in evalStrcpyCommon()
1985 state = InvalidateBuffer(C, state, srcExpr.Expression, srcVal, in evalStrcpyCommon()