Searched refs:IsPreVisit (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | CheckerManager.cpp | 147 bool IsPreVisit; member 155 : IsPreVisit(isPreVisit), Checkers(checkers), S(s), Eng(eng), in CheckStmtContext() 165 ProgramPoint::Kind K = IsPreVisit ? ProgramPoint::PreStmtKind : in runChecker() 216 bool IsPreVisit; in runChecker() local 220 IsPreVisit = true; in runChecker() 224 IsPreVisit = false; in runChecker() 228 const ProgramPoint &L = Msg.getProgramPoint(IsPreVisit,checkFn.Checker); in runChecker() 271 bool IsPreVisit, WasInlined; member 279 : 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 | 287 ProgramPoint CallEvent::getProgramPoint(bool IsPreVisit, in getProgramPoint() argument 291 if (IsPreVisit) in getProgramPoint() 302 if (IsPreVisit) in getProgramPoint()
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | CheckerManager.h | 650 bool IsPreVisit; member
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CallEvent.h | 359 ProgramPoint getProgramPoint(bool IsPreVisit = false,
|