Home
last modified time | relevance | path

Searched refs:SymbolReaper (Results 1 – 25 of 44) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp365 void SymbolReaper::markDependentsLive(SymbolRef sym) { in markDependentsLive()
382 void SymbolReaper::markLive(SymbolRef sym) { in markLive()
387 void SymbolReaper::markLive(const MemRegion *region) { in markLive()
392 void SymbolReaper::markElementIndicesLive(const MemRegion *region) { in markElementIndicesLive()
403 void SymbolReaper::markInUse(SymbolRef sym) { in markInUse()
408 bool SymbolReaper::isLiveRegion(const MemRegion *MR) { in isLiveRegion()
443 bool SymbolReaper::isLive(SymbolRef sym) { in isLive()
492 SymbolReaper::isLive(const Expr *ExprVal, const LocationContext *ELCtx) const { in isLive()
512 bool SymbolReaper::isLive(const VarRegion *VR, bool includeStoreBindings) const{ in isLive()
539 const_cast<SymbolReaper *>(this)->includedRegionCache[VR]; in isLive()
H A DDynamicType.cpp158 static bool isLive(SymbolReaper &SR, const MemRegion *MR) { in isLive()
162 static bool isLive(SymbolReaper &SR, SymbolRef Sym) { return SR.isLive(Sym); } in isLive()
165 static ProgramStateRef removeDeadImpl(ProgramStateRef State, SymbolReaper &SR) { in removeDeadImpl()
175 ProgramStateRef removeDeadTypes(ProgramStateRef State, SymbolReaper &SR) { in removeDeadTypes()
179 ProgramStateRef removeDeadCasts(ProgramStateRef State, SymbolReaper &SR) { in removeDeadCasts()
184 SymbolReaper &SR) { in removeDeadClassObjectTypes()
H A DEnvironment.cpp152 SymbolReaper &SymReaper;
155 MarkLiveCallback(SymbolReaper &symreaper) : SymReaper(symreaper) {} in MarkLiveCallback()
179 SymbolReaper &SymReaper, in removeDeadBindings()
H A DCheckerManager.cpp547 SymbolReaper &SymReaper) { in runCheckersForLiveSymbols()
558 SymbolReaper &SR;
563 CheckDeadSymbolsContext(const CheckersTy &checkers, SymbolReaper &sr, in CheckDeadSymbolsContext()
589 SymbolReaper &SymReaper, in runCheckersForDeadSymbols()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DDynamicType.h74 ProgramStateRef removeDeadTypes(ProgramStateRef State, SymbolReaper &SR);
77 ProgramStateRef removeDeadCasts(ProgramStateRef State, SymbolReaper &SR);
81 SymbolReaper &SR);
H A DEnvironment.h29 class SymbolReaper; variable
117 SymbolReaper &SymReaper,
H A DConstraintManager.h36 class SymbolReaper; variable
159 SymbolReaper& SymReaper) = 0;
H A DStore.h49 class SymbolReaper; variable
187 SymbolReaper &SymReaper) = 0;
H A DSymbolManager.h505 class SymbolReaper {
534 SymbolReaper(const StackFrameContext *Ctx, const Stmt *s, in SymbolReaper() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIChecker.h41 void checkDeadSymbols(SymbolReaper &SymReaper, CheckerContext &Ctx) const { in checkDeadSymbols()
72 void checkMissingWaits(clang::ento::SymbolReaper &SymReaper,
H A DMPIChecker.cpp101 void MPIChecker::checkMissingWaits(SymbolReaper &SymReaper, in checkMissingWaits()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h57 class SymbolReaper; variable
379 SymbolReaper &SymReaper);
388 SymbolReaper &SymReaper, const Stmt *S,
515 CheckerFn<void (SymbolReaper &, CheckerContext &)>;
517 using CheckLiveSymbolsFunc = CheckerFn<void (ProgramStateRef,SymbolReaper &)>;
H A DChecker.h305 SymbolReaper &SR) { in _checkLiveSymbols()
320 SymbolReaper &SR, CheckerContext &C) { in _checkDeadSymbols()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCheckerDocumentation.cpp180 void checkDeadSymbols(SymbolReaper &SR, CheckerContext &C) const {} in checkDeadSymbols()
248 void checkLiveSymbols(ProgramStateRef State, SymbolReaper &SR) const {} in checkLiveSymbols()
H A DTrustNonnullChecker.cpp133 void checkDeadSymbols(SymbolReaper &SymReaper, CheckerContext &C) const { in checkDeadSymbols()
147 ProgramStateRef dropDeadFromGDM(SymbolReaper &SymReaper, in dropDeadFromGDM()
H A DSimpleStreamChecker.cpp76 void checkDeadSymbols(SymbolReaper &SymReaper, CheckerContext &C) const;
174 void SimpleStreamChecker::checkDeadSymbols(SymbolReaper &SymReaper, in checkDeadSymbols()
H A DSmartPtrModeling.cpp49 void checkDeadSymbols(SymbolReaper &SymReaper, CheckerContext &C) const;
58 void checkLiveSymbols(ProgramStateRef State, SymbolReaper &SR) const;
275 void SmartPtrModeling::checkDeadSymbols(SymbolReaper &SymReaper, in checkDeadSymbols()
322 SymbolReaper &SR) const { in checkLiveSymbols()
H A DInnerPointerChecker.cpp115 void checkDeadSymbols(SymbolReaper &SymReaper, CheckerContext &C) const;
262 void InnerPointerChecker::checkDeadSymbols(SymbolReaper &SymReaper, in checkDeadSymbols()
H A DPointerArithChecker.cpp70 void checkDeadSymbols(SymbolReaper &SR, CheckerContext &C) const;
76 void PointerArithChecker::checkDeadSymbols(SymbolReaper &SR, in REGISTER_MAP_WITH_PROGRAMSTATE()
H A DIteratorModeling.cpp157 void checkLiveSymbols(ProgramStateRef State, SymbolReaper &SR) const;
158 void checkDeadSymbols(SymbolReaper &SR, CheckerContext &C) const;
304 SymbolReaper &SR) const { in checkLiveSymbols()
324 void IteratorModeling::checkDeadSymbols(SymbolReaper &SR, in checkDeadSymbols()
H A DValistChecker.cpp53 void checkDeadSymbols(SymbolReaper &SR, CheckerContext &C) const;
203 void ValistChecker::checkDeadSymbols(SymbolReaper &SR, in checkDeadSymbols()
H A DContainerModeling.cpp63 void checkLiveSymbols(ProgramStateRef State, SymbolReaper &SR) const;
64 void checkDeadSymbols(SymbolReaper &SR, CheckerContext &C) const;
222 SymbolReaper &SR) const { in checkLiveSymbols()
240 void ContainerModeling::checkDeadSymbols(SymbolReaper &SR, in checkDeadSymbols()
H A DCastValueChecker.cpp54 void checkDeadSymbols(SymbolReaper &SR, CheckerContext &C) const;
514 void CastValueChecker::checkDeadSymbols(SymbolReaper &SR, in checkDeadSymbols()
H A DExprInspectionChecker.cpp68 void checkDeadSymbols(SymbolReaper &SymReaper, CheckerContext &C) const;
346 void ExprInspectionChecker::checkDeadSymbols(SymbolReaper &SymReaper, in checkDeadSymbols()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp51 void checkDeadSymbols(SymbolReaper &SR, CheckerContext &C) const;
216 void UninitializedObjectChecker::checkDeadSymbols(SymbolReaper &SR, in checkDeadSymbols()

12