Home
last modified time | relevance | path

Searched +defs:S +defs:t (Results 1 – 25 of 18362) sorted by relevance

12345678910>>...735

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaTemplate/
H A Dcxx1z-fold-expressions.cpp4 template<typename ...T> constexpr auto sum(T ...t) { return (... + t); } in sum()
5 template<typename ...T> constexpr auto product(T ...t) { return (t * ...); } in product()
6 template<typename ...T> constexpr auto all(T ...t) { return (true && ... && t); } in all()
7 template<typename ...T> constexpr auto dumb(T ...t) { return (false && ... && t); } in dumb()
15 struct S { struct
18 template<typename ...T> constexpr auto increment_all(T &...t) { in increment_all()
22 S s = { 1, 2, 3, 4, 5 }; in check() argument
76 template<typename T, typename ...Ts> constexpr decltype(auto) apply(T &t, Ts ...ts) { in apply()
85 …constexpr auto spaceship1(T ...t) { return (t <=> ...); } // expected-error {{expected expression}} in spaceship1()
108 struct S {}; struct
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaTemplate/
H A Dcxx1z-fold-expressions.cpp4 template<typename ...T> constexpr auto sum(T ...t) { return (... + t); } in sum()
5 template<typename ...T> constexpr auto product(T ...t) { return (t * ...); } in product()
6 template<typename ...T> constexpr auto all(T ...t) { return (true && ... && t); } in all()
7 template<typename ...T> constexpr auto dumb(T ...t) { return (false && ... && t); } in dumb()
15 struct S { struct
18 template<typename ...T> constexpr auto increment_all(T &...t) { in increment_all()
22 S s = { 1, 2, 3, 4, 5 }; in check() argument
76 template<typename T, typename ...Ts> constexpr decltype(auto) apply(T &t, Ts ...ts) { in apply()
85 …constexpr auto spaceship1(T ...t) { return (t <=> ...); } // expected-error {{expected expression}} in spaceship1()
108 struct S {}; struct
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaTemplate/
H A Dcxx1z-fold-expressions.cpp4 template<typename ...T> constexpr auto sum(T ...t) { return (... + t); } in sum()
5 template<typename ...T> constexpr auto product(T ...t) { return (t * ...); } in product()
6 template<typename ...T> constexpr auto all(T ...t) { return (true && ... && t); } in all()
7 template<typename ...T> constexpr auto dumb(T ...t) { return (false && ... && t); } in dumb()
15 struct S { struct
18 template<typename ...T> constexpr auto increment_all(T &...t) { in increment_all()
22 S s = { 1, 2, 3, 4, 5 }; in check() argument
76 template<typename T, typename ...Ts> constexpr decltype(auto) apply(T &t, Ts ...ts) { in apply()
85 …constexpr auto spaceship1(T ...t) { return (t <=> ...); } // expected-error {{expected expression}} in spaceship1()
108 struct S {}; struct
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaTemplate/
H A Dcxx1z-fold-expressions.cpp4 template<typename ...T> constexpr auto sum(T ...t) { return (... + t); } in sum()
5 template<typename ...T> constexpr auto product(T ...t) { return (t * ...); } in product()
6 template<typename ...T> constexpr auto all(T ...t) { return (true && ... && t); } in all()
7 template<typename ...T> constexpr auto dumb(T ...t) { return (false && ... && t); } in dumb()
15 struct S { struct
18 template<typename ...T> constexpr auto increment_all(T &...t) { in increment_all()
22 S s = { 1, 2, 3, 4, 5 }; in check() argument
76 template<typename T, typename ...Ts> constexpr decltype(auto) apply(T &t, Ts ...ts) { in apply()
85 …constexpr auto spaceship1(T ...t) { return (t <=> ...); } // expected-error {{expected expression}} in spaceship1()
108 struct S {}; struct
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaTemplate/
H A Dcxx1z-fold-expressions.cpp4 template<typename ...T> constexpr auto sum(T ...t) { return (... + t); } in sum()
5 template<typename ...T> constexpr auto product(T ...t) { return (t * ...); } in product()
6 template<typename ...T> constexpr auto all(T ...t) { return (true && ... && t); } in all()
7 template<typename ...T> constexpr auto dumb(T ...t) { return (false && ... && t); } in dumb()
15 struct S { struct
18 template<typename ...T> constexpr auto increment_all(T &...t) { in increment_all()
22 S s = { 1, 2, 3, 4, 5 }; in check() argument
76 template<typename T, typename ...Ts> constexpr decltype(auto) apply(T &t, Ts ...ts) { in apply()
85 …constexpr auto spaceship1(T ...t) { return (t <=> ...); } // expected-error {{expected expression}} in spaceship1()
108 struct S {}; struct
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaTemplate/
H A Dcxx1z-fold-expressions.cpp4 template<typename ...T> constexpr auto sum(T ...t) { return (... + t); } in sum()
5 template<typename ...T> constexpr auto product(T ...t) { return (t * ...); } in product()
6 template<typename ...T> constexpr auto all(T ...t) { return (true && ... && t); } in all()
7 template<typename ...T> constexpr auto dumb(T ...t) { return (false && ... && t); } in dumb()
15 struct S { struct
18 template<typename ...T> constexpr auto increment_all(T &...t) { in increment_all()
22 S s = { 1, 2, 3, 4, 5 }; in check() argument
76 template<typename T, typename ...Ts> constexpr decltype(auto) apply(T &t, Ts ...ts) { in apply()
85 …constexpr auto spaceship1(T ...t) { return (t <=> ...); } // expected-error {{expected expression}} in spaceship1()
108 struct S {}; struct
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaTemplate/
H A Dcxx1z-fold-expressions.cpp4 template<typename ...T> constexpr auto sum(T ...t) { return (... + t); } in sum()
5 template<typename ...T> constexpr auto product(T ...t) { return (t * ...); } in product()
6 template<typename ...T> constexpr auto all(T ...t) { return (true && ... && t); } in all()
7 template<typename ...T> constexpr auto dumb(T ...t) { return (false && ... && t); } in dumb()
15 struct S { struct
18 template<typename ...T> constexpr auto increment_all(T &...t) { in increment_all()
22 S s = { 1, 2, 3, 4, 5 }; in check() argument
76 template<typename T, typename ...Ts> constexpr decltype(auto) apply(T &t, Ts ...ts) { in apply()
85 …constexpr auto spaceship1(T ...t) { return (t <=> ...); } // expected-error {{expected expression}} in spaceship1()
108 struct S {}; struct
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaTemplate/
H A Dcxx1z-fold-expressions.cpp4 template<typename ...T> constexpr auto sum(T ...t) { return (... + t); } in sum()
5 template<typename ...T> constexpr auto product(T ...t) { return (t * ...); } in product()
6 template<typename ...T> constexpr auto all(T ...t) { return (true && ... && t); } in all()
7 template<typename ...T> constexpr auto dumb(T ...t) { return (false && ... && t); } in dumb()
15 struct S { struct
18 template<typename ...T> constexpr auto increment_all(T &...t) { in increment_all()
22 S s = { 1, 2, 3, 4, 5 }; in check() argument
76 template<typename T, typename ...Ts> constexpr decltype(auto) apply(T &t, Ts ...ts) { in apply()
85 …constexpr auto spaceship1(T ...t) { return (t <=> ...); } // expected-error {{expected expression}} in spaceship1()
108 struct S {}; struct
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaTemplate/
H A Dcxx1z-fold-expressions.cpp4 template<typename ...T> constexpr auto sum(T ...t) { return (... + t); } in sum()
5 template<typename ...T> constexpr auto product(T ...t) { return (t * ...); } in product()
6 template<typename ...T> constexpr auto all(T ...t) { return (true && ... && t); } in all()
7 template<typename ...T> constexpr auto dumb(T ...t) { return (false && ... && t); } in dumb()
15 struct S { struct
18 template<typename ...T> constexpr auto increment_all(T &...t) { in increment_all()
22 S s = { 1, 2, 3, 4, 5 }; in check() argument
76 template<typename T, typename ...Ts> constexpr decltype(auto) apply(T &t, Ts ...ts) { in apply()
85 …constexpr auto spaceship1(T ...t) { return (t <=> ...); } // expected-error {{expected expression}} in spaceship1()
108 struct S {}; struct
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/template/
H A Dptrmem18.C7 struct S { struct
9 S () : c (0) {} in S() argument
15 S s; argument
21 void test1 (T *t) in test1() argument
27 void test2 (T *t) in test2()
36 T t; in main() local
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/template/
H A Dptrmem18.C7 struct S { struct
9 S () : c (0) {} in S() argument
15 S s; argument
21 void test1 (T *t) in test1() argument
27 void test2 (T *t) in test2()
36 T t; in main() local
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/template/
H A Dptrmem18.C7 struct S { struct
9 S () : c (0) {} in S() argument
15 S s; argument
21 void test1 (T *t) in test1() argument
27 void test2 (T *t) in test2()
36 T t; in main() local
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/template/
H A Dptrmem18.C7 struct S { struct
9 S () : c (0) {} in S() function
15 S s; argument
21 void test1 (T *t) in test1() argument
27 void test2 (T *t) in test2()
36 T t; in main() local
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/template/
H A Dptrmem18.C7 struct S { struct
9 S () : c (0) {} in S() function
15 S s; argument
21 void test1 (T *t) in test1() argument
27 void test2 (T *t) in test2()
36 T t; in main() local
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/template/
H A Dptrmem18.C7 struct S { struct
9 S () : c (0) {} in S() argument
15 S s; argument
21 void test1 (T *t) in test1() argument
27 void test2 (T *t) in test2()
36 T t; in main() local
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/g++.dg/template/
H A Dptrmem18.C7 struct S { struct
9 S () : c (0) {} in S() argument
15 S s; argument
21 void test1 (T *t) in test1() argument
27 void test2 (T *t) in test2()
36 T t; in main() local
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/template/
H A Dptrmem18.C7 struct S { struct
9 S () : c (0) {} in S() argument
15 S s; argument
21 void test1 (T *t) in test1() argument
27 void test2 (T *t) in test2()
36 T t; in main() local
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/template/
H A Dptrmem18.C7 struct S { struct
9 S () : c (0) {} in S() argument
15 S s; argument
21 void test1 (T *t) in test1() argument
27 void test2 (T *t) in test2()
36 T t; in main() local
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/template/
H A Dptrmem18.C7 struct S { struct
9 S () : c (0) {} in S() argument
15 S s; argument
21 void test1 (T *t) in test1() argument
27 void test2 (T *t) in test2()
36 T t; in main() local
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/template/
H A Dptrmem18.C7 struct S { struct
9 S () : c (0) {} in S() function
15 S s; argument
21 void test1 (T *t) in test1() argument
27 void test2 (T *t) in test2()
36 T t; in main() local
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/template/
H A Dptrmem18.C7 struct S { struct
9 S () : c (0) {} in S() argument
15 S s; argument
21 void test1 (T *t) in test1() argument
27 void test2 (T *t) in test2()
36 T t; in main() local
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/template/
H A Dptrmem18.C7 struct S { struct
9 S () : c (0) {} in S() function
15 S s; argument
21 void test1 (T *t) in test1() argument
27 void test2 (T *t) in test2()
36 T t; in main() local
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/template/
H A Dptrmem18.C7 struct S { struct
9 S () : c (0) {} in S() argument
15 S s; argument
21 void test1 (T *t) in test1() argument
27 void test2 (T *t) in test2()
36 T t; in main() local
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/template/
H A Dptrmem18.C7 struct S { struct
9 S () : c (0) {} in S() function
15 S s; argument
21 void test1 (T *t) in test1() argument
27 void test2 (T *t) in test2()
36 T t; in main() local
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/template/
H A Dptrmem18.C7 struct S { struct
9 S () : c (0) {} in S() function
15 S s; argument
21 void test1 (T *t) in test1() argument
27 void test2 (T *t) in test2()
36 T t; in main() local

12345678910>>...735