Searched refs:_Second (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/gcc/libstdc++-v3/include/bits/ |
| H A D | boost_concept_check.h | 276 template <class _First, class _Second> \ 283 _Second __b; \ 287 template <class _Ret, class _First, class _Second> \ 294 _Second __b; \ 355 template <class _Func, class _Return, class _First, class _Second> 363 _Second __second; 367 template <class _Func, class _First, class _Second> 368 struct _BinaryFunctionConcept<_Func, void, _First, _Second> 375 _Second __second; 388 template <class _Func, class _First, class _Second> [all …]
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/ |
| H A D | boost_concept_check.h | 270 template <class _First, class _Second> \ 277 _Second __b; \ 281 template <class _Ret, class _First, class _Second> \ 288 _Second __b; \ 349 template <class _Func, class _Return, class _First, class _Second> 357 _Second __second; 361 template <class _Func, class _First, class _Second> 362 struct _BinaryFunctionConcept<_Func, void, _First, _Second> 369 _Second __second; 382 template <class _Func, class _First, class _Second> [all …]
|
| /openbsd-src/gnu/llvm/libcxx/include/__type_traits/ |
| H A D | can_extract_key.h | 35 template <class _Pair, class _Key, class _First, class _Second> 36 struct __can_extract_key<_Pair, _Key, pair<_First, _Second> >
|
| /openbsd-src/gnu/llvm/clang/include/clang/Lex/ |
| H A D | PPCallbacks.h | 439 std::unique_ptr<PPCallbacks> _Second) in PPChainedCallbacks() argument 440 : First(std::move(_First)), Second(std::move(_Second)) {} in PPChainedCallbacks()
|
| /openbsd-src/gnu/llvm/libcxx/include/ |
| H A D | __tree | 1188 template <class _First, class _Second> 1191 __emplace_unique(_First&& __f, _Second&& __s) { 1193 _VSTD::forward<_Second>(__s)); 1230 template <class _First, class _Second> 1233 __emplace_hint_unique(const_iterator __p, _First&& __f, _Second&& __s) { 1236 _VSTD::forward<_Second>(__s)).first;
|
| H A D | __hash_table | 1054 template <class _First, class _Second> 1057 __emplace_unique(_First&& __f, _Second&& __s) { 1059 _VSTD::forward<_Second>(__s));
|