Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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() function
38 test(TriviallyCopyable(42)); in main() argument
/llvm-project-15.0.7/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.cpp42 struct TriviallyCopyable { struct
46 void f(TriviallyCopyable) {} in f() argument
H A Dmove-constructor-init.cpp106 struct TriviallyCopyable { struct
/llvm-project-15.0.7/libcxx/test/std/atomics/
H A Dtypes.pass.cpp80 struct TriviallyCopyable { struct
84 struct WeirdTriviallyCopyable argument
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dno-unique-address-2.cpp3 struct TriviallyCopyable {}; struct