Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTrailingObjects.h131 typename NextTy, typename... MoreTys>
132 class TrailingObjectsImpl<Align, BaseTy, TopTrailingObj, PrevTy, NextTy,
134 : public TrailingObjectsImpl<Align, BaseTy, TopTrailingObj, NextTy,
137 typedef TrailingObjectsImpl<Align, BaseTy, TopTrailingObj, NextTy, MoreTys...>
141 static const bool value = alignof(PrevTy) < alignof(NextTy);
161 static const NextTy *
163 TrailingObjectsBase::OverloadToken<NextTy>) { in getTrailingObjectsImpl() argument
170 return reinterpret_cast<const NextTy *>( in getTrailingObjectsImpl()
171 alignAddr(Ptr, Align::Of<NextTy>())); in getTrailingObjectsImpl()
173 return reinterpret_cast<const NextTy *>(Ptr); in getTrailingObjectsImpl()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp216 Type *NextTy = cast<StructType>(Ty)->getElementType(i); in next_type() local
217 return NextTy; in next_type()
1121 Type *NextTy = next_type(N->PTy, N->Idx); in fabricateGEP() local
1122 if (NextTy != NA[nax]->PTy) in fabricateGEP()