Searched refs:srcVal (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CStringChecker.cpp | 1478 SVal srcVal = state->getSVal(Source.Expression, LCtx); in evalCopyCommon() local 1482 state = checkNonNull(C, state, Source, srcVal); in evalCopyCommon() 1888 SVal srcVal = state->getSVal(srcExpr.Expression, LCtx); in evalStrcpyCommon() local 1889 state = checkNonNull(C, state, srcExpr, srcVal); in evalStrcpyCommon() 1894 SVal strLength = getCStringLength(C, state, srcExpr.Expression, srcVal); in evalStrcpyCommon() 2237 state = invalidateSourceBuffer(C, state, srcExpr.Expression, srcVal); in evalStrcpyCommon()
|