Searched refs:IteratorTraits (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dilist_iterator.h23 template <class OptionsT, bool IsConst> struct IteratorTraits;
24 template <class OptionsT> struct IteratorTraits<OptionsT, false> { struct in namespace:llvm::ilist_detail
31 template <class OptionsT> struct IteratorTraits<OptionsT, true> { struct in namespace:llvm::ilist_detail
62 using Traits = ilist_detail::IteratorTraits<OptionsT, IsConst>;
/freebsd-13-stable/contrib/googletest/googletest/test/
H A Dgoogletest-port-test.cc205 IteratorTraits< ::std::vector<int>::const_iterator>::value_type>();
207 IteratorTraits< ::std::list<bool>::iterator>::value_type>();
211 StaticAssertTypeEq<char, IteratorTraits<char*>::value_type>();
212 StaticAssertTypeEq<const void*, IteratorTraits<const void**>::value_type>();
216 StaticAssertTypeEq<char, IteratorTraits<const char*>::value_type>();
218 IteratorTraits<const void* const*>::value_type>();
/freebsd-13-stable/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h224 // IteratorTraits - partial implementation of std::iterator_traits, which
2365 struct IteratorTraits { struct in namespace:testing::internal
2371 struct IteratorTraits<T*> { struct in namespace:testing::internal
2376 struct IteratorTraits<const T*> { struct in namespace:testing::internal
H A Dgtest-internal.h1018 typedef typename IteratorTraits<typename C::const_iterator>::value_type
1021 typedef typename IteratorTraits<typename C::iterator>::value_type value_type;
H A Dgtest-param-util-generated.h59 typename ::testing::internal::IteratorTraits<ForwardIterator>::value_type>
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h687 using IteratorTraits = typename std::iterator_traits<UnderlayingIteratorTy>;
691 using difference_type = typename IteratorTraits::difference_type;
694 using iterator_category = typename IteratorTraits::iterator_category;
/freebsd-13-stable/contrib/googletest/googletest/include/gtest/
H A Dgtest-param-test.h303 typename ::testing::internal::IteratorTraits<ForwardIterator>::value_type>
305 typedef typename ::testing::internal::IteratorTraits<ForwardIterator>

Completed in 229 milliseconds