Searched refs:ObjCSelfInitChecker (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ObjCSelfInitChecker.cpp | 57 class ObjCSelfInitChecker : public Checker< check::PostObjCMessage, class 70 ObjCSelfInitChecker() {} in ObjCSelfInitChecker() function in __anon92ccdbb30111::ObjCSelfInitChecker 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() 337 void ObjCSelfInitChecker::printState(raw_ostream &Out, ProgramStateRef State, in printState() [all …]
|
| /freebsd-13.1/lib/clang/libclang/ |
| H A D | Makefile | 609 SRCS_FUL+= StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 1093 def ObjCSelfInitChecker : Checker<"SelfInit">,
|