HomeSort by: relevance | last modified time | path
    Searched refs:_DiffType (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
helper_functions.h 69 template<typename _DiffType,
70 typename = typename std::__is_void<_DiffType>::__type>
72 { typedef _DiffType __type; };
74 template<typename _DiffType>
75 struct _DiffTraits<_DiffType, std::__true_type>
78 typedef typename _DiffTraits<_ItDiffType>::__type _DiffType;
81 typedef std::pair<_DiffType, _Distance_precision> __type;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/
helper_functions.h 69 template<typename _DiffType,
70 typename = typename std::__is_void<_DiffType>::__type>
72 { typedef _DiffType __type; };
74 template<typename _DiffType>
75 struct _DiffTraits<_DiffType, std::__true_type>
78 typedef typename _DiffTraits<_ItDiffType>::__type _DiffType;
81 typedef std::pair<_DiffType, _Distance_precision> __type;
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
multiway_mergesort.h 269 typename _DiffType>
274 typename _Compare, typename _DiffType>
276 _RAIter, _Compare, _DiffType>
282 _DiffType __length_am) const
288 typename _Compare, typename _DiffType>
290 _RAIter, _Compare, _DiffType>
296 _DiffType __length_am) const
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
multiway_mergesort.h 269 typename _DiffType>
274 typename _Compare, typename _DiffType>
276 _RAIter, _Compare, _DiffType>
282 _DiffType __length_am) const
288 typename _Compare, typename _DiffType>
290 _RAIter, _Compare, _DiffType>
296 _DiffType __length_am) const
  /src/external/apache2/llvm/dist/libcxx/include/__memory/
allocator_traits.h 95 template <class _Alloc, class _DiffType, bool = __has_size_type<_Alloc>::value>
96 struct __size_type : make_unsigned<_DiffType> { };
97 template <class _Alloc, class _DiffType>
98 struct __size_type<_Alloc, _DiffType, true> {

Completed in 26 milliseconds