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