HelenOS sources
type 44 uspace/lib/cpp/include/__bits/aux.hpp using type = integral_constant<T, v>;
type 83 uspace/lib/cpp/include/__bits/aux.hpp using type = T;
type 281 uspace/lib/cpp/include/__bits/chrono.hpp using type = chrono::duration<
type 290 uspace/lib/cpp/include/__bits/chrono.hpp using type = chrono::time_point<Clock, common_type_t<Duration1, Duration2>>;
type 47 uspace/lib/cpp/include/__bits/functional/reference_wrapper.hpp using type = T;
type 524 uspace/lib/cpp/include/__bits/iterator.hpp using type = typename iterator_traits<Iterator>::reference;
type 535 uspace/lib/cpp/include/__bits/iterator.hpp using type = remove_reference_t<typename iterator_traits<Iterator>::reference>&&;
type 98 uspace/lib/cpp/include/__bits/ratio.hpp using type = ratio<num, den>;
type 127 uspace/lib/cpp/include/__bits/tuple/tuple.hpp using type = add_const_t<typename tuple_element<I, T>::type>;
type 133 uspace/lib/cpp/include/__bits/tuple/tuple.hpp using type = add_volatile_t<typename tuple_element<I, T>::type>;
type 139 uspace/lib/cpp/include/__bits/tuple/tuple.hpp using type = add_cv_t<typename tuple_element<I, T>::type>;
type 151 uspace/lib/cpp/include/__bits/tuple/tuple.hpp using type = T;
type 162 uspace/lib/cpp/include/__bits/tuple/tuple.hpp using type = aux::type_at_t<I, Ts...>;
type 139 uspace/lib/cpp/include/__bits/utility/utility.hpp using type = typename make_integer_sequence<T, N - 1>::type::next;
type 145 uspace/lib/cpp/include/__bits/utility/utility.hpp using type = integer_sequence<T>;
type 155 uspace/lib/usb/include/usb/usb.h #define _MAKE_PID_NIBBLE(tag, type) \
type 156 uspace/lib/usb/include/usb/usb.h ((uint8_t)(((tag) << 2) | (type)))
type 157 uspace/lib/usb/include/usb/usb.h #define _MAKE_PID(tag, type) \
type 159 uspace/lib/usb/include/usb/usb.h _MAKE_PID_NIBBLE(tag, type) \
type 160 uspace/lib/usb/include/usb/usb.h | (((~_MAKE_PID_NIBBLE(tag, type)) & 0xf) << 4) \
HelenOS homepage, sources at GitHub