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

  /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...]
CallEvent.cpp 178 ProgramPoint CallEvent::getProgramPoint(bool IsPreVisit,
181 if (IsPreVisit)
190 if (IsPreVisit)
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 187 runCheckersForStmt(/*isPreVisit=*/true, Dst, Src, S, Eng);
201 runCheckersForStmt(/*isPreVisit=*/false, Dst, Src, S, Eng, wasInlined);
205 void runCheckersForStmt(bool isPreVisit,
215 runCheckersForObjCMessage(/*isPreVisit=*/true, Dst, Src, msg, Eng);
224 runCheckersForObjCMessage(/*isPreVisit=*/false, Dst, Src, msg, Eng,
229 void runCheckersForObjCMessage(bool isPreVisit,
238 runCheckersForCallEvent(/*isPreVisit=*/true, Dst, Src, Call, Eng);
245 runCheckersForCallEvent(/*isPreVisit=*/false, Dst, Src, Call, Eng,
250 void runCheckersForCallEvent(bool isPreVisit, ExplodedNodeSet &Dst,
550 bool IsPreVisit;
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 301 ProgramPoint getProgramPoint(bool IsPreVisit = false,
    [all...]

Completed in 63 milliseconds