OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NextTy
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
TrailingObjects.h
114
typename
NextTy
, typename... MoreTys>
115
class TrailingObjectsImpl<Align, BaseTy, TopTrailingObj, PrevTy,
NextTy
,
117
: public TrailingObjectsImpl<Align, BaseTy, TopTrailingObj,
NextTy
,
120
typedef TrailingObjectsImpl<Align, BaseTy, TopTrailingObj,
NextTy
, MoreTys...>
124
static const bool value = alignof(PrevTy) < alignof(
NextTy
);
144
static const
NextTy
*
146
TrailingObjectsBase::OverloadToken<
NextTy
>) {
153
return reinterpret_cast<const
NextTy
*>(
154
alignAddr(Ptr, Align::Of<
NextTy
>()));
156
return reinterpret_cast<const
NextTy
*>(Ptr)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp
1111
Type *
NextTy
= next_type(N->PTy, N->Idx);
1112
if (
NextTy
!= NA[nax]->PTy)
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ConstantFolding.cpp
968
Type *
NextTy
= GetElementPtrInst::getTypeAtIndex(Ty, (uint64_t)0);
969
if (!
NextTy
)
971
Ty =
NextTy
;
Completed in 153 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026