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 192 runCheckersForStmt(/*isPreVisit=*/true, Dst, Src, S, Eng);
206 runCheckersForStmt(/*isPreVisit=*/false, Dst, Src, S, Eng, wasInlined);
210 void runCheckersForStmt(bool isPreVisit,
253 runCheckersForCallEvent(/*isPreVisit=*/true, Dst, Src, Call, Eng);
260 runCheckersForCallEvent(/*isPreVisit=*/false, Dst, Src, Call, Eng,
265 void runCheckersForCallEvent(bool isPreVisit, ExplodedNodeSet &Dst,
567 bool IsPreVisit;
576 bool isPreVisit);
  /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),
200 bool IsPreVisit;
204 IsPreVisit = true
    [all...]

Completed in 50 milliseconds