Home
last modified time | relevance | path

Searched defs:Ts (Results 1 – 25 of 28) sorted by relevance

12

/llvm-project/libcxx/test/std/utilities/utility/utility.intcmp/intcmp.cmp_less_equal/
H A Dcmp_less_equal.pass.cpp67 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 Dcmp_greater.pass.cpp66 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 Dcmp_greater_equal.pass.cpp68 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 Dcmp_less.pass.cpp67 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 Dcmp_equal.pass.cpp75 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 Dcmp_not_equal.pass.cpp74 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 Dp6.cpp84 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 Ddependent-type-identity.cpp154 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 Dms-if-exists.cpp62 void g(T, Ts...) { in g() argument
H A Dalias-templates.cpp85 …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 Dp3.cpp19 void defaultpack(Ts... = 0) {} // expected-error{{parameter pack cannot have a default argument}} in defaultpack() argument
/llvm-project/clang/test/SemaObjCXX/
H A Dcrash.mm22 template<typename...Ts> void f(Ts); // expected-error {{unexpanded}} category
/llvm-project/libcxx/test/std/utilities/utility/utility.intcmp/intcmp.in_range/
H A Din_range.pass.cpp61 constexpr void test1(const std::tuple<Ts...>&) { in test1()
/llvm-project/llvm/lib/FuzzMutate/
H A DOperations.cpp226 __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 Dat_quick_exit_test.cpp47 register_at_quick_exit_handlers(LIBC_NAMESPACE::cpp::integer_sequence<int,Ts...>) register_at_quick_exit_handlers() argument
H A Datexit_test.cpp47 register_atexit_handlers(LIBC_NAMESPACE::cpp::integer_sequence<int,Ts...>) register_atexit_handlers() argument
/llvm-project/clang/test/SemaCXX/
H A Dwarn-bool-conversion.cpp97 static bool IsFalse(const Ts&...) { return false; } in IsFalse()
H A Dcxx1y-generic-lambdas-variadics.cpp13 template<class ... Ts> void print(Ts ... ) { } in print() argument
H A Dcxx2a-explicit-bool.cpp356 A<T>::A(Ts ...) {} in A() argument
H A Dcxx1y-generic-lambdas.cpp199 template<class ... Ts> void vfun(Ts ... ) { } in vfun() argument
248 template<class ... Ts> void print(Ts ...) { } in print() argument
[all...]
H A Dcxx2a-consteval.cpp983 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 Dsizeofpack.cpp104 template <typename T, typename ... Ts> in make_zod() argument
[all...]
H A Dp5.cpp509 void bar(const FooAlias<Ts...> &) {} in bar()
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-emplace.cpp298 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 DFormatVariadicTest.cpp511 Tuple Ts[] = { TEST() local

12