HomeSort by relevance Sort by last modified time
    Searched refs:NextTy (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/Support/
TrailingObjects.h 136 typename NextTy, typename... MoreTys>
137 struct TrailingObjectsImpl<Align, BaseTy, TopTrailingObj, PrevTy, NextTy,
139 : public TrailingObjectsImpl<Align, BaseTy, TopTrailingObj, NextTy,
142 typedef TrailingObjectsImpl<Align, BaseTy, TopTrailingObj, NextTy, MoreTys...>
150 return llvm::AlignOf<PrevTy>::Alignment < llvm::AlignOf<NextTy>::Alignment;
162 static const NextTy *
164 TrailingObjectsBase::OverloadToken<NextTy>) {
171 return reinterpret_cast<const NextTy *>(
172 llvm::alignAddr(Ptr, llvm::alignOf<NextTy>()));
174 return reinterpret_cast<const NextTy *>(Ptr)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
TrailingObjects.h 136 typename NextTy, typename... MoreTys>
137 class TrailingObjectsImpl<Align, BaseTy, TopTrailingObj, PrevTy, NextTy,
139 : public TrailingObjectsImpl<Align, BaseTy, TopTrailingObj, NextTy,
142 typedef TrailingObjectsImpl<Align, BaseTy, TopTrailingObj, NextTy, MoreTys...>
146 static const bool value = alignof(PrevTy) < alignof(NextTy);
166 static const NextTy *
168 TrailingObjectsBase::OverloadToken<NextTy>) {
175 return reinterpret_cast<const NextTy *>(
176 llvm::alignAddr(Ptr, alignof(NextTy)));
178 return reinterpret_cast<const NextTy *>(Ptr)
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp 193 Type *NextTy = cast<StructType>(Ty)->getElementType(i);
194 return NextTy;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp 215 Type *NextTy = cast<StructType>(Ty)->getElementType(i);
216 return NextTy;
    [all...]

Completed in 252 milliseconds