Home
last modified time | relevance | path

Searched refs:ContainedType (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DDerivedTypes.h320 Type *ContainedType; ///< Storage for the single contained type. variable
325 : CompositeType(ElType->getContext(), TID), ContainedType(ElType), in SequentialType()
327 ContainedTys = &ContainedType; in SequentialType()
336 Type *getElementType() const { return ContainedType; } in getElementType()
/external/libchrome/base/containers/
Dstack_container.h144 typedef typename ContainerType::value_type ContainedType; typedef
145 typedef StackAllocator<ContainedType, stack_capacity> Allocator;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDerivedTypes.h381 Type *ContainedType; ///< Storage for the single contained type. variable
386 : CompositeType(ElType->getContext(), TID), ContainedType(ElType), in SequentialType()
388 ContainedTys = &ContainedType; in SequentialType()
399 Type *getElementType() const { return ContainedType; } in getElementType()
/external/llvm/include/llvm/IR/
DDerivedTypes.h315 Type *ContainedType; ///< Storage for the single contained type. variable
321 : CompositeType(ElType->getContext(), TID), ContainedType(ElType) { in SequentialType()
322 ContainedTys = &ContainedType; in SequentialType()
/external/llvm-project/llvm/include/llvm/IR/
DDerivedTypes.h364 Type *ContainedType; variable
375 Type *getElementType() const { return ContainedType; } in getElementType()
409 Type *ContainedType; variable
436 Type *getElementType() const { return ContainedType; } in getElementType()
/external/llvm-project/llvm/lib/IR/
DType.cpp565 : Type(ElType->getContext(), ArrayTyID), ContainedType(ElType), in ArrayType()
567 ContainedTys = &ContainedType; in ArrayType()
594 : Type(ElType->getContext(), TID), ContainedType(ElType), in VectorType()
596 ContainedTys = &ContainedType; in VectorType()