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

/external/chromium/testing/gmock/include/gmock/
H A Dgmock-more-actions.h122 // WithArg<k>(an_action) creates an action that passes the k-th
129 WithArg(const InnerAction& action) { function in namespace:testing
/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 70 milliseconds