Home
last modified time | relevance | path

Searched refs:ObjCSelfInitChecker (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DObjCSelfInitChecker.cpp57 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 DCMakeLists.txt83 ObjCSelfInitChecker.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/
H A DBUILD.gn93 "ObjCSelfInitChecker.cpp",
/netbsd-src/external/apache2/llvm/lib/libclangStaticAnalyzerCheckers/
H A DMakefile92 ObjCSelfInitChecker.cpp \
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1093 def ObjCSelfInitChecker : Checker<"SelfInit">,