Home
last modified time | relevance | path

Searched refs:_CT (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
Dshared_ptr.h363 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()
Dunique_ptr.h485 typename unique_ptr<_Up, _Ep>::pointer>::type _CT; in _GLIBCXX_VISIBILITY()
486 return std::less<_CT>()(__x.get(), __y.get()); in _GLIBCXX_VISIBILITY()
Dshared_ptr_base.h1104 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/
Dchrono72 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/
Dunique_ptr.h728 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/
Dshared_ptr.h297 using _CT = common_type_t<__elem_t1*, __elem_t2*>; in _GLIBCXX_VISIBILITY()
298 return std::less<_CT>()(__a.get(), __b.get()); in _GLIBCXX_VISIBILITY()