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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSizeofPointer.cpp25 class WalkAST : public StmtVisitor<WalkAST> { class in namespace:__anon4145
31 WalkAST(BugReporter &br, const CheckerBase *checker, AnalysisDeclContext *ac) function in class:__anon4145::WalkAST
39 void WalkAST::VisitChildren(Stmt *S) {
46 void WalkAST::VisitUnaryExprOrTypeTraitExpr(UnaryExprOrTypeTraitExpr *E) {
85 WalkAST walker(BR, this, mgr.getAnalysisDeclContext(D));
H A DCheckSecuritySyntaxOnly.cpp62 class WalkAST : public StmtVisitor<WalkAST> { class in namespace:__anon4142
72 WalkAST(BugReporter &br, AnalysisDeclContext* ac, function in class:__anon4142::WalkAST
89 typedef void (WalkAST::*FnCheck)(const CallExpr *, const FunctionDecl *);
110 void WalkAST::VisitChildren(Stmt *S) {
116 void WalkAST::VisitCallExpr(CallExpr *CE) {
133 .Case("gets", &WalkAST::checkCall_gets)
134 .Case("getpw", &WalkAST::checkCall_getpw)
135 .Case("mktemp", &WalkAST::checkCall_mktemp)
136 .Case("mkstemp", &WalkAST
[all...]
H A DVirtualCallChecker.cpp30 class WalkAST : public StmtVisitor<WalkAST> { class in namespace:__anon4233
62 WalkAST(const CheckerBase *checker, BugReporter &br, function in class:__anon4233::WalkAST
127 void WalkAST::VisitChildren(Stmt *S) {
133 void WalkAST::VisitCallExpr(CallExpr *CE) {
138 void WalkAST::VisitCXXMemberCallExpr(CallExpr *CE) {
170 void WalkAST::ReportVirtualCall(const CallExpr *CE, bool isPure) {
223 WalkAST walker(this, BR, mgr.getAnalysisDeclContext(RD));
H A DCStringSyntaxChecker.cpp33 class WalkAST: public StmtVisitor<WalkAST> { class in namespace:__anon4135
85 WalkAST(const CheckerBase *checker, BugReporter &br, AnalysisDeclContext *ac) function in class:__anon4135::WalkAST
103 bool WalkAST::containsBadStrncatPattern(const CallExpr *CE) {
135 void WalkAST::VisitCallExpr(CallExpr *CE) {
170 void WalkAST::VisitChildren(Stmt *S) {
182 WalkAST walker(this, BR, Mgr.getAnalysisDeclContext(D));
H A DObjCContainersASTChecker.cpp28 class WalkAST : public StmtVisitor<WalkAST> { class in namespace:__anon4194
74 WalkAST(BugReporter &br, const CheckerBase *checker, AnalysisDeclContext *ac) function in class:__anon4194::WalkAST
97 void WalkAST::VisitCallExpr(CallExpr *CE) {
154 void WalkAST::VisitChildren(Stmt *S) {
166 WalkAST walker(BR, this, Mgr.getAnalysisDeclContext(D));

Completed in 50 milliseconds