Home
last modified time | relevance | path

Searched refs:IteratorTraits (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/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> {
31 template <class OptionsT> struct IteratorTraits<OptionsT, true> {
62 using Traits = ilist_detail::IteratorTraits<OptionsT, IsConst>;
/freebsd-13.1/contrib/googletest/googletest/test/
H A Dgoogletest-port-test.cc205 IteratorTraits< ::std::vector<int>::const_iterator>::value_type>(); in TEST()
207 IteratorTraits< ::std::list<bool>::iterator>::value_type>(); in TEST()
211 StaticAssertTypeEq<char, IteratorTraits<char*>::value_type>(); in TEST()
212 StaticAssertTypeEq<const void*, IteratorTraits<const void**>::value_type>(); in TEST()
216 StaticAssertTypeEq<char, IteratorTraits<const char*>::value_type>(); in TEST()
218 IteratorTraits<const void* const*>::value_type>(); in TEST()
/freebsd-13.1/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2365 struct IteratorTraits {
2371 struct IteratorTraits<T*> {
2376 struct IteratorTraits<const T*> {
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.h.pump58 typename ::testing::internal::IteratorTraits<ForwardIterator>::value_type>
H A Dgtest-param-util-generated.h59 typename ::testing::internal::IteratorTraits<ForwardIterator>::value_type>
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h687 using IteratorTraits = typename std::iterator_traits<UnderlayingIteratorTy>; variable
691 using difference_type = typename IteratorTraits::difference_type;
694 using iterator_category = typename IteratorTraits::iterator_category;
/freebsd-13.1/contrib/googletest/googletest/include/gtest/
H A Dgtest-param-test.h.pump302 typename ::testing::internal::IteratorTraits<ForwardIterator>::value_type>
304 typedef typename ::testing::internal::IteratorTraits<ForwardIterator>
H A Dgtest-param-test.h303 typename ::testing::internal::IteratorTraits<ForwardIterator>::value_type>
305 typedef typename ::testing::internal::IteratorTraits<ForwardIterator> in ValuesIn()