Home
last modified time | relevance | path

Searched defs:incrementable_traits (Results 1 – 5 of 5) sorted by relevance

/llvm-project/libcxx/test/std/iterators/iterator.primitives/iterator.traits/
H A Dcxx20_iterator_traits.compile.pass.cpp233 struct std::incrementable_traits<LegacyInput> { struct in std
234 using difference_type = short;
279 struct std::incrementable_traits<LegacyForward> { struct in std
280 using difference_type = short; // or any signed integral type
329 struct std::incrementable_traits<MinusNotDeclaredIter> { struct in std
330 using difference_type = short;
419 struct std::incrementable_traits<LegacyRandomAccessSpaceship> { struct in std
420 using difference_type = short; // or any signed integral type
/llvm-project/libcxx/include/__iterator/
H A Dincrementable_traits.h33 struct incrementable_traits {}; struct
/llvm-project/libcxx/test/std/iterators/iterator.requirements/iterator.assoc.types/incrementable.traits/
H A Dincrementable_traits.compile.pass.cpp102 struct std::incrementable_traits<specialised_incrementable_traits> { global() struct in std
103 difference_typestd::incrementable_traits global() argument
/llvm-project/libcxx/test/std/iterators/predef.iterators/reverse.iterators/
H A Dtypes.compile.pass.cpp81 struct std::incrementable_traits<FooIter> { struct in std
82 using difference_type = char;
/llvm-project/libcxx/test/std/iterators/predef.iterators/move.iterators/move.iterator/
H A Dtypes.pass.cpp49 struct std::incrementable_traits<FooIter> { struct in std
50 using difference_type = char;