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

  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 199 runCheckersForStmt(/*isPreVisit=*/true, Dst, Src, S, Eng);
213 runCheckersForStmt(/*isPreVisit=*/false, Dst, Src, S, Eng, wasInlined);
217 void runCheckersForStmt(bool isPreVisit,
227 runCheckersForObjCMessage(/*isPreVisit=*/true, Dst, Src, msg, Eng);
236 runCheckersForObjCMessage(/*isPreVisit=*/false, Dst, Src, msg, Eng,
241 void runCheckersForObjCMessage(bool isPreVisit,
250 runCheckersForCallEvent(/*isPreVisit=*/true, Dst, Src, Call, Eng);
257 runCheckersForCallEvent(/*isPreVisit=*/false, Dst, Src, Call, Eng,
262 void runCheckersForCallEvent(bool isPreVisit, ExplodedNodeSet &Dst,
555 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...]
CallEvent.cpp 207 ProgramPoint CallEvent::getProgramPoint(bool IsPreVisit,
210 if (IsPreVisit)
219 if (IsPreVisit)
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 308 ProgramPoint getProgramPoint(bool IsPreVisit = false,
    [all...]

Completed in 822 milliseconds