HomeSort by relevance Sort by last modified time
    Searched defs:IsPreVisit (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 240 runCheckersForStmt(/*isPreVisit=*/true, Dst, Src, S, Eng);
254 runCheckersForStmt(/*isPreVisit=*/false, Dst, Src, S, Eng, wasInlined);
258 void runCheckersForStmt(bool isPreVisit,
268 runCheckersForObjCMessage(/*isPreVisit=*/true, Dst, Src, msg, Eng);
277 runCheckersForObjCMessage(/*isPreVisit=*/false, Dst, Src, msg, Eng,
282 void runCheckersForObjCMessage(bool isPreVisit,
291 runCheckersForCallEvent(/*isPreVisit=*/true, Dst, Src, Call, Eng);
298 runCheckersForCallEvent(/*isPreVisit=*/false, Dst, Src, Call, Eng,
303 void runCheckersForCallEvent(bool isPreVisit, ExplodedNodeSet &Dst,
603 bool IsPreVisit;
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CheckerManager.cpp 138 bool IsPreVisit;
147 CheckStmtContext(bool isPreVisit, const CheckersTy &checkers,
149 : IsPreVisit(isPreVisit), Checkers(checkers), S(s), Eng(eng),
155 ProgramPoint::Kind K = IsPreVisit ? ProgramPoint::PreStmtKind :
166 void CheckerManager::runCheckersForStmt(bool isPreVisit,
172 CheckStmtContext C(isPreVisit, getCachedStmtCheckersFor(S, isPreVisit),
180 bool IsPreVisit, WasInlined;
188 CheckObjCMessageContext(bool isPreVisit, const CheckersTy &checkers
    [all...]

Completed in 51 milliseconds