HomeSort by: relevance | last modified time | path
    Searched refs:IsPreVisit (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CheckerManager.cpp 155 bool IsPreVisit;
161 CheckStmtContext(bool isPreVisit, const CheckersTy &checkers,
163 : IsPreVisit(isPreVisit), Checkers(checkers), S(s), Eng(eng),
172 ProgramPoint::Kind K = IsPreVisit ? ProgramPoint::PreStmtKind :
184 void CheckerManager::runCheckersForStmt(bool isPreVisit,
190 CheckStmtContext C(isPreVisit, getCachedStmtCheckersFor(S, isPreVisit),
218 bool IsPreVisit;
222 IsPreVisit = true
    [all...]
CallEvent.cpp 306 ProgramPoint CallEvent::getProgramPoint(bool IsPreVisit,
309 if (IsPreVisit)
318 if (IsPreVisit)
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 253 runCheckersForStmt(/*isPreVisit=*/true, Dst, Src, S, Eng);
267 runCheckersForStmt(/*isPreVisit=*/false, Dst, Src, S, Eng, wasInlined);
271 void runCheckersForStmt(bool isPreVisit,
313 runCheckersForCallEvent(/*isPreVisit=*/true, Dst, Src, Call, Eng);
320 runCheckersForCallEvent(/*isPreVisit=*/false, Dst, Src, Call, Eng,
325 void runCheckersForCallEvent(bool isPreVisit, ExplodedNodeSet &Dst,
646 bool IsPreVisit;
655 bool isPreVisit);
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 353 ProgramPoint getProgramPoint(bool IsPreVisit = false,

Completed in 23 milliseconds