Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DDerivedTypes.h306 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/
Dstack_container.h143 typedef typename ContainerType::value_type ContainedType; typedef
144 typedef StackAllocator<ContainedType, stack_capacity> Allocator;