HomeSort by relevance Sort by last modified time
    Searched refs:WalkAST (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
CheckSizeofPointer.cpp 24 class WalkAST : public StmtVisitor<WalkAST> {
28 WalkAST(BugReporter &br) : BR(br) {}
35 void WalkAST::VisitChildren(Stmt *S) {
42 void WalkAST::VisitUnaryExprOrTypeTraitExpr(UnaryExprOrTypeTraitExpr *E) {
79 WalkAST walker(BR);
CheckSecuritySyntaxOnly.cpp 35 class WalkAST : public StmtVisitor<WalkAST> {
43 WalkAST(BugReporter &br) : BR(br), II_setid(),
58 typedef void (WalkAST::*FnCheck)(const CallExpr *,
78 IdentifierInfo *WalkAST::getIdentifier(IdentifierInfo *& II, const char *str) {
89 void WalkAST::VisitChildren(Stmt *S) {
95 void WalkAST::VisitCallExpr(CallExpr *CE) {
112 .Case("gets", &WalkAST::checkCall_gets)
113 .Case("getpw", &WalkAST::checkCall_getpw)
114 .Case("mktemp", &WalkAST::checkCall_mktemp
    [all...]

Completed in 6544 milliseconds