Home
last modified time | relevance | path

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

12345

/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/atomics/atomics.types.generic/
H A Dtrivially_copyable.pass.cpp63 struct TriviallyCopyable { struct
64 TriviallyCopyable ( int i ) : i_(i) {} in TriviallyCopyable() function
75 test(TriviallyCopyable(42)); in main() argument
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/atomics/atomics.types.generic/
H A Dtrivially_copyable.pass.cpp59 struct TriviallyCopyable { struct
60 TriviallyCopyable ( int i ) : i_(i) {} in TriviallyCopyable() argument
71 test(TriviallyCopyable(42)); in main() argument
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/atomics/atomics.types.generic/
H A Dtrivially_copyable.pass.cpp59 struct TriviallyCopyable { struct
60 TriviallyCopyable ( int i ) : i_(i) {} in TriviallyCopyable() argument
71 test(TriviallyCopyable(42)); in main() argument
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/atomics/atomics.types.generic/
H A Dtrivially_copyable.pass.cpp59 struct TriviallyCopyable { struct
60 TriviallyCopyable ( int i ) : i_(i) {} in TriviallyCopyable() function
71 test(TriviallyCopyable(42)); in main() argument
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/atomics/atomics.types.generic/
H A Dtrivially_copyable.pass.cpp59 struct TriviallyCopyable { struct
60 TriviallyCopyable ( int i ) : i_(i) {} in TriviallyCopyable() argument
71 test(TriviallyCopyable(42)); in main() argument
/dports/devel/libc++/libcxx-10.0.1.src/test/std/atomics/atomics.types.generic/
H A Dtrivially_copyable.pass.cpp63 struct TriviallyCopyable { struct
64 TriviallyCopyable ( int i ) : i_(i) {} in TriviallyCopyable() argument
75 test(TriviallyCopyable(42)); in main() argument
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/atomics/atomics.types.generic/
H A Dtrivially_copyable.pass.cpp59 struct TriviallyCopyable { struct
60 TriviallyCopyable ( int i ) : i_(i) {} in TriviallyCopyable() function
71 test(TriviallyCopyable(42)); in main() argument
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/atomics/atomics.types.generic/
H A Dtrivially_copyable.pass.cpp59 struct TriviallyCopyable { struct
60 TriviallyCopyable ( int i ) : i_(i) {} in TriviallyCopyable() argument
71 test(TriviallyCopyable(42)); in main() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/atomics/atomics.types.generic/
H A Dtrivially_copyable.pass.cpp59 struct TriviallyCopyable { struct
60 TriviallyCopyable ( int i ) : i_(i) {} in TriviallyCopyable() function
71 test(TriviallyCopyable(42)); in main() argument
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/atomics/atomics.types.generic/
H A Dtrivially_copyable.pass.cpp63 struct TriviallyCopyable { struct
64 TriviallyCopyable ( int i ) : i_(i) {} in TriviallyCopyable() argument
75 test(TriviallyCopyable(42)); in main() argument
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/atomics/atomics.types.generic/
H A Dtrivially_copyable.pass.cpp59 struct TriviallyCopyable { struct
60 TriviallyCopyable ( int i ) : i_(i) {} in TriviallyCopyable() function
71 test(TriviallyCopyable(42)); in main() argument
/dports/lang/spidermonkey78/firefox-78.9.0/tools/clang-tidy/test/
H A Dperformance-move-const-arg.cpp13 struct TriviallyCopyable { struct
24 void f(TriviallyCopyable) {} in f() argument
/dports/mail/thunderbird/thunderbird-91.8.0/tools/clang-tidy/test/
H A Dperformance-move-const-arg.cpp13 struct TriviallyCopyable { struct
24 void f(TriviallyCopyable) {} in f() argument
/dports/www/firefox/firefox-99.0/tools/clang-tidy/test/
H A Dperformance-move-const-arg.cpp13 struct TriviallyCopyable { struct
24 void f(TriviallyCopyable) {} in f() argument
/dports/www/firefox-esr/firefox-91.8.0/tools/clang-tidy/test/
H A Dperformance-move-const-arg.cpp13 struct TriviallyCopyable { struct
24 void f(TriviallyCopyable) {} in f() argument
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/atomics/
H A Dtypes.pass.cpp54 struct TriviallyCopyable { struct
55 int i_;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
H A Dperformance-move-const-arg-trivially-copyable.cpp45 struct TriviallyCopyable { struct
49 void f(TriviallyCopyable) {} in f() argument
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dperformance-move-const-arg-trivially-copyable.cpp45 struct TriviallyCopyable { struct
49 void f(TriviallyCopyable) {} in f() argument
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/test/clang-tidy/checkers/
H A Dperformance-move-const-arg-trivially-copyable.cpp45 struct TriviallyCopyable { struct
49 void f(TriviallyCopyable) {} in f() argument
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/test/clang-tidy/checkers/
H A Dperformance-move-const-arg-trivially-copyable.cpp45 struct TriviallyCopyable { struct
49 void f(TriviallyCopyable) {} in f() argument
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/test/clang-tidy/
H A Dperformance-move-const-arg-trivially-copyable.cpp45 struct TriviallyCopyable { struct
49 void f(TriviallyCopyable) {} in f() argument
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dperformance-move-const-arg-trivially-copyable.cpp45 struct TriviallyCopyable { struct
49 void f(TriviallyCopyable) {} in f() argument
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/test/clang-tidy/checkers/
H A Dperformance-move-const-arg-trivially-copyable.cpp45 struct TriviallyCopyable { struct
49 void f(TriviallyCopyable) {} in f() argument
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/test/clang-tidy/checkers/
H A Dperformance-move-const-arg-trivially-copyable.cpp45 struct TriviallyCopyable { struct
49 void f(TriviallyCopyable) {} in f() argument
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dperformance-move-const-arg-trivially-copyable.cpp45 struct TriviallyCopyable { struct
49 void f(TriviallyCopyable) {} in f() argument

12345