Searched refs:WithArg (Results 1 - 4 of 4) 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));
/external/google-breakpad/src/testing/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/google-breakpad/src/testing/test/
H A Dgmock_link_test.h55 // WithArg
176 using testing::WithArg;
352 // Tests the linkage of the WithArg action.
357 .WillOnce(WithArg<0>(Invoke(&InvokeHelper::StaticVoidFromString)));
H A Dgmock-more-actions_test.cc67 using testing::WithArg;
477 // Tests using WithArg with an action that takes 1 argument.
479 Action<bool(double x, int n)> b = WithArg<1>(Invoke(Unary)); // NOLINT

Completed in 150 milliseconds