/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/ |
D | p9-0x.cpp | 42 template<typename ...ElementTypes, unsigned ...Bounds> 43 struct split_arrays<ElementTypes[Bounds]...> { 44 typedef tuple<ElementTypes...> element_types;
|
/external/swiftshader/third_party/LLVM/lib/Linker/ |
D | LinkModules.cpp | 237 SmallVector<Type*, 4> ElementTypes; in getImpl() local 238 ElementTypes.resize(Ty->getNumContainedTypes()); in getImpl() 240 ElementTypes[i] = getImpl(Ty->getContainedType(i)); in getImpl() 241 AnyChange |= ElementTypes[i] != Ty->getContainedType(i); in getImpl() 257 return *Entry = ArrayType::get(ElementTypes[0], in getImpl() 260 return *Entry = VectorType::get(ElementTypes[0], in getImpl() 263 return *Entry = PointerType::get(ElementTypes[0], in getImpl() 266 return *Entry = FunctionType::get(ElementTypes[0], in getImpl() 267 makeArrayRef(ElementTypes).slice(1), in getImpl() 271 return *Entry = StructType::get(Ty->getContext(), ElementTypes, in getImpl()
|
/external/llvm/lib/Linker/ |
D | IRMover.cpp | 256 SmallVector<Type *, 4> ElementTypes; in get() local 265 ElementTypes.resize(Ty->getNumContainedTypes()); in get() 267 ElementTypes[I] = get(Ty->getContainedType(I), Visited); in get() 268 AnyChange |= ElementTypes[I] != Ty->getContainedType(I); in get() 277 finishType(DTy, STy, ElementTypes); in get() 293 return *Entry = ArrayType::get(ElementTypes[0], in get() 296 return *Entry = VectorType::get(ElementTypes[0], in get() 299 return *Entry = PointerType::get(ElementTypes[0], in get() 302 return *Entry = FunctionType::get(ElementTypes[0], in get() 303 makeArrayRef(ElementTypes).slice(1), in get() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Linker/ |
D | IRMover.cpp | 268 SmallVector<Type *, 4> ElementTypes; in get() local 277 ElementTypes.resize(Ty->getNumContainedTypes()); in get() 279 ElementTypes[I] = get(Ty->getContainedType(I), Visited); in get() 280 AnyChange |= ElementTypes[I] != Ty->getContainedType(I); in get() 289 finishType(DTy, STy, ElementTypes); in get() 305 return *Entry = ArrayType::get(ElementTypes[0], in get() 308 return *Entry = VectorType::get(ElementTypes[0], in get() 311 return *Entry = PointerType::get(ElementTypes[0], in get() 314 return *Entry = FunctionType::get(ElementTypes[0], in get() 315 makeArrayRef(ElementTypes).slice(1), in get() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | LowerEmuTLS.cpp | 118 Type *ElementTypes[4] = {WordType, WordType, VoidPtrType, InitPtrType}; in addEmuTlsVar() local 119 ArrayRef<Type*> ElementTypeArray(ElementTypes, 4); in addEmuTlsVar()
|
/external/llvm/lib/CodeGen/ |
D | LowerEmuTLS.cpp | 116 Type *ElementTypes[4] = {WordType, WordType, VoidPtrType, InitPtrType}; in addEmuTlsVar() local 117 ArrayRef<Type*> ElementTypeArray(ElementTypes, 4); in addEmuTlsVar()
|
/external/llvm/bindings/go/llvm/ |
D | DIBuilderBindings.cpp | 138 LLVMMetadataRef ElementTypes) { in LLVMDIBuilderCreateStructType() argument 144 ElementTypes ? DINodeArray(unwrap<MDTuple>(ElementTypes)) : nullptr)); in LLVMDIBuilderCreateStructType()
|
D | DIBuilderBindings.h | 91 LLVMMetadataRef ElementTypes);
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 283 CAMLprim LLVMTypeRef llvm_struct_type(LLVMContextRef C, value ElementTypes) { in llvm_struct_type() argument 284 return LLVMStructTypeInContext(C, (LLVMTypeRef *) ElementTypes, in llvm_struct_type() 285 Wosize_val(ElementTypes), 0); in llvm_struct_type() 290 value ElementTypes) { in llvm_packed_struct_type() argument 291 return LLVMStructTypeInContext(C, (LLVMTypeRef *) ElementTypes, in llvm_packed_struct_type() 292 Wosize_val(ElementTypes), 1); in llvm_packed_struct_type() 302 value ElementTypes, in llvm_struct_set_body() argument 304 LLVMStructSetBody(Ty, (LLVMTypeRef *) ElementTypes, in llvm_struct_set_body() 305 Wosize_val(ElementTypes), Bool_val(Packed)); in llvm_struct_set_body()
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 456 CAMLprim LLVMTypeRef llvm_struct_type(LLVMContextRef C, value ElementTypes) { in llvm_struct_type() argument 457 return LLVMStructTypeInContext(C, (LLVMTypeRef *) ElementTypes, in llvm_struct_type() 458 Wosize_val(ElementTypes), 0); in llvm_struct_type() 463 value ElementTypes) { in llvm_packed_struct_type() argument 464 return LLVMStructTypeInContext(C, (LLVMTypeRef *) ElementTypes, in llvm_packed_struct_type() 465 Wosize_val(ElementTypes), 1); in llvm_packed_struct_type() 475 value ElementTypes, in llvm_struct_set_body() argument 477 LLVMStructSetBody(Ty, (LLVMTypeRef *) ElementTypes, in llvm_struct_set_body() 478 Wosize_val(ElementTypes), Bool_val(Packed)); in llvm_struct_set_body()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 387 CAMLprim LLVMTypeRef llvm_struct_type(LLVMContextRef C, value ElementTypes) { in llvm_struct_type() argument 388 return LLVMStructTypeInContext(C, (LLVMTypeRef *) ElementTypes, in llvm_struct_type() 389 Wosize_val(ElementTypes), 0); in llvm_struct_type() 394 value ElementTypes) { in llvm_packed_struct_type() argument 395 return LLVMStructTypeInContext(C, (LLVMTypeRef *) ElementTypes, in llvm_packed_struct_type() 396 Wosize_val(ElementTypes), 1); in llvm_packed_struct_type() 406 value ElementTypes, in llvm_struct_set_body() argument 408 LLVMStructSetBody(Ty, (LLVMTypeRef *) ElementTypes, in llvm_struct_set_body() 409 Wosize_val(ElementTypes), Bool_val(Packed)); in llvm_struct_set_body()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Core.cpp | 293 LLVMTypeRef LLVMStructTypeInContext(LLVMContextRef C, LLVMTypeRef *ElementTypes, in LLVMStructTypeInContext() argument 295 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount); in LLVMStructTypeInContext() 299 LLVMTypeRef LLVMStructType(LLVMTypeRef *ElementTypes, in LLVMStructType() argument 301 return LLVMStructTypeInContext(LLVMGetGlobalContext(), ElementTypes, in LLVMStructType() 318 void LLVMStructSetBody(LLVMTypeRef StructTy, LLVMTypeRef *ElementTypes, in LLVMStructSetBody() argument 320 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount); in LLVMStructSetBody()
|
/external/swiftshader/third_party/LLVM/include/llvm-c/ |
D | Core.h | 407 LLVMTypeRef LLVMStructTypeInContext(LLVMContextRef C, LLVMTypeRef *ElementTypes, 409 LLVMTypeRef LLVMStructType(LLVMTypeRef *ElementTypes, unsigned ElementCount, 413 void LLVMStructSetBody(LLVMTypeRef StructTy, LLVMTypeRef *ElementTypes,
|
/external/llvm/include/llvm-c/ |
D | Core.h | 992 LLVMTypeRef LLVMStructTypeInContext(LLVMContextRef C, LLVMTypeRef *ElementTypes, 1000 LLVMTypeRef LLVMStructType(LLVMTypeRef *ElementTypes, unsigned ElementCount, 1022 void LLVMStructSetBody(LLVMTypeRef StructTy, LLVMTypeRef *ElementTypes,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/ |
D | Core.h | 1151 LLVMTypeRef LLVMStructTypeInContext(LLVMContextRef C, LLVMTypeRef *ElementTypes, 1159 LLVMTypeRef LLVMStructType(LLVMTypeRef *ElementTypes, unsigned ElementCount, 1181 void LLVMStructSetBody(LLVMTypeRef StructTy, LLVMTypeRef *ElementTypes,
|
/external/llvm/lib/IR/ |
D | Core.cpp | 507 LLVMTypeRef LLVMStructTypeInContext(LLVMContextRef C, LLVMTypeRef *ElementTypes, in LLVMStructTypeInContext() argument 509 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount); in LLVMStructTypeInContext() 513 LLVMTypeRef LLVMStructType(LLVMTypeRef *ElementTypes, in LLVMStructType() argument 515 return LLVMStructTypeInContext(LLVMGetGlobalContext(), ElementTypes, in LLVMStructType() 532 void LLVMStructSetBody(LLVMTypeRef StructTy, LLVMTypeRef *ElementTypes, in LLVMStructSetBody() argument 534 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount); in LLVMStructSetBody()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Core.cpp | 654 LLVMTypeRef LLVMStructTypeInContext(LLVMContextRef C, LLVMTypeRef *ElementTypes, in LLVMStructTypeInContext() argument 656 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount); in LLVMStructTypeInContext() 660 LLVMTypeRef LLVMStructType(LLVMTypeRef *ElementTypes, in LLVMStructType() argument 662 return LLVMStructTypeInContext(LLVMGetGlobalContext(), ElementTypes, in LLVMStructType() 679 void LLVMStructSetBody(LLVMTypeRef StructTy, LLVMTypeRef *ElementTypes, in LLVMStructSetBody() argument 681 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount); in LLVMStructSetBody()
|
/external/v8/src/runtime/ |
D | runtime-internal.cc | 439 isolate, object, ElementTypes::kAll)); in RUNTIME_FUNCTION()
|
/external/v8/src/ |
D | keys.cc | 844 ElementTypes::kStringAndSymbol), in CollectOwnJSProxyKeys()
|
D | objects.h | 1090 enum class ElementTypes { kAll, kStringAndSymbol }; enum 1289 Isolate* isolate, Handle<Object> object, ElementTypes element_types);
|
D | objects.cc | 862 Isolate* isolate, Handle<Object> object, ElementTypes element_types) { in CreateListFromArrayLikeFastPath() 863 if (element_types == ElementTypes::kAll) { in CreateListFromArrayLikeFastPath() 892 Isolate* isolate, Handle<Object> object, ElementTypes element_types) { in CreateListFromArrayLike() 933 case ElementTypes::kAll: in CreateListFromArrayLike() 936 case ElementTypes::kStringAndSymbol: { in CreateListFromArrayLike()
|