Searched refs:srcVal (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CStringChecker.cpp | 1164 SVal srcVal = state->getSVal(Source.Expression, LCtx); in evalCopyCommon() local 1168 state = checkNonNull(C, state, Source, srcVal); in evalCopyCommon() 1558 SVal srcVal = state->getSVal(srcExpr.Expression, LCtx); in evalStrcpyCommon() local 1559 state = checkNonNull(C, state, srcExpr, srcVal); in evalStrcpyCommon() 1564 SVal strLength = getCStringLength(C, state, srcExpr.Expression, srcVal); in evalStrcpyCommon() 1890 state = InvalidateBuffer(C, state, srcExpr.Expression, srcVal, in evalStrcpyCommon()
|