Home
last modified time | relevance | path

Searched defs:TriviallyCopyable (Results 1 – 8 of 8) sorted by relevance

/llvm-project/libcxx/test/std/atomics/atomics.types.generic/
H A Dtrivially_copyable.pass.cpp27 struct TriviallyCopyable { struct
28 explicit TriviallyCopyable(int i) : i_(i) { } in TriviallyCopyable() argument
38 test(TriviallyCopyable(42)); in main() argument
/llvm-project/libcxx/test/libcxx/type_traits/
H A Dis_trivially_relocatable.compile.pass.cpp36 struct TriviallyCopyable { global() struct
41 sTriviallyCopyable global() argument
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dmove-const-arg-const-ref.cpp37 struct TriviallyCopyable { struct
41 void f(TriviallyCopyable) {} in f() argument
H A Dmove-const-arg-trivially-copyable.cpp45 struct TriviallyCopyable { struct
49 void f(TriviallyCopyable) {} in f() argument
H A Dmove-const-arg.cpp44 struct TriviallyCopyable { struct
48 using TrivialAlias = TriviallyCopyable; argument
50 void f(TriviallyCopyable) {} in f() argument
[all...]
H A Dmove-constructor-init.cpp106 struct TriviallyCopyable { struct
/llvm-project/libcxx/test/std/atomics/
H A Dtypes.pass.cpp80 struct TriviallyCopyable { global() struct
84 i_TriviallyCopyable global() argument
/llvm-project/clang/test/CodeGenCXX/
H A Dno-unique-address-2.cpp3 struct TriviallyCopyable {}; struct