Searched refs:IsPreVisit (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/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 291 if (IsPreVisit) in getProgramPoint() 300 if (IsPreVisit) in getProgramPoint()
|
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | CheckerManager.h | 645 bool IsPreVisit; member
|
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CallEvent.h | 352 ProgramPoint getProgramPoint(bool IsPreVisit = false,
|