|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/ADT/STLExtras.h 244 static yes& test(Inner *I, decltype(I->rbegin()) * = nullptr);
250 static const bool value = sizeof(test<Ty>(nullptr)) == sizeof(yes);
255 struct has_rbegin : has_rbegin_impl<typename std::remove_reference<Ty>::type> {
261 auto reverse(ContainerTy &&C,
262 typename std::enable_if<has_rbegin<ContainerTy>::value>::type * =
unittests/ADT/RangeAdapterTest.cpp 146 BidirectionalVectorConsts>
usr/include/c++/7.4.0/type_traits 1629 { typedef _Tp type; };
1633 { typedef _Tp type; };
utils/unittest/googletest/include/gtest/internal/gtest-type-util.h 124 typedef T1 Head;
130 typedef Types1<T2> Tail;
136 typedef Types2<T2, T3> Tail;
142 typedef Types3<T2, T3, T4> Tail;
148 typedef Types4<T2, T3, T4, T5> Tail;
155 typedef Types5<T2, T3, T4, T5, T6> Tail;
867 typedef internal::Types6<T1, T2, T3, T4, T5, T6> type;
3320 typedef typename Types<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12,