/external/clang/test/SemaTemplate/ |
D | dependent-type-identity.cpp | 145 template<typename ...Ts> void h(S<X<Ts>...>) {} // expected-note {{previous}} in h() 146 template<typename ...Ts> void h(S<Y<Ts, sizeof(Ts)>...>) {} // expected-error {{redefinition}} in h()
|
D | ms-if-exists.cpp | 62 void g(T, Ts...) { in g() argument
|
D | deduction.cpp | 229 template<class T, class ... Ts> void f(B<T, Ts...> &) { } in f() argument
|
D | alias-templates.cpp | 87 …void f3(type_tuple<Ts...>, U<Ts> ...is) {} // expected-note {{requires 4 arguments, but 3 were pro… in f3()
|
/external/clang/test/SemaObjCXX/ |
D | crash.mm | 23 template<typename...Ts> void f(Ts); // expected-error {{unexpanded}} category
|
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/ |
D | p3.cpp | 19 void defaultpack(Ts... = 0) {} // expected-error{{parameter pack cannot have a default argument}} in defaultpack() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/ |
D | Operations.cpp | 197 auto Make = [](ArrayRef<Value *> Cur, ArrayRef<Type *> Ts) { in validExtractValueIndex() 255 auto Make = [](ArrayRef<Value *> Cur, ArrayRef<Type *> Ts) { in validInsertValueIndex() 301 auto Make = [](ArrayRef<Value *> Cur, ArrayRef<Type *> Ts) { in validShuffleVectorIndex()
|
/external/clang/test/SemaCXX/ |
D | cxx1y-generic-lambdas-variadics.cpp | 9 template<class ... Ts> void print(Ts ... ) { } in print()
|
D | cxx1y-generic-lambdas.cpp | 195 template<class ... Ts> void vfun(Ts ... ) { } in vfun() 233 template<class ... Ts> void print(Ts ...) { } in print()
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | sizeofpack.cpp | 104 zod<sizeof...(Ts)> make_zod(Ts ...) { in make_zod()
|
D | p5.cpp | 462 void bar(const FooAlias<Ts...> &) {} in bar()
|
/external/tensorflow/tensorflow/core/util/ |
D | cuda_launch_config.h | 331 Status CudaLaunchKernel(void (*function)(Ts...), dim3 grid_dim, dim3 block_dim, in CudaLaunchKernel()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | FormatVariadicTest.cpp | 502 Tuple Ts[] = { in TEST() local
|
/external/clang/lib/AST/ |
D | Decl.cpp | 3248 ASTContext &Context, const UnresolvedSetImpl &Ts, in Create() 3257 DependentFunctionTemplateSpecializationInfo(const UnresolvedSetImpl &Ts, in DependentFunctionTemplateSpecializationInfo()
|
D | DeclTemplate.cpp | 1209 auto *Ts = TemplateTypeParmDecl::Create( in createTypePackElementParameterList() local
|
/external/golang-protobuf/jsonpb/jsonpb_test_proto/ |
D | test_objects.pb.go | 816 Ts *timestamp.Timestamp `protobuf:"bytes,2,opt,name=ts" json:"ts,omitempty"` member
|
/external/clang/lib/Sema/ |
D | SemaTemplate.cpp | 2097 TemplateArgument IndexArg = Converted[0], Ts = Converted[1]; in checkBuiltinTemplateIdType() local
|
/external/syzkaller/vendor/google.golang.org/appengine/internal/datastore/ |
D | datastore_v3.pb.go | 1236 Ts *int64 `protobuf:"varint,1,req,name=ts" json:"ts,omitempty"` member
|