Searched refs:ContainedType (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | DerivedTypes.h | 320 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | DerivedTypes.h | 344 Type *ContainedType; ///< Storage for the single contained type. variable 349 : CompositeType(ElType->getContext(), TID), ContainedType(ElType), in SequentialType() 351 ContainedTys = &ContainedType; in SequentialType() 360 Type *getElementType() const { return ContainedType; } in getElementType()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | DerivedTypes.h | 306 Type *ContainedType; ///< Storage for the single contained type. variable 312 : CompositeType(ElType->getContext(), TID), ContainedType(ElType) { in SequentialType() 313 ContainedTys = &ContainedType; in SequentialType()
|
/external/libchrome/base/containers/ |
D | stack_container.h | 144 typedef typename ContainerType::value_type ContainedType; typedef 145 typedef StackAllocator<ContainedType, stack_capacity> Allocator;
|
/external/llvm/include/llvm/IR/ |
D | DerivedTypes.h | 315 Type *ContainedType; ///< Storage for the single contained type. variable 321 : CompositeType(ElType->getContext(), TID), ContainedType(ElType) { in SequentialType() 322 ContainedTys = &ContainedType; in SequentialType()
|