Home
last modified time | relevance | path

Searched refs:second_type (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Duses_allocator_args.h116 using _Tp2 = typename _Tp::second_type; in _GLIBCXX_VISIBILITY()
134 using _Tp2 = typename _Tp::second_type; in _GLIBCXX_VISIBILITY()
147 using _Tp2 = typename _Tp::second_type; in _GLIBCXX_VISIBILITY()
162 using _Tp2 = typename _Tp::second_type; in _GLIBCXX_VISIBILITY()
175 using _Tp2 = typename _Tp::second_type; in _GLIBCXX_VISIBILITY()
H A Dnode_handle.h263 using mapped_type = typename _Value::second_type; in _GLIBCXX_VISIBILITY()
319 __pointer<typename _Value::second_type> _M_pmapped = nullptr; in _GLIBCXX_VISIBILITY()
H A Dstl_pair.h191 typedef _T2 second_type; ///< The type of the `second` member in _GLIBCXX_VISIBILITY()
348 second = std::forward<second_type>(__p.second); in _GLIBCXX_VISIBILITY()
587 second = std::forward<second_type>(__p.second); in _GLIBCXX_VISIBILITY()
H A Dstl_function.h1200 : public unary_function<_Pair, typename _Pair::second_type> in _GLIBCXX_VISIBILITY()
1202 typename _Pair::second_type& in _GLIBCXX_VISIBILITY()
1206 const typename _Pair::second_type& in _GLIBCXX_VISIBILITY()
H A Dstl_iterator.h2608 typename iterator_traits<_InputIterator>::value_type::second_type;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTConcept.cpp32 UnsatisfiedConstraintRecord::second_type(
44 UnsatisfiedConstraintRecord::second_type(
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dutility73 typedef T2 second_type;
400 typedef _T2 second_type;
450 && is_constructible<second_type, _U2>::value
452 || !is_convertible<_U2, second_type>::value);
458 && is_constructible<second_type, _U2>::value
460 && is_convertible<_U2, second_type>::value;
499 is_nothrow_default_constructible<second_type>::value)
507 is_nothrow_default_constructible<second_type>::value)
516 is_nothrow_copy_constructible<second_type>::value)
525 is_nothrow_copy_constructible<second_type>::value)
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dmemory317 using _Tp2 = typename _Tp::second_type;
335 using _Tp2 = typename _Tp::second_type;
349 using _Tp2 = typename _Tp::second_type;
365 using _Tp2 = typename _Tp::second_type;
379 using _Tp2 = typename _Tp::second_type;
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdcpp/
H A Dutility.d29 alias second_type = T2; in pair() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-diff/
H A DDiffLog.cpp36 Diff.push_back(DiffRecord(L, DiffRecord::second_type(nullptr))); in addLeft()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dnode_handle.h157 using mapped_type = typename _Value::second_type; in _GLIBCXX_VISIBILITY()
213 __pointer<typename _Value::second_type> _M_pmapped = nullptr; in _GLIBCXX_VISIBILITY()
H A Dstl_pair.h215 typedef _T2 second_type; ///< The type of the `second` member in _GLIBCXX_VISIBILITY()
409 second = std::forward<second_type>(__p.second); in _GLIBCXX_VISIBILITY()
H A Dstl_function.h1173 : public unary_function<_Pair, typename _Pair::second_type> in _GLIBCXX_VISIBILITY()
1175 typename _Pair::second_type& in _GLIBCXX_VISIBILITY()
1179 const typename _Pair::second_type& in _GLIBCXX_VISIBILITY()
H A Dstl_iterator.h2401 typename iterator_traits<_InputIterator>::value_type::second_type;
/netbsd-src/external/apache2/llvm/dist/libcxx/include/__iterator/
H A Diterator_traits.h492 using __iter_mapped_type = typename iterator_traits<_InputIterator>::value_type::second_type;
497 typename iterator_traits<_InputIterator>::value_type::second_type>;
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Dhashtable_policy.h499 typedef typename _Pair::second_type mapped_type; in _GLIBCXX_VISIBILITY()
505 typedef typename _Pair::second_type mapped_type; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dhashtable_policy.h499 typedef typename _Pair::second_type mapped_type; in _GLIBCXX_VISIBILITY()
505 typedef typename _Pair::second_type mapped_type; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ext/
H A Dhash_map317 typedef typename value_type::second_type second_type;
373 typedef typename _HashIterator::value_type::second_type mapped_type;
418 typedef typename _HashIterator::value_type::second_type mapped_type;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineSink.cpp1795 MapVector<MachineInstr *, MIRegs::second_type> DbgValsToSinkMap; in tryToSinkCopy()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-matchers.h2604 typedef typename RawPairType::second_type SecondType;