Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/libcxx/algorithms/alg.modifying.operations/
H A Dcopy_move_trivial.pass.cpp74 struct AlignedS { struct
77 friend bool operator==(const AlignedS&, const AlignedS&) = default; argument
120 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()
/llvm-project/clang/test/SemaCXX/
H A Dwarn-cast-align.cpp52 struct __attribute__((aligned(16))) AlignedS { struct
59 AlignedS *getAlignedS() { in getAlignedS() argument
60 return (AlignedS *)m1; in getAlignedS()
107 AlignedS *get() { in get()
108 return (AlignedS *)m0; // expected-warning {{cast from 'char *' to 'AlignedS *'}} in get()