Searched refs:_Second (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/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> >
|
| /freebsd-14.2/contrib/llvm-project/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()
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | __tree | 1043 class _Second, 1045 _LIBCPP_HIDE_FROM_ABI pair<iterator, bool> __emplace_unique(_First&& __f, _Second&& __s) { 1046 return __emplace_unique_key_args(__f, std::forward<_First>(__f), std::forward<_Second>(__s)); 1075 class _Second, 1077 …_LIBCPP_HIDE_FROM_ABI iterator __emplace_hint_unique(const_iterator __p, _First&& __f, _Second&& _… 1078 …return __emplace_hint_unique_key_args(__p, __f, std::forward<_First>(__f), std::forward<_Second>(_…
|
| H A D | __hash_table | 772 class _Second, 774 _LIBCPP_HIDE_FROM_ABI pair<iterator, bool> __emplace_unique(_First&& __f, _Second&& __s) { 775 return __emplace_unique_key_args(__f, std::forward<_First>(__f), std::forward<_Second>(__s));
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__expected/ |
| H A D | expected.h | 142 template <class _First, class _Second> 146 _LIBCPP_NO_UNIQUE_ADDRESS _Second __second;
|