| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | NoReturnFunctionChecker.cpp | 36 void checkPostObjCMessage(const ObjCMethodCall &msg, CheckerContext &C) const; 88 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; 114 void ObjCSuperDeallocChecker::checkPostObjCMessage(const ObjCMethodCall &M, in checkPostObjCMessage() function in ObjCSuperDeallocChecker
|
| H A D | ObjCSelfInitChecker.cpp | 72 void checkPostObjCMessage(const ObjCMethodCall &Msg, CheckerContext &C) const; 166 void ObjCSelfInitChecker::checkPostObjCMessage(const ObjCMethodCall &Msg, in checkPostObjCMessage() function in ObjCSelfInitChecker
|
| H A D | CheckerDocumentation.cpp | 98 void checkPostObjCMessage(const ObjCMethodCall &M, CheckerContext &C) const {} in checkPostObjCMessage() function in clang::ento::CheckerDocumentation
|
| H A D | BasicObjCFoundationChecks.cpp | 821 void checkPostObjCMessage(const ObjCMethodCall &M, CheckerContext &C) const; 1011 void ObjCLoopChecker::checkPostObjCMessage(const ObjCMethodCall &M, in checkPostObjCMessage() function in ObjCLoopChecker 1171 void checkPostObjCMessage(const ObjCMethodCall &M, CheckerContext &C) const; 1185 void ObjCNonNilReturnValueChecker::checkPostObjCMessage(const ObjCMethodCall &M, in checkPostObjCMessage() function in ObjCNonNilReturnValueChecker
|
| H A D | TrustNonnullChecker.cpp | 96 void checkPostObjCMessage(const ObjCMethodCall &Msg, in checkPostObjCMessage() function in __anon47c84c9a0111::TrustNonnullChecker
|
| H A D | DynamicTypePropagation.cpp | 108 void checkPostObjCMessage(const ObjCMethodCall &M, CheckerContext &C) const; 822 void DynamicTypePropagation::checkPostObjCMessage(const ObjCMethodCall &M, in checkPostObjCMessage() function in DynamicTypePropagation
|
| H A D | CheckObjCDealloc.cpp | 119 void checkPostObjCMessage(const ObjCMethodCall &M, CheckerContext &C) const; 381 void ObjCDeallocChecker::checkPostObjCMessage( in checkPostObjCMessage() function in ObjCDeallocChecker
|
| H A D | NullabilityChecker.cpp | 100 void checkPostObjCMessage(const ObjCMethodCall &M, CheckerContext &C) const; 819 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; 972 void NonLocalizedStringChecker::checkPostObjCMessage(const ObjCMethodCall &msg, in checkPostObjCMessage() function in NonLocalizedStringChecker
|
| H A D | MallocChecker.cpp | 218 void checkPostObjCMessage(const ObjCMethodCall &Call, CheckerContext &C) const; 1194 void MallocChecker::checkPostObjCMessage(const ObjCMethodCall &Call, in checkPostObjCMessage() function in MallocChecker
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | Checker.h | 153 ((const CHECKER *)checker)->checkPostObjCMessage(msg, C); in _checkObjCMessage()
|