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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp151 ProgramStateRef CheckLocation(CheckerContext &C,
266 ProgramStateRef CStringChecker::CheckLocation(CheckerContext &C, function in class:CStringChecker
284 "CheckLocation should only be called with char* ElementRegions");
388 state = CheckLocation(C, state, warningExpr, BufEnd, firstMessage);
408 state = CheckLocation(C, state, warningExpr, BufEnd, secondMessage);
1559 state = CheckLocation(C, state, CE->getArg(2), maxLastElement,
1575 state = CheckLocation(C, state, Dst, lastElement, warningMsg);

Completed in 304 milliseconds