Searched refs:ObjCSelfInitChecker (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ObjCSelfInitChecker.cpp | 58 class ObjCSelfInitChecker : public Checker< check::PostObjCMessage, class 71 ObjCSelfInitChecker() {} in ObjCSelfInitChecker() function in __anon50187ece0111::ObjCSelfInitChecker 166 void ObjCSelfInitChecker::checkPostObjCMessage(const ObjCMethodCall &Msg, in checkPostObjCMessage() 197 void ObjCSelfInitChecker::checkPostStmt(const ObjCIvarRefExpr *E, in checkPostStmt() 210 void ObjCSelfInitChecker::checkPreStmt(const ReturnStmt *S, in checkPreStmt() 238 void ObjCSelfInitChecker::checkPreCall(const CallEvent &CE, in checkPreCall() 266 void ObjCSelfInitChecker::checkPostCall(const CallEvent &CE, in checkPostCall() 301 void ObjCSelfInitChecker::checkLocation(SVal location, bool isLoad, in checkLocation() 317 void ObjCSelfInitChecker::checkBind(SVal loc, SVal val, const Stmt *S, in checkBind() 338 void ObjCSelfInitChecker::printState(raw_ostream &Out, ProgramStateRef State, in printState() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 659 def ObjCSelfInitChecker : Checker<"SelfInit">,
|
| /freebsd-12.1/lib/clang/libclang/ |
| H A D | Makefile | 539 SRCS_FUL+= StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp
|