Searched refs:srcExpr (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | CStringChecker.cpp | 1341 const Expr *srcExpr = CE->getArg(1); in evalStrcpyCommon() local 1342 SVal srcVal = state->getSVal(srcExpr, LCtx); in evalStrcpyCommon() 1343 state = checkNonNull(C, state, srcExpr, srcVal); in evalStrcpyCommon() 1348 SVal strLength = getCStringLength(C, state, srcExpr, srcVal); in evalStrcpyCommon() 1624 state = InvalidateBuffer(C, state, srcExpr, srcVal, /*IsSourceBuffer*/true); in evalStrcpyCommon()
|