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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DChecker.cpp27 CheckerProgramPointTag::CheckerProgramPointTag(StringRef CheckerName, function in class:CheckerProgramPointTag
31 CheckerProgramPointTag::CheckerProgramPointTag(const CheckerBase *Checker, function in class:CheckerProgramPointTag
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h266 static std::unique_ptr<CheckerProgramPointTag> DeallocSentTag;
267 static std::unique_ptr<CheckerProgramPointTag> CastFailTag;
363 static const CheckerProgramPointTag &getDeallocSentTag() {
367 static const CheckerProgramPointTag &getCastFailTag() { return *CastFailTag; }
H A DRetainCountChecker.cpp1035 static CheckerProgramPointTag AutoreleaseTag(this, "Autorelease");
1093 static CheckerProgramPointTag ReturnOwnLeakTag(this, "ReturnsOwnLeak");
1117 static CheckerProgramPointTag
1420 static CheckerProgramPointTag Tag(this, "DeadSymbolAutorelease");
1476 std::unique_ptr<CheckerProgramPointTag> RetainCountChecker::DeallocSentTag;
1477 std::unique_ptr<CheckerProgramPointTag> RetainCountChecker::CastFailTag;
1482 std::make_unique<CheckerProgramPointTag>(Chk, "DeallocSent");
1484 std::make_unique<CheckerProgramPointTag>(Chk, "DynamicCastFail");
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIChecker.cpp76 static CheckerProgramPointTag Tag("MPI-Checker", "UnmatchedWait");
108 static CheckerProgramPointTag Tag("MPI-Checker", "MissingWait");
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h510 class CheckerProgramPointTag : public SimpleProgramPointTag { class in namespace:clang::ento
512 CheckerProgramPointTag(StringRef CheckerName, StringRef Msg);
513 CheckerProgramPointTag(const CheckerBase *Checker, StringRef Msg);
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp625 static CheckerProgramPointTag Tag(this, "NullReturnedFromNonnull");
661 static CheckerProgramPointTag Tag(this, "NullableReturnedFromNonnull");
1136 static CheckerProgramPointTag Tag(this, "NullPassedToNonnull");
1179 static CheckerProgramPointTag Tag(this, "NullablePassedToNonnull");
H A DDynamicTypePropagation.cpp680 static CheckerProgramPointTag IllegalConv(this, "IllegalConversion");
892 static CheckerProgramPointTag Tag(this, "ArgTypeMismatch");
H A DMacOSKeychainAPIChecker.cpp569 static CheckerProgramPointTag Tag(this, "DeadSymbolsLeak");
H A DCallAndMessageChecker.cpp677 static CheckerProgramPointTag Tag(this, "NilReceiver");
H A DLocalizationChecker.cpp756 static CheckerProgramPointTag Tag("NonLocalizedStringChecker",
H A DMallocChecker.cpp2696 static CheckerProgramPointTag Tag("MallocChecker", "DeadSymbolsLeak");

Completed in 193 milliseconds