/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | uses_allocator_args.h | 116 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 D | node_handle.h | 263 using mapped_type = typename _Value::second_type; in _GLIBCXX_VISIBILITY() 319 __pointer<typename _Value::second_type> _M_pmapped = nullptr; in _GLIBCXX_VISIBILITY()
|
H A D | stl_pair.h | 191 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 D | stl_function.h | 1200 : 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 D | stl_iterator.h | 2608 typename iterator_traits<_InputIterator>::value_type::second_type;
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ASTConcept.cpp | 32 UnsatisfiedConstraintRecord::second_type( 44 UnsatisfiedConstraintRecord::second_type(
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | utility | 73 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 D | memory | 317 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 D | utility.d | 29 alias second_type = T2; in pair() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-diff/ |
H A D | DiffLog.cpp | 36 Diff.push_back(DiffRecord(L, DiffRecord::second_type(nullptr))); in addLeft()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | node_handle.h | 157 using mapped_type = typename _Value::second_type; in _GLIBCXX_VISIBILITY() 213 __pointer<typename _Value::second_type> _M_pmapped = nullptr; in _GLIBCXX_VISIBILITY()
|
H A D | stl_pair.h | 215 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 D | stl_function.h | 1173 : 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 D | stl_iterator.h | 2401 typename iterator_traits<_InputIterator>::value_type::second_type;
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/__iterator/ |
H A D | iterator_traits.h | 492 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 D | hashtable_policy.h | 499 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 D | hashtable_policy.h | 499 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 D | hash_map | 317 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 D | MachineSink.cpp | 1795 MapVector<MachineInstr *, MIRegs::second_type> DbgValsToSinkMap; in tryToSinkCopy()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/ |
H A D | gmock-matchers.h | 2604 typedef typename RawPairType::second_type SecondType;
|