| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | NoReturnFunctionChecker.cpp | 35 void checkPostObjCMessage(const ObjCMethodCall &msg, CheckerContext &C) const; 89 void NoReturnFunctionChecker::checkPostObjCMessage(const ObjCMethodCall &Msg, in checkPostObjCMessage() function in NoReturnFunctionChecker
|
| H A D | ObjCSuperDeallocChecker.cpp | 42 void checkPostObjCMessage(const ObjCMethodCall &M, CheckerContext &C) const; 113 void ObjCSuperDeallocChecker::checkPostObjCMessage(const ObjCMethodCall &M, in checkPostObjCMessage() function in ObjCSuperDeallocChecker
|
| H A D | ObjCSelfInitChecker.cpp | 71 void checkPostObjCMessage(const ObjCMethodCall &Msg, CheckerContext &C) const; 163 void ObjCSelfInitChecker::checkPostObjCMessage(const ObjCMethodCall &Msg, in checkPostObjCMessage() function in ObjCSelfInitChecker
|
| H A D | CheckerDocumentation.cpp | 97 void checkPostObjCMessage(const ObjCMethodCall &M, CheckerContext &C) const {} in checkPostObjCMessage() function in clang::ento::CheckerDocumentation
|
| H A D | BasicObjCFoundationChecks.cpp | 830 void checkPostObjCMessage(const ObjCMethodCall &M, CheckerContext &C) const; 1019 void ObjCLoopChecker::checkPostObjCMessage(const ObjCMethodCall &M, in checkPostObjCMessage() function in ObjCLoopChecker 1173 void checkPostObjCMessage(const ObjCMethodCall &M, CheckerContext &C) const; 1188 void ObjCNonNilReturnValueChecker::checkPostObjCMessage(const ObjCMethodCall &M, in checkPostObjCMessage() function in ObjCNonNilReturnValueChecker
|
| H A D | TrustNonnullChecker.cpp | 94 void checkPostObjCMessage(const ObjCMethodCall &Msg, in checkPostObjCMessage() function in __anon1c0701810111::TrustNonnullChecker
|
| H A D | CheckObjCDealloc.cpp | 124 void checkPostObjCMessage(const ObjCMethodCall &M, CheckerContext &C) const; 388 void ObjCDeallocChecker::checkPostObjCMessage( in checkPostObjCMessage() function in ObjCDeallocChecker
|
| H A D | DynamicTypePropagation.cpp | 107 void checkPostObjCMessage(const ObjCMethodCall &M, CheckerContext &C) const; 903 void DynamicTypePropagation::checkPostObjCMessage(const ObjCMethodCall &M, in checkPostObjCMessage() function in DynamicTypePropagation
|
| H A D | NullabilityChecker.cpp | 101 void checkPostObjCMessage(const ObjCMethodCall &M, CheckerContext &C) const; 973 void NullabilityChecker::checkPostObjCMessage(const ObjCMethodCall &M, in checkPostObjCMessage() function in NullabilityChecker
|
| H A D | LocalizationChecker.cpp | 99 void checkPostObjCMessage(const ObjCMethodCall &msg, CheckerContext &C) const; 964 void NonLocalizedStringChecker::checkPostObjCMessage(const ObjCMethodCall &msg, in checkPostObjCMessage() function in NonLocalizedStringChecker
|
| H A D | MallocChecker.cpp | 336 void checkPostObjCMessage(const ObjCMethodCall &Call, CheckerContext &C) const; 1663 void MallocChecker::checkPostObjCMessage(const ObjCMethodCall &Call, in checkPostObjCMessage() function in MallocChecker
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | Checker.h | 153 ((const CHECKER *)checker)->checkPostObjCMessage(msg, C); in _checkObjCMessage()
|