Searched defs:SecondBuf (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp167 const Expr *SecondBuf,
340 const Expr *SecondBuf,
393 if (SecondBuf) {
394 BufVal = state->getSVal(SecondBuf, LCtx);
395 state = checkNonNull(C, state, SecondBuf, BufVal);
399 BufStart = svalBuilder.evalCast(BufVal, PtrTy, SecondBuf->getType());
401 const Expr *warningExpr = (WarnAboutSize ? Size : SecondBuf);
336 CheckBufferAccess(CheckerContext &C, ProgramStateRef state, const Expr *Size, const Expr *FirstBuf, const Expr *SecondBuf, const char *firstMessage, const char *secondMessage, bool WarnAboutSize) const argument

Completed in 899 milliseconds