Searched refs:CheckerProgramPointTag (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | Checker.cpp | 27 CheckerProgramPointTag::CheckerProgramPointTag(StringRef CheckerName, in CheckerProgramPointTag() function in CheckerProgramPointTag 31 CheckerProgramPointTag::CheckerProgramPointTag(const CheckerBase *Checker, in CheckerProgramPointTag() function in CheckerProgramPointTag
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountChecker.h | 266 static std::unique_ptr<CheckerProgramPointTag> DeallocSentTag; 267 static std::unique_ptr<CheckerProgramPointTag> CastFailTag; 363 static const CheckerProgramPointTag &getDeallocSentTag() { in getDeallocSentTag() 367 static const CheckerProgramPointTag &getCastFailTag() { return *CastFailTag; } in getCastFailTag()
|
H A D | RetainCountChecker.cpp | 1035 static CheckerProgramPointTag AutoreleaseTag(this, "Autorelease"); in processReturn() 1093 static CheckerProgramPointTag ReturnOwnLeakTag(this, "ReturnsOwnLeak"); in checkReturnWithRetEffect() 1117 static CheckerProgramPointTag in checkReturnWithRetEffect() 1420 static CheckerProgramPointTag Tag(this, "DeadSymbolAutorelease"); in checkDeadSymbols() 1476 std::unique_ptr<CheckerProgramPointTag> RetainCountChecker::DeallocSentTag; 1477 std::unique_ptr<CheckerProgramPointTag> RetainCountChecker::CastFailTag; 1482 std::make_unique<CheckerProgramPointTag>(Chk, "DeallocSent"); in registerRetainCountBase() 1484 std::make_unique<CheckerProgramPointTag>(Chk, "DynamicCastFail"); in registerRetainCountBase()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
H A D | MPIChecker.cpp | 76 static CheckerProgramPointTag Tag("MPI-Checker", "UnmatchedWait"); in checkUnmatchedWaits() 108 static CheckerProgramPointTag Tag("MPI-Checker", "MissingWait"); in checkMissingWaits()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/ |
H A D | Checker.h | 510 class CheckerProgramPointTag : public SimpleProgramPointTag { 512 CheckerProgramPointTag(StringRef CheckerName, StringRef Msg); 513 CheckerProgramPointTag(const CheckerBase *Checker, StringRef Msg);
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | NullabilityChecker.cpp | 625 static CheckerProgramPointTag Tag(this, "NullReturnedFromNonnull"); in checkPreStmt() 661 static CheckerProgramPointTag Tag(this, "NullableReturnedFromNonnull"); in checkPreStmt() 1136 static CheckerProgramPointTag Tag(this, "NullPassedToNonnull"); in checkBind() 1179 static CheckerProgramPointTag Tag(this, "NullablePassedToNonnull"); in checkBind()
|
H A D | DynamicTypePropagation.cpp | 680 static CheckerProgramPointTag IllegalConv(this, "IllegalConversion"); in checkPostStmt() 892 static CheckerProgramPointTag Tag(this, "ArgTypeMismatch"); in checkPreObjCMessage()
|
H A D | MacOSKeychainAPIChecker.cpp | 569 static CheckerProgramPointTag Tag(this, "DeadSymbolsLeak"); in checkDeadSymbols()
|
H A D | CallAndMessageChecker.cpp | 677 static CheckerProgramPointTag Tag(this, "NilReceiver"); in HandleNilReceiver()
|
H A D | LocalizationChecker.cpp | 756 static CheckerProgramPointTag Tag("NonLocalizedStringChecker", in reportLocalizationError()
|
H A D | MallocChecker.cpp | 2633 static CheckerProgramPointTag Tag("MallocChecker", "DeadSymbolsLeak"); in checkDeadSymbols()
|