Searched refs:IsPreVisit (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CheckerManager.cpp | 153 bool IsPreVisit; member 161 : IsPreVisit(isPreVisit), Checkers(checkers), S(s), Eng(eng), in CheckStmtContext() 170 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() 270 bool IsPreVisit, WasInlined; member 278 : IsPreVisit(isPreVisit), WasInlined(wasInlined), Checkers(checkers), in CheckCallContext() 286 const ProgramPoint &L = Call.getProgramPoint(IsPreVisit,checkFn.Checker); in runChecker() [all …]
|
H A D | CallEvent.cpp | 288 ProgramPoint CallEvent::getProgramPoint(bool IsPreVisit, in getProgramPoint() argument 292 if (IsPreVisit) in getProgramPoint() 303 if (IsPreVisit) in getProgramPoint()
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
H A D | CheckerManager.h | 642 bool IsPreVisit; member
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | CallEvent.h | 359 ProgramPoint getProgramPoint(bool IsPreVisit = false,
|