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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringSyntaxChecker.cpp45 /// Check if the expression E is a sizeof(WithArg).
46 bool isSizeof(const Expr *E, const Expr *WithArg) { argument
49 return sameDecl(UE->getArgumentExpr(), WithArg);
53 /// Check if the expression E is a strlen(WithArg).
54 bool isStrlen(const Expr *E, const Expr *WithArg) { argument
60 sameDecl(CE->getArg(0), WithArg));
/freebsd-13-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-more-actions.h140 // WithArg<k>(an_action) creates an action that passes the k-th
147 WithArg(const InnerAction& action) { function in namespace:testing
/freebsd-13-stable/contrib/googletest/googlemock/test/
H A Dgmock_link_test.h54 // WithArg
181 using testing::WithArg;
357 // Tests the linkage of the WithArg action.
362 .WillOnce(WithArg<0>(Invoke(&InvokeHelper::StaticVoidFromString)));
H A Dgmock-more-actions_test.cc66 using testing::WithArg;
481 // Tests using WithArg with an action that takes 1 argument.
483 Action<bool(double x, int n)> b = WithArg<1>(Invoke(Unary)); // NOLINT

Completed in 114 milliseconds