Home
last modified time | relevance | path

Searched refs:CheckerProgramPointTag (Results 1 – 11 of 11) sorted by relevance

/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DChecker.cpp27 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 DRetainCountChecker.h265 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 DRetainCountChecker.cpp1035 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 DMPIChecker.cpp76 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 DChecker.h505 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 DNullabilityChecker.cpp717 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 DDynamicTypePropagation.cpp677 static CheckerProgramPointTag IllegalConv(this, "IllegalConversion"); in checkPostStmt()
888 static CheckerProgramPointTag Tag(this, "ArgTypeMismatch"); in checkPreObjCMessage()
H A DMacOSKeychainAPIChecker.cpp560 static CheckerProgramPointTag Tag(this, "DeadSymbolsLeak"); in checkDeadSymbols()
H A DCallAndMessageChecker.cpp676 static CheckerProgramPointTag Tag(this, "NilReceiver"); in HandleNilReceiver()
H A DLocalizationChecker.cpp750 static CheckerProgramPointTag Tag("NonLocalizedStringChecker", in reportLocalizationError()
H A DMallocChecker.cpp3102 static CheckerProgramPointTag Tag("MallocChecker", "DeadSymbolsLeak"); in checkUseZeroAllocated()