Searched refs:IsPreVisit (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | CheckerManager.cpp | 155 bool IsPreVisit; member 163 : IsPreVisit(isPreVisit), Checkers(checkers), S(s), Eng(eng), in CheckStmtContext() 172 ProgramPoint::Kind K = IsPreVisit ? ProgramPoint::PreStmtKind : in runChecker() 218 bool IsPreVisit; in runChecker() local 222 IsPreVisit = true; in runChecker() 226 IsPreVisit = false; in runChecker() 230 const ProgramPoint &L = Msg.getProgramPoint(IsPreVisit,checkFn.Checker); in runChecker() 272 bool IsPreVisit, WasInlined; member 280 : IsPreVisit(isPreVisit), WasInlined(wasInlined), Checkers(checkers), in CheckCallContext() 288 const ProgramPoint &L = Call.getProgramPoint(IsPreVisit,checkFn.Checker); in runChecker() [all …]
|
| H A D | CallEvent.cpp | 306 ProgramPoint CallEvent::getProgramPoint(bool IsPreVisit, in getProgramPoint() argument 309 if (IsPreVisit) in getProgramPoint() 318 if (IsPreVisit) in getProgramPoint()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | CheckerManager.h | 646 bool IsPreVisit; member
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CallEvent.h | 353 ProgramPoint getProgramPoint(bool IsPreVisit = false,
|