Searched refs:getBugType (Results 1 - 8 of 8) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h177 const BugType& getBugType() const { return BT; } function in class:clang::ento::BugReport
178 BugType& getBugType() { return BT; } function in class:clang::ento::BugReport
H A DPathDiagnostic.h797 StringRef getBugType() const { return BugType; } function in class:clang::ento::PathDiagnostic
/external/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp389 EmitString(o, D->getBugType()) << '\n';
401 EmitString(o, GetIssueHash(*SM, L, D->getCheckName(), D->getBugType(),
H A DHTMLDiagnostics.cpp236 StringRef BugType = D.getBugType();
258 << GetIssueHash(SMgr, L, D.getCheckName(), D.getBugType(), DeclWithIssue,
H A DPathDiagnostic.cpp381 if (X.getBugType() != Y.getBugType())
382 return X.getBugType() < Y.getBugType();
H A DBugReporter.cpp3252 BugType& BT = R->getBugType();
3286 BugType& BT = I->getBugType();
3395 BugType& BT = exampleReport->getBugType();
3398 exampleReport->getBugType().getCheckName(),
3399 exampleReport->getDeclWithIssue(), exampleReport->getBugType().getName(),
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp1816 const CFRefBug& BugTy = static_cast<CFRefBug&>(getBugType());
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 144 milliseconds