Searched refs:CheckerProgramPointTag (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | Checker.cpp | 28 CheckerProgramPointTag::CheckerProgramPointTag(StringRef CheckerName, in CheckerProgramPointTag() function in CheckerProgramPointTag 32 CheckerProgramPointTag::CheckerProgramPointTag(const CheckerBase *Checker, in CheckerProgramPointTag() function in CheckerProgramPointTag
|
| /freebsd-12.1/contrib/llvm/tools/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()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | Checker.h | 509 class CheckerProgramPointTag : public SimpleProgramPointTag { 511 CheckerProgramPointTag(StringRef CheckerName, StringRef Msg); 512 CheckerProgramPointTag(const CheckerBase *Checker, StringRef Msg);
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | NullabilityChecker.cpp | 583 static CheckerProgramPointTag Tag(this, "NullReturnedFromNonnull"); in checkPreStmt() 619 static CheckerProgramPointTag Tag(this, "NullableReturnedFromNonnull"); in checkPreStmt() 1099 static CheckerProgramPointTag Tag(this, "NullPassedToNonnull"); in checkBind() 1143 static CheckerProgramPointTag Tag(this, "NullablePassedToNonnull"); in checkBind()
|
| H A D | DynamicTypePropagation.cpp | 595 static CheckerProgramPointTag IllegalConv(this, "IllegalConversion"); in checkPostStmt() 807 static CheckerProgramPointTag Tag(this, "ArgTypeMismatch"); in checkPreObjCMessage()
|
| H A D | CallAndMessageChecker.cpp | 555 static CheckerProgramPointTag Tag(this, "NilReceiver"); in HandleNilReceiver()
|
| H A D | MacOSKeychainAPIChecker.cpp | 566 static CheckerProgramPointTag Tag(this, "DeadSymbolsLeak"); in checkDeadSymbols()
|
| H A D | LocalizationChecker.cpp | 758 static CheckerProgramPointTag Tag("NonLocalizedStringChecker", in reportLocalizationError()
|
| H A D | MallocChecker.cpp | 2393 static CheckerProgramPointTag Tag("MallocChecker", "DeadSymbolsLeak"); in checkDeadSymbols()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.cpp | 632 static CheckerProgramPointTag DeallocSentTag(this, DeallocTagDescription); in checkSummary() 1041 static CheckerProgramPointTag AutoreleaseTag(this, "Autorelease"); in processReturn() 1099 static CheckerProgramPointTag ReturnOwnLeakTag(this, "ReturnsOwnLeak"); in checkReturnWithRetEffect() 1123 static CheckerProgramPointTag in checkReturnWithRetEffect() 1469 static CheckerProgramPointTag Tag(this, "DeadSymbolAutorelease"); in checkDeadSymbols()
|