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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSizeofPointer.cpp25 class WalkAST : public StmtVisitor<WalkAST> { class in namespace:__anon3857
30 WalkAST(BugReporter &br, AnalysisDeclContext* ac) : BR(br), AC(ac) {} function in class:__anon3857::WalkAST
37 void WalkAST::VisitChildren(Stmt *S) {
44 void WalkAST::VisitUnaryExprOrTypeTraitExpr(UnaryExprOrTypeTraitExpr *E) {
84 WalkAST walker(BR, mgr.getAnalysisDeclContext(D));
H A DCheckSecuritySyntaxOnly.cpp58 class WalkAST : public StmtVisitor<WalkAST> { class in namespace:__anon3854
68 WalkAST(BugReporter &br, AnalysisDeclContext* ac, function in class:__anon3854::WalkAST
85 typedef void (WalkAST::*FnCheck)(const CallExpr *,
107 void WalkAST::VisitChildren(Stmt *S) {
113 void WalkAST::VisitCallExpr(CallExpr *CE) {
130 .Case("gets", &WalkAST::checkCall_gets)
131 .Case("getpw", &WalkAST::checkCall_getpw)
132 .Case("mktemp", &WalkAST::checkCall_mktemp)
133 .Case("mkstemp", &WalkAST
[all...]
H A DVirtualCallChecker.cpp29 class WalkAST : public StmtVisitor<WalkAST> { class in namespace:__anon3936
60 WalkAST(BugReporter &br, AnalysisDeclContext *ac) function in class:__anon3936::WalkAST
126 void WalkAST::VisitChildren(Stmt *S) {
132 void WalkAST::VisitCallExpr(CallExpr *CE) {
137 void WalkAST::VisitCXXMemberCallExpr(CallExpr *CE) {
162 void WalkAST::ReportVirtualCall(const CallExpr *CE, bool isPure) {
217 WalkAST walker(BR, mgr.getAnalysisDeclContext(RD));
H A DCStringSyntaxChecker.cpp33 class WalkAST: public StmtVisitor<WalkAST> { class in namespace:__anon3847
85 WalkAST(BugReporter &br, AnalysisDeclContext* ac) : function in class:__anon3847::WalkAST
104 bool WalkAST::containsBadStrncatPattern(const CallExpr *CE) {
134 void WalkAST::VisitCallExpr(CallExpr *CE) {
169 void WalkAST::VisitChildren(Stmt *S) {
182 WalkAST walker(BR, Mgr.getAnalysisDeclContext(D));
H A DObjCContainersASTChecker.cpp28 class WalkAST : public StmtVisitor<WalkAST> { class in namespace:__anon3899
76 WalkAST(BugReporter &br, AnalysisDeclContext* ac) function in class:__anon3899::WalkAST
99 void WalkAST::VisitCallExpr(CallExpr *CE) {
156 void WalkAST::VisitChildren(Stmt *S) {
168 WalkAST walker(BR, Mgr.getAnalysisDeclContext(D));

Completed in 66 milliseconds