Lines Matching refs:Expr
39 inline bool sameDecl(const Expr *A1, const Expr *A2) { in sameDecl()
47 inline bool isSizeof(const Expr *E, const Expr *WithArg) { in isSizeof()
56 inline bool isStrlen(const Expr *E, const Expr *WithArg) { in isStrlen()
68 inline bool isOne(const Expr *E) { in isOne()
74 inline StringRef getPrintableName(const Expr *E) { in getPrintableName()
106 const Expr *DstArg = CE->getArg(0); in containsBadStrncatPattern()
107 const Expr *SrcArg = CE->getArg(1); in containsBadStrncatPattern()
108 const Expr *LenArg = CE->getArg(2); in containsBadStrncatPattern()
115 const Expr *L = BE->getLHS(); in containsBadStrncatPattern()
116 const Expr *R = BE->getRHS(); in containsBadStrncatPattern()
142 const Expr *DstArg = CE->getArg(0); in VisitCallExpr()
143 const Expr *LenArg = CE->getArg(2); in VisitCallExpr()