Searched refs:ObjCSelfInitChecker (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ObjCSelfInitChecker.cpp | 57 class ObjCSelfInitChecker : public Checker< check::PostObjCMessage, class 70 ObjCSelfInitChecker() {} in ObjCSelfInitChecker() function in __anon03d872ca0111::ObjCSelfInitChecker 143 void ObjCSelfInitChecker::checkForInvalidSelf(const Expr *E, CheckerContext &C, in checkForInvalidSelf() 165 void ObjCSelfInitChecker::checkPostObjCMessage(const ObjCMethodCall &Msg, in checkPostObjCMessage() 196 void ObjCSelfInitChecker::checkPostStmt(const ObjCIvarRefExpr *E, in checkPostStmt() 209 void ObjCSelfInitChecker::checkPreStmt(const ReturnStmt *S, in checkPreStmt() 237 void ObjCSelfInitChecker::checkPreCall(const CallEvent &CE, in checkPreCall() 265 void ObjCSelfInitChecker::checkPostCall(const CallEvent &CE, in checkPostCall() 300 void ObjCSelfInitChecker::checkLocation(SVal location, bool isLoad, in checkLocation() 316 void ObjCSelfInitChecker::checkBind(SVal loc, SVal val, const Stmt *S, in checkBind() [all …]
|
H A D | CMakeLists.txt | 83 ObjCSelfInitChecker.cpp
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/ |
H A D | BUILD.gn | 93 "ObjCSelfInitChecker.cpp",
|
/netbsd-src/external/apache2/llvm/lib/libclangStaticAnalyzerCheckers/ |
H A D | Makefile | 92 ObjCSelfInitChecker.cpp \
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/ |
H A D | Checkers.td | 1093 def ObjCSelfInitChecker : Checker<"SelfInit">,
|