Searched refs:BugType (Results 26 - 33 of 33) sorted by relevance

12

/external/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp16 #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
32 mutable std::unique_ptr<BugType> BT;
94 BT.reset(new BugType(this, "Improper use of SecKeychain API",
H A DBasicObjCFoundationChecks.cpp24 #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
41 class APIMisuse : public BugType {
44 : BugType(checker, name, "API Misuse (Apple)") {}
629 mutable std::unique_ptr<BugType> BT;
688 mutable std::unique_ptr<BugType> BT;
H A DRetainCountChecker.cpp26 #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
1608 class CFRefBug : public BugType {
1611 : BugType(checker, name, categories::MemoryCoreFoundationObjectiveC) {}
3674 assert(BT && "BugType not initialized.");
H A DCStringChecker.cpp18 #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
38 mutable std::unique_ptr<BugType> BT_Null, BT_Bounds, BT_Overlap,
533 BT_Overlap.reset(new BugType(Filter.CheckNameCStringBufferOverlap,
/external/clang/tools/scan-build/
H A Dscan-build375 my $BugType = "";
387 $BugType = $1;
424 push @$Index,[ $FName, $BugCategory, $BugType, $BugFile, $BugFunction, $BugLine,
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h716 std::string BugType; member in class:clang::ento::PathDiagnostic
794 StringRef getBugType() const { return BugType; }
/external/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp117 BugType(StripTrailingDots(bugtype)),
1108 ID.AddString(BugType);
H A DExprEngine.cpp25 #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
2558 const_cast<BugType*>(*I)->FlushReports(BR);

Completed in 389 milliseconds

12