Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/iterators/iterator.primitives/iterator.traits/
H A Dcxx20_iterator_traits.compile.pass.cpp391 struct LegacyRandomAccessSpaceship { struct
395 friend auto operator<=>(LegacyRandomAccessSpaceship, LegacyRandomAccessSpaceship) = default; argument
398 LegacyRandomAccessSpaceship& operator++();
399 LegacyRandomAccessSpaceship operator++(int);
400 LegacyRandomAccessSpaceship& operator--();
401 LegacyRandomAccessSpaceship operator--(int);
402 LegacyRandomAccessSpaceship& operator+=(long);
404 friend short operator-(LegacyRandomAccessSpaceship, LegacyRandomAccessSpaceship);
405 friend LegacyRandomAccessSpaceship operator-(LegacyRandomAccessSpaceship, int);
406 friend LegacyRandomAccessSpaceship operator+(LegacyRandomAccessSpaceship, int);
[all …]