Home | History | Annotate | Download | only in Checkers

Lines Matching refs:CheckLocation

158   ProgramStateRef CheckLocation(CheckerContext &C,
262 ProgramStateRef CStringChecker::CheckLocation(CheckerContext &C,
280 "CheckLocation should only be called with char* ElementRegions");
385 state = CheckLocation(C, state, warningExpr, BufEnd, firstMessage);
405 state = CheckLocation(C, state, warningExpr, BufEnd, secondMessage);
1586 state = CheckLocation(C, state, CE->getArg(2), maxLastElement,
1602 state = CheckLocation(C, state, Dst, lastElement, warningMsg);