Searched refs:AlignedS (Results 1 – 2 of 2) sorted by relevance
74 struct AlignedS { struct77 friend bool operator==(const AlignedS&, const AlignedS&) = default; argument120 requires std::same_as<T, AlignedS>121 AlignedS make(int x) { in make()122 AlignedS result; in make()322 test_copy_and_move<AlignedS*, std::type_identity_t, AlignedS*>(); in test()
52 struct __attribute__((aligned(16))) AlignedS { struct59 AlignedS *getAlignedS() { in getAlignedS() argument60 return (AlignedS *)m1; in getAlignedS()107 AlignedS *get() { in get()108 return (AlignedS *)m0; // expected-warning {{cast from 'char *' to 'AlignedS *'}} in get()