/llvm-project/libcxx/test/std/utilities/utility/utility.intcmp/intcmp.cmp_less_equal/ |
H A D | cmp_less_equal.pass.cpp | 67 constexpr void test1(const std::tuple<Ts...>&) { in test1() 77 constexpr void test2(const std::tuple<Ts...>&, const UTuple& utuple) { in test2()
|
/llvm-project/libcxx/test/std/utilities/utility/utility.intcmp/intcmp.cmp_greater/ |
H A D | cmp_greater.pass.cpp | 66 constexpr void test1(const std::tuple<Ts...>&) { in test1() 76 constexpr void test2(const std::tuple<Ts...>&, const UTuple& utuple) { in test2()
|
/llvm-project/libcxx/test/std/utilities/utility/utility.intcmp/intcmp.cmp_greater_equal/ |
H A D | cmp_greater_equal.pass.cpp | 68 template <class... Ts> in test1() argument 78 template <class... Ts, class UTuple> in test2() argument
|
/llvm-project/libcxx/test/std/utilities/utility/utility.intcmp/intcmp.cmp_less/ |
H A D | cmp_less.pass.cpp | 67 constexpr void test1(const std::tuple<Ts...>&) { in test1() 77 constexpr void test2(const std::tuple<Ts...>&, const UTuple& utuple) { in test2()
|
/llvm-project/libcxx/test/std/utilities/utility/utility.intcmp/intcmp.cmp_equal/ |
H A D | cmp_equal.pass.cpp | 75 constexpr void test1(const std::tuple<Ts...>&) { in test1() 85 constexpr void test2(const std::tuple<Ts...>&, const UTuple& utuple) { in test2()
|
/llvm-project/libcxx/test/std/utilities/utility/utility.intcmp/intcmp.cmp_not_equal/ |
H A D | cmp_not_equal.pass.cpp | 74 constexpr void test1(const std::tuple<Ts...>&) { in test1() 84 constexpr void test2(const std::tuple<Ts...>&, const UTuple& utuple) { in test2()
|
/llvm-project/clang/test/CXX/dcl/dcl.spec/dcl.type/dcl.spec.auto/ |
H A D | p6.cpp | 84 template <typename... Ts> C<Ts...> auto e(A<Ts...>) { return 0; } in e() 90 template <typename... Ts> C<Ts...> auto d(A<Ts...>) { return 0; } in d()
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | dependent-type-identity.cpp | 154 template<typename ...Ts> void h(S<X<Ts>...>) {} // expected-note {{previous}} in h() 155 template<typename ...Ts> void h(S<Y<Ts, sizeof(Ts)>...>) {} // expected-error {{redefinition}} in h()
|
H A D | ms-if-exists.cpp | 62 void g(T, Ts...) { in g() argument
|
H A D | alias-templates.cpp | 85 …void f3(type_tuple<Ts...>, U<Ts> ...is) {} // expected-note {{deduced packs of different lengths f… in f3()
|
/llvm-project/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/ |
H A D | p3.cpp | 19 void defaultpack(Ts... = 0) {} // expected-error{{parameter pack cannot have a default argument}} in defaultpack() argument
|
/llvm-project/clang/test/SemaObjCXX/ |
H A D | crash.mm | 22 template<typename...Ts> void f(Ts); // expected-error {{unexpanded}} category
|
/llvm-project/libcxx/test/std/utilities/utility/utility.intcmp/intcmp.in_range/ |
H A D | in_range.pass.cpp | 61 constexpr void test1(const std::tuple<Ts...>&) { in test1()
|
/llvm-project/llvm/lib/FuzzMutate/ |
H A D | Operations.cpp | 226 __anonb35477550a02(ArrayRef<Value *> Cur, ArrayRef<Type *> Ts) validExtractValueIndex() argument 285 __anonb35477550f02(ArrayRef<Value *> Cur, ArrayRef<Type *> Ts) validInsertValueIndex() argument 334 __anonb35477551402(ArrayRef<Value *> Cur, ArrayRef<Type *> Ts) validShuffleVectorIndex() argument
|
/llvm-project/libc/test/src/stdlib/ |
H A D | at_quick_exit_test.cpp | 47 register_at_quick_exit_handlers(LIBC_NAMESPACE::cpp::integer_sequence<int,Ts...>) register_at_quick_exit_handlers() argument
|
H A D | atexit_test.cpp | 47 register_atexit_handlers(LIBC_NAMESPACE::cpp::integer_sequence<int,Ts...>) register_atexit_handlers() argument
|
/llvm-project/clang/test/SemaCXX/ |
H A D | warn-bool-conversion.cpp | 97 static bool IsFalse(const Ts&...) { return false; } in IsFalse()
|
H A D | cxx1y-generic-lambdas-variadics.cpp | 13 template<class ... Ts> void print(Ts ... ) { } in print() argument
|
H A D | cxx2a-explicit-bool.cpp | 356 A<T>::A(Ts ...) {} in A() argument
|
H A D | cxx1y-generic-lambdas.cpp | 199 template<class ... Ts> void vfun(Ts ... ) { } in vfun() argument 248 template<class ... Ts> void print(Ts ...) { } in print() argument [all...] |
H A D | cxx2a-consteval.cpp | 983 pop_front(list_t<T,Ts...>) pop_front() argument 988 apply(list_t<Ts...>,F fn) apply() argument
|
/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/ |
H A D | sizeofpack.cpp | 104 template <typename T, typename ... Ts> in make_zod() argument [all...] |
H A D | p5.cpp | 509 void bar(const FooAlias<Ts...> &) {} in bar()
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | use-emplace.cpp | 298 tuple(const Ts &...) {} in tuple() 299 tuple(Ts &&...) {} in tuple() argument 317 tuple<typename remove_reference<Ts>::type...> make_tuple(Ts &&...) { in make_tuple() argument
|
/llvm-project/llvm/unittests/Support/ |
H A D | FormatVariadicTest.cpp | 511 Tuple Ts[] = { TEST() local
|