Searched defs:WithArg (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DCStringSyntaxChecker.cpp46 /// Check if the expression E is a sizeof(WithArg).
47 inline bool isSizeof(const Expr *E, const Expr *WithArg) { argument
51 return sameDecl(UE->getArgumentExpr(), WithArg);
55 /// Check if the expression E is a strlen(WithArg).
56 inline bool isStrlen(const Expr *E, const Expr *WithArg) { argument
62 sameDecl(CE->getArg(0), WithArg));

Completed in 139 milliseconds