Searched refs:CheckerProgramPointTag (Results 1 – 11 of 11) sorted by relevance
/llvm-project/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
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountChecker.h | 265 static std::unique_ptr<CheckerProgramPointTag> DeallocSentTag; 266 static std::unique_ptr<CheckerProgramPointTag> CastFailTag; 362 static const CheckerProgramPointTag &getDeallocSentTag() { in getDeallocSentTag() 366 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()
|
/llvm-project/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()
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
H A D | Checker.h | 505 class CheckerProgramPointTag : public SimpleProgramPointTag { 507 CheckerProgramPointTag(StringRef CheckerName, StringRef Msg); 508 CheckerProgramPointTag(const CheckerBase *Checker, StringRef Msg);
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | NullabilityChecker.cpp | 717 static CheckerProgramPointTag Tag(this, "NullReturnedFromNonnull"); in checkPreStmt() 753 static CheckerProgramPointTag Tag(this, "NullableReturnedFromNonnull"); in checkPreStmt() 1302 static CheckerProgramPointTag Tag(this, "NullPassedToNonnull"); in checkBind() 1345 static CheckerProgramPointTag Tag(this, "NullablePassedToNonnull"); in checkBind()
|
H A D | DynamicTypePropagation.cpp | 677 static CheckerProgramPointTag IllegalConv(this, "IllegalConversion"); in checkPostStmt() 888 static CheckerProgramPointTag Tag(this, "ArgTypeMismatch"); in checkPreObjCMessage()
|
H A D | MacOSKeychainAPIChecker.cpp | 560 static CheckerProgramPointTag Tag(this, "DeadSymbolsLeak"); in checkDeadSymbols()
|
H A D | CallAndMessageChecker.cpp | 676 static CheckerProgramPointTag Tag(this, "NilReceiver"); in HandleNilReceiver()
|
H A D | LocalizationChecker.cpp | 750 static CheckerProgramPointTag Tag("NonLocalizedStringChecker", in reportLocalizationError()
|
H A D | MallocChecker.cpp | 3102 static CheckerProgramPointTag Tag("MallocChecker", "DeadSymbolsLeak"); in checkUseZeroAllocated()
|