Searched refs:_CT (Results 1 – 6 of 6) sorted by relevance
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/ |
| D | shared_ptr.h | 363 typedef typename std::common_type<_Tp1*, _Tp2*>::type _CT; in _GLIBCXX_VISIBILITY() typedef 364 return std::less<_CT>()(__a.get(), __b.get()); in _GLIBCXX_VISIBILITY()
|
| D | unique_ptr.h | 485 typename unique_ptr<_Up, _Ep>::pointer>::type _CT; in _GLIBCXX_VISIBILITY() 486 return std::less<_CT>()(__x.get(), __y.get()); in _GLIBCXX_VISIBILITY()
|
| D | shared_ptr_base.h | 1104 typedef typename std::common_type<_Tp1*, _Tp2*>::type _CT; in _GLIBCXX_VISIBILITY() typedef 1105 return std::less<_CT>()(__a.get(), __b.get()); in _GLIBCXX_VISIBILITY()
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/ |
| D | chrono | 72 template<typename _CT, typename _Period1, typename _Period2> 78 typedef typename _CT::type __cr; 98 template<typename _CT, typename _Clock> 101 typedef __success_type<chrono::time_point<_Clock, typename _CT::type>>
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/ |
| D | unique_ptr.h | 728 typename unique_ptr<_Up, _Ep>::pointer>::type _CT; in _GLIBCXX_VISIBILITY() 729 return std::less<_CT>()(__x.get(), __y.get()); in _GLIBCXX_VISIBILITY()
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/experimental/bits/ |
| D | shared_ptr.h | 297 using _CT = common_type_t<__elem_t1*, __elem_t2*>; in _GLIBCXX_VISIBILITY() 298 return std::less<_CT>()(__a.get(), __b.get()); in _GLIBCXX_VISIBILITY()
|