HomeSort by: relevance | last modified time | path
    Searched defs:RefCountBug (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
RetainCountDiagnostics.h 27 class RefCountBug : public BugType {
39 RefCountBug(CheckerNameRef Checker, RefCountBugKind BT);
55 RefCountReport(const RefCountBug &D, const LangOptions &LOpts,
59 RefCountReport(const RefCountBug &D, const LangOptions &LOpts,
87 RefLeakReport(const RefCountBug &D, const LangOptions &LOpts, ExplodedNode *n,
RetainCountDiagnostics.cpp 23 StringRef RefCountBug::bugTypeToName(RefCountBug::RefCountBugKind BT) {
45 StringRef RefCountBug::getDescription() const {
68 RefCountBug::RefCountBug(CheckerNameRef Checker, RefCountBugKind BT)
462 const auto &BT = static_cast<const RefCountBug&>(BR.getBugType());
464 bool IsFreeUnowned = BT.getBugType() == RefCountBug::FreeNotOwned ||
465 BT.getBugType() == RefCountBug::DeallocNotOwned;
844 RefCountReport::RefCountReport(const RefCountBug &D, const LangOptions &LOpts,
852 RefCountReport::RefCountReport(const RefCountBug &D, const LangOptions &LOpts
    [all...]

Completed in 15 milliseconds