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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp158 ProgramStateRef CheckLocation(CheckerContext &C,
262 ProgramStateRef CStringChecker::CheckLocation(CheckerContext &C, function in class:CStringChecker
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);

Completed in 55 milliseconds