Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/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.cpp1037 static CheckerProgramPointTag AutoreleaseTag(this, "Autorelease"); in processReturn()
1095 static CheckerProgramPointTag ReturnOwnLeakTag(this, "ReturnsOwnLeak"); in checkReturnWithRetEffect()
1119 static CheckerProgramPointTag in checkReturnWithRetEffect()
1422 static CheckerProgramPointTag Tag(this, "DeadSymbolAutorelease"); in checkDeadSymbols()
1478 std::unique_ptr<CheckerProgramPointTag> RetainCountChecker::DeallocSentTag;
1479 std::unique_ptr<CheckerProgramPointTag> RetainCountChecker::CastFailTag;
1484 std::make_unique<CheckerProgramPointTag>(Chk, "DeallocSent"); in registerRetainCountBase()
1486 std::make_unique<CheckerProgramPointTag>(Chk, "DynamicCastFail"); in registerRetainCountBase()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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);
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp674 static CheckerProgramPointTag Tag(this, "NullReturnedFromNonnull"); in checkPreStmt()
710 static CheckerProgramPointTag Tag(this, "NullableReturnedFromNonnull"); in checkPreStmt()
1252 static CheckerProgramPointTag Tag(this, "NullPassedToNonnull"); in checkBind()
1295 static CheckerProgramPointTag Tag(this, "NullablePassedToNonnull"); in checkBind()
H A DDynamicTypePropagation.cpp678 static CheckerProgramPointTag IllegalConv(this, "IllegalConversion"); in checkPostStmt()
890 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.cpp757 static CheckerProgramPointTag Tag("NonLocalizedStringChecker", in reportLocalizationError()
H A DMallocChecker.cpp2840 static CheckerProgramPointTag Tag("MallocChecker", "DeadSymbolsLeak"); in checkDeadSymbols()