Home
last modified time | relevance | path

Searched refs:_Second (Results 1 – 5 of 5) sorted by relevance

/src/contrib/llvm-project/libcxx/include/__type_traits/
H A Dcan_extract_key.h35 template <class _Pair, class _Key, class _First, class _Second>
36 struct __can_extract_key<_Pair, _Key, pair<_First, _Second> >
/src/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h475 std::unique_ptr<PPCallbacks> _Second) in PPChainedCallbacks() argument
476 : First(std::move(_First)), Second(std::move(_Second)) {} in PPChainedCallbacks()
/src/contrib/llvm-project/libcxx/include/
H A D__tree1036 class _Second,
1038 _LIBCPP_HIDE_FROM_ABI pair<iterator, bool> __emplace_unique(_First&& __f, _Second&& __s) {
1039 return __emplace_unique_key_args(__f, std::forward<_First>(__f), std::forward<_Second>(__s));
1068 class _Second,
1070 …_LIBCPP_HIDE_FROM_ABI iterator __emplace_hint_unique(const_iterator __p, _First&& __f, _Second&& _…
1071 …return __emplace_hint_unique_key_args(__p, __f, std::forward<_First>(__f), std::forward<_Second>(_…
H A D__hash_table801 class _Second,
803 _LIBCPP_HIDE_FROM_ABI pair<iterator, bool> __emplace_unique(_First&& __f, _Second&& __s) {
804 return __emplace_unique_key_args(__f, std::forward<_First>(__f), std::forward<_Second>(__s));
/src/contrib/llvm-project/libcxx/include/__expected/
H A Dexpected.h133 template <class _First, class _Second>
137 _LIBCPP_NO_UNIQUE_ADDRESS _Second __second;