Home
last modified time | relevance | path

Searched refs:_N (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-function-mocker.h162 #define GMOCK_INTERNAL_ASSERT_VALID_SIGNATURE(_N, ...) \ argument
169 __VA_ARGS__>::ArgumentTuple>::value == _N, \
171 _N) " arguments. Parenthesize all types with unprotected commas.")
176 #define GMOCK_INTERNAL_MOCK_METHOD_IMPL(_N, _MethodName, _Constness, \ argument
182 _MethodName(GMOCK_PP_REPEAT(GMOCK_INTERNAL_PARAMETER, _Signature, _N)) \
186 GMOCK_MOCKER_(_N, _Constness, _MethodName) \
188 return GMOCK_MOCKER_(_N, _Constness, _MethodName) \
189 .Invoke(GMOCK_PP_REPEAT(GMOCK_INTERNAL_FORWARD_ARG, _Signature, _N)); \
192 GMOCK_PP_REPEAT(GMOCK_INTERNAL_MATCHER_PARAMETER, _Signature, _N)) \
194 GMOCK_MOCKER_(_N, _Constness, _MethodName).RegisterOwner(this); \
[all …]
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-pp-string_test.cc133 #define JOINER(_N, _Data, _Elem) JOINER_CAT(_Data, _N) = _Elem argument
/freebsd/contrib/googletest/googlemock/include/gmock/internal/
H A Dgmock-pp.h139 #define GMOCK_PP_REPEAT(_Macro, _Data, _N) \ argument
140 GMOCK_PP_CAT(GMOCK_PP_INTERNAL_FOR_EACH_IMPL_, _N) \
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSpecialSymbolMap.inc380 // The std::placeholder symbols (_1, ..., _N) are listed in the cppreference
381 // placeholder.html, but the index only contains a single entry with "_1, _2, ..., _N"
/freebsd/usr.sbin/bsdconfig/timezone/share/
H A Dzones.subr111 # `country_CODE_*_N' environment variables (e.g., `echo
/freebsd/contrib/llvm-project/libcxx/include/
H A D__locale413 static const mask print = static_cast<mask>(_P | _U | _L | _N | _B);
418 static const mask digit = static_cast<mask>(_N);
420 static const mask xdigit = static_cast<mask>(_X | _N);
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_sve.td1542 def _N : SInst<name # "[_n_{d}]", "ddhR", types, MergeNone, intrinsic, [IsStreamingCompatible]>;
1547 def _N : SInst<name # "[_n_{d}]", "dhR", types, MergeNone, intrinsic, [IsStreamingCompatible]>;
1552 def _N : SInst<name # "[_n_{d}]", "ddR", types, MergeNone, intrinsic, [IsStreamingCompatible]>;