Home
last modified time | relevance | path

Searched defs:iterator_traits (Results 1 – 25 of 35) sorted by relevance

12

/llvm-project/libcxx/test/libcxx/iterators/iterator.requirements/iterator.concepts/
H A Dcpp20_iter_traits.compile.pass.cpp26 template<> struct std::iterator_traits<B> {}; struct in std
27 template<> struct std::iterator_traits<C> : std::iterator_traits<A> {}; struct in std
28 template<> struct std::iterator_traits<D> : std::iterator_traits<int*> {}; struct in std
H A Dcpp20_iter_concepts.pass.cpp52 struct std::iterator_traits<MyIter3> { global() struct in std
61 struct std::iterator_traits<EmptyWithSpecial> { global() struct in std
/llvm-project/libcxx/test/std/iterators/predef.iterators/reverse.iterators/
H A Dtypes.compile.pass.cpp96 struct std::iterator_traits<BarIter> { struct in std
97 using difference_type = char;
98 using value_type = char;
99 using pointer = char*;
100 using reference = char&;
101 using iterator_category = std::bidirectional_iterator_tag;
/llvm-project/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-cxx.h28 template <typename Iterator> struct iterator_traits { struct
29 difference_typeiterator_traits global() argument
30 value_typeiterator_traits global() argument
31 pointeriterator_traits global() argument
32 referenceiterator_traits global() argument
33 iterator_categoryiterator_traits global() argument
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBlockInCriticalSectionChecker.cpp210 struct std::iterator_traits< global() struct in std
212 iterator_categorystd::iterator_traits global() argument
213 value_typestd::iterator_traits global() argument
214 difference_typestd::iterator_traits global() argument
215 referencestd::iterator_traits global() argument
216 pointerstd::iterator_traits global() argument
/llvm-project/libcxx/test/std/iterators/iterator.primitives/iterator.traits/
H A Dcxx20_iterator_traits.compile.pass.cpp501 struct std::iterator_traits<I> struct in std
509 using LegacyRandomAccessSpecializedTraits = std::iterator_traits<LegacyRandomAccessSpecialized>;
/llvm-project/libcxx/include/__iterator/
H A Diterator_traits.h65 struct _LIBCPP_TEMPLATE_VIS iterator_traits; global() variable
[all...]
/llvm-project/clang/test/OpenMP/
H A Dparallel_masked_taskloop_loop_messages.cpp386 struct iterator_traits { struct
387 typedef typename Iter::difference_type difference_type;
388 typedef typename Iter::iterator_category iterator_category;
H A Dteams_distribute_simd_loop_messages.cpp352 struct iterator_traits { struct
353 typedef typename Iter::difference_type difference_type;
354 typedef typename Iter::iterator_category iterator_category;
H A Dteams_distribute_parallel_for_simd_loop_messages.cpp352 struct iterator_traits { struct
353 typedef typename Iter::difference_type difference_type;
354 typedef typename Iter::iterator_category iterator_category;
H A Dmaster_taskloop_loop_messages.cpp386 struct iterator_traits { struct
387 typedef typename Iter::difference_type difference_type;
388 typedef typename Iter::iterator_category iterator_category;
H A Dtaskloop_loop_messages.cpp386 struct iterator_traits { struct
387 typedef typename Iter::difference_type difference_type;
388 typedef typename Iter::iterator_category iterator_category;
H A Dtarget_parallel_for_loop_messages.cpp314 struct iterator_traits { struct
315 typedef typename Iter::difference_type difference_type;
316 typedef typename Iter::iterator_category iterator_category;
H A Dtarget_teams_distribute_simd_loop_messages.cpp295 struct iterator_traits { struct
296 typedef typename Iter::difference_type difference_type;
297 typedef typename Iter::iterator_category iterator_category;
H A Dmasked_taskloop_simd_loop_messages.cpp389 struct iterator_traits { struct
390 typedef typename Iter::difference_type difference_type;
391 typedef typename Iter::iterator_category iterator_category;
H A Dparallel_for_simd_loop_messages.cpp316 struct iterator_traits { struct
317 difference_typestd::iterator_traits global() argument
318 iterator_categorystd::iterator_traits global() argument
H A Dparallel_for_loop_messages.cpp314 struct iterator_traits { struct
315 typedef typename Iter::difference_type difference_type;
316 typedef typename Iter::iterator_category iterator_category;
H A Dmasked_taskloop_loop_messages.cpp386 struct iterator_traits { struct
387 typedef typename Iter::difference_type difference_type;
388 typedef typename Iter::iterator_category iterator_category;
H A Ddistribute_simd_loop_messages.cpp430 template <class Iter> struct iterator_traits { struct
431 typedef typename Iter::difference_type difference_type;
432 typedef typename Iter::iterator_category iterator_category;
H A Ddistribute_parallel_for_simd_loop_messages.cpp418 struct iterator_traits { struct
419 typedef typename Iter::difference_type difference_type;
420 typedef typename Iter::iterator_category iterator_category;
H A Dtarget_teams_distribute_loop_messages.cpp301 struct iterator_traits { struct
302 typedef typename Iter::difference_type difference_type;
303 typedef typename Iter::iterator_category iterator_category;
H A Dfor_simd_loop_messages.cpp369 struct iterator_traits { struct
370 difference_typestd::iterator_traits global() argument
371 iterator_categorystd::iterator_traits global() argument
H A Dtarget_teams_distribute_parallel_for_loop_messages.cpp299 struct iterator_traits { struct
300 typedef typename Iter::difference_type difference_type;
301 typedef typename Iter::iterator_category iterator_category;
H A Dteams_distribute_parallel_for_loop_messages.cpp350 struct iterator_traits { struct
351 typedef typename Iter::difference_type difference_type;
352 typedef typename Iter::iterator_category iterator_category;
H A Dparallel_master_taskloop_simd_loop_messages.cpp381 struct iterator_traits { struct
382 typedef typename Iter::difference_type difference_type;
383 typedef typename Iter::iterator_category iterator_category;

12