Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DCheckSecuritySyntaxOnly.cpp62 class WalkAST : public StmtVisitor<WalkAST> { class
72 WalkAST(BugReporter &br, AnalysisDeclContext* ac, in WalkAST() function in __anonf73a7b8e0111::WalkAST
89 typedef void (WalkAST::*FnCheck)(const CallExpr *, const FunctionDecl *);
110 void WalkAST::VisitChildren(Stmt *S) { in VisitChildren()
116 void WalkAST::VisitCallExpr(CallExpr *CE) { in VisitCallExpr()
133 .Case("gets", &WalkAST::checkCall_gets) in VisitCallExpr()
134 .Case("getpw", &WalkAST::checkCall_getpw) in VisitCallExpr()
135 .Case("mktemp", &WalkAST::checkCall_mktemp) in VisitCallExpr()
136 .Case("mkstemp", &WalkAST::checkCall_mkstemp) in VisitCallExpr()
137 .Case("mkdtemp", &WalkAST::checkCall_mkstemp) in VisitCallExpr()
[all …]
DCheckSizeofPointer.cpp25 class WalkAST : public StmtVisitor<WalkAST> { class
31 WalkAST(BugReporter &br, const CheckerBase *checker, AnalysisDeclContext *ac) in WalkAST() function in __anon54df2cbe0111::WalkAST
39 void WalkAST::VisitChildren(Stmt *S) { in VisitChildren()
46 void WalkAST::VisitUnaryExprOrTypeTraitExpr(UnaryExprOrTypeTraitExpr *E) { in VisitUnaryExprOrTypeTraitExpr()
85 WalkAST walker(BR, this, mgr.getAnalysisDeclContext(D)); in checkASTCodeBody()
DVirtualCallChecker.cpp30 class WalkAST : public StmtVisitor<WalkAST> { class
62 WalkAST(const CheckerBase *checker, BugReporter &br, in WalkAST() function in __anon654759870111::WalkAST
127 void WalkAST::VisitChildren(Stmt *S) { in VisitChildren()
133 void WalkAST::VisitCallExpr(CallExpr *CE) { in VisitCallExpr()
138 void WalkAST::VisitCXXMemberCallExpr(CallExpr *CE) { in VisitCXXMemberCallExpr()
170 void WalkAST::ReportVirtualCall(const CallExpr *CE, bool isPure) { in ReportVirtualCall()
223 WalkAST walker(this, BR, mgr.getAnalysisDeclContext(RD)); in checkASTDecl()
DCStringSyntaxChecker.cpp33 class WalkAST: public StmtVisitor<WalkAST> { class
85 WalkAST(const CheckerBase *checker, BugReporter &br, AnalysisDeclContext *ac) in WalkAST() function in __anon4afe3de50111::WalkAST
103 bool WalkAST::containsBadStrncatPattern(const CallExpr *CE) { in containsBadStrncatPattern()
135 void WalkAST::VisitCallExpr(CallExpr *CE) { in VisitCallExpr()
170 void WalkAST::VisitChildren(Stmt *S) { in VisitChildren()
182 WalkAST walker(this, BR, Mgr.getAnalysisDeclContext(D)); in checkASTCodeBody()
DObjCContainersASTChecker.cpp28 class WalkAST : public StmtVisitor<WalkAST> { class
74 WalkAST(BugReporter &br, const CheckerBase *checker, AnalysisDeclContext *ac) in WalkAST() function in __anonf14434800111::WalkAST
97 void WalkAST::VisitCallExpr(CallExpr *CE) { in VisitCallExpr()
154 void WalkAST::VisitChildren(Stmt *S) { in VisitChildren()
166 WalkAST walker(BR, this, Mgr.getAnalysisDeclContext(D)); in checkASTCodeBody()