Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/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() { in getDeallocSentTag()
367 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()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h510 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 DNullabilityChecker.cpp625 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 DDynamicTypePropagation.cpp680 static CheckerProgramPointTag IllegalConv(this, "IllegalConversion"); in checkPostStmt()
892 static CheckerProgramPointTag Tag(this, "ArgTypeMismatch"); in checkPreObjCMessage()
H A DMacOSKeychainAPIChecker.cpp569 static CheckerProgramPointTag Tag(this, "DeadSymbolsLeak"); in checkDeadSymbols()
H A DCallAndMessageChecker.cpp677 static CheckerProgramPointTag Tag(this, "NilReceiver"); in HandleNilReceiver()
H A DLocalizationChecker.cpp756 static CheckerProgramPointTag Tag("NonLocalizedStringChecker", in reportLocalizationError()
H A DMallocChecker.cpp2633 static CheckerProgramPointTag Tag("MallocChecker", "DeadSymbolsLeak"); in checkDeadSymbols()