Searched refs:IsPreVisit (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/StaticAnalyzer/Core/ |
D | CheckerManager.cpp | 138 bool IsPreVisit; member 149 : IsPreVisit(isPreVisit), Checkers(checkers), S(s), Eng(eng), in CheckStmtContext() 155 ProgramPoint::Kind K = IsPreVisit ? ProgramPoint::PreStmtKind : in runChecker() 200 bool IsPreVisit; in runChecker() local 204 IsPreVisit = true; in runChecker() 208 IsPreVisit = false; in runChecker() 212 const ProgramPoint &L = Msg.getProgramPoint(IsPreVisit,checkFn.Checker); in runChecker() 250 bool IsPreVisit, WasInlined; member 261 : IsPreVisit(isPreVisit), WasInlined(wasInlined), Checkers(checkers), in CheckCallContext() 266 const ProgramPoint &L = Call.getProgramPoint(IsPreVisit,checkFn.Checker); in runChecker() [all …]
|
D | CallEvent.cpp | 196 ProgramPoint CallEvent::getProgramPoint(bool IsPreVisit, in getProgramPoint() argument 199 if (IsPreVisit) in getProgramPoint() 208 if (IsPreVisit) in getProgramPoint()
|
/external/clang/include/clang/StaticAnalyzer/Core/ |
D | CheckerManager.h | 576 bool IsPreVisit; member
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | CallEvent.h | 341 ProgramPoint getProgramPoint(bool IsPreVisit = false,
|