Searched refs:CheckLocation (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | CStringChecker.cpp | 163 ProgramStateRef CheckLocation(CheckerContext &C, 275 ProgramStateRef CStringChecker::CheckLocation(CheckerContext &C, in CheckLocation() function in CStringChecker 398 state = CheckLocation(C, state, warningExpr, BufEnd, firstMessage); in CheckBufferAccess() 418 state = CheckLocation(C, state, warningExpr, BufEnd, secondMessage); in CheckBufferAccess() 1676 state = CheckLocation(C, state, CE->getArg(2), maxLastElement, in evalStrcpyCommon() 1692 state = CheckLocation(C, state, Dst, lastElement, warningMsg); in evalStrcpyCommon()
|