| /openbsd-src/gnu/llvm/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 | 41 void checkPostObjCMessage(const ObjCMethodCall &M, CheckerContext &C) const; 112 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; 166 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 | 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; 1186 void ObjCNonNilReturnValueChecker::checkPostObjCMessage(const ObjCMethodCall &M, in checkPostObjCMessage() function in ObjCNonNilReturnValueChecker
|
| H A D | TrustNonnullChecker.cpp | 95 void checkPostObjCMessage(const ObjCMethodCall &Msg, in checkPostObjCMessage() function in __anon01d671620111::TrustNonnullChecker
|
| H A D | DynamicTypePropagation.cpp | 106 void checkPostObjCMessage(const ObjCMethodCall &M, CheckerContext &C) const; 905 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 | 98 void checkPostObjCMessage(const ObjCMethodCall &M, CheckerContext &C) const; 932 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; 970 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; 1657 void MallocChecker::checkPostObjCMessage(const ObjCMethodCall &Call, in checkPostObjCMessage() function in MallocChecker
|
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | Checker.h | 153 ((const CHECKER *)checker)->checkPostObjCMessage(msg, C); in _checkObjCMessage()
|