|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp 842 const RefCountBug &
1323 const RefCountBug &BT = Pred ? leakWithinFunction : leakAtReturn;
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.h 254 RefCountBug useAfterRelease{this, RefCountBug::UseAfterRelease};
254 RefCountBug useAfterRelease{this, RefCountBug::UseAfterRelease};
255 RefCountBug releaseNotOwned{this, RefCountBug::ReleaseNotOwned};
255 RefCountBug releaseNotOwned{this, RefCountBug::ReleaseNotOwned};
256 RefCountBug deallocNotOwned{this, RefCountBug::DeallocNotOwned};
256 RefCountBug deallocNotOwned{this, RefCountBug::DeallocNotOwned};
257 RefCountBug freeNotOwned{this, RefCountBug::FreeNotOwned};
257 RefCountBug freeNotOwned{this, RefCountBug::FreeNotOwned};
258 RefCountBug overAutorelease{this, RefCountBug::OverAutorelease};
258 RefCountBug overAutorelease{this, RefCountBug::OverAutorelease};
259 RefCountBug returnNotOwnedForOwned{this, RefCountBug::ReturnNotOwnedForOwned};
259 RefCountBug returnNotOwnedForOwned{this, RefCountBug::ReturnNotOwnedForOwned};
260 RefCountBug leakWithinFunction{this, RefCountBug::LeakWithinFunction};
260 RefCountBug leakWithinFunction{this, RefCountBug::LeakWithinFunction};
261 RefCountBug leakAtReturn{this, RefCountBug::LeakAtReturn};
261 RefCountBug leakAtReturn{this, RefCountBug::LeakAtReturn};
338 const RefCountBug &errorKindToBugKind(RefVal::Kind ErrorKind,
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp 21 StringRef RefCountBug::bugTypeToName(RefCountBug::RefCountBugType BT) {
455 const auto &BT = static_cast<const RefCountBug&>(BR.getBugType());
459 bool IsFreeUnowned = BT.getBugType() == RefCountBug::FreeNotOwned ||
460 BT.getBugType() == RefCountBug::DeallocNotOwned;
811 RefCountReport::RefCountReport(const RefCountBug &D, const LangOptions &LOpts,
819 RefCountReport::RefCountReport(const RefCountBug &D, const LangOptions &LOpts,
905 RefLeakReport::RefLeakReport(const RefCountBug &D, const LangOptions &LOpts,
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.h 62 RefCountReport(const RefCountBug &D, const LangOptions &LOpts,
66 RefCountReport(const RefCountBug &D, const LangOptions &LOpts,
91 RefLeakReport(const RefCountBug &D, const LangOptions &LOpts, ExplodedNode *n,
usr/include/c++/7.4.0/bits/move.h 72 constexpr _Tp&&
83 constexpr _Tp&&
usr/include/c++/7.4.0/bits/unique_ptr.h 824 make_unique(_Args&&... __args)