Searched refs:SubTypes (Results 1 – 1 of 1) sorted by relevance
381 static bool advanceToNextLeafType(SmallVectorImpl<CompositeType *> &SubTypes, in advanceToNextLeafType() argument387 SubTypes.pop_back(); in advanceToNextLeafType()397 Type *DeeperType = SubTypes.back()->getTypeAtIndex(Path.back()); in advanceToNextLeafType()403 SubTypes.push_back(CT); in advanceToNextLeafType()423 SmallVectorImpl<CompositeType *> &SubTypes, in firstRealType() argument430 SubTypes.push_back(cast<CompositeType>(Next)); in firstRealType()442 while (SubTypes.back()->getTypeAtIndex(Path.back())->isAggregateType()) { in firstRealType()443 if (!advanceToNextLeafType(SubTypes, Path)) in firstRealType()452 static bool nextRealType(SmallVectorImpl<CompositeType *> &SubTypes, in nextRealType() argument455 if (!advanceToNextLeafType(SubTypes, Path)) in nextRealType()[all …]