OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContainedTys
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Type.h
105
/// Keeps track of how many Type*'s there are in the
ContainedTys
list.
113
Type * const *
ContainedTys
= nullptr;
328
subtype_iterator subtype_begin() const { return
ContainedTys
; }
329
subtype_iterator subtype_end() const { return &
ContainedTys
[NumContainedTys];}
348
return
ContainedTys
[i];
375
return
ContainedTys
[0];
380
return
ContainedTys
[0];
DerivedTypes.h
123
Type *getReturnType() const { return
ContainedTys
[0]; }
127
param_iterator param_begin() const { return
ContainedTys
+ 1; }
128
param_iterator param_end() const { return &
ContainedTys
[NumContainedTys]; }
134
Type *getParamType(unsigned i) const { return
ContainedTys
[i+1]; }
319
element_iterator element_begin() const { return
ContainedTys
; }
320
element_iterator element_end() const { return &
ContainedTys
[NumContainedTys];}
332
return
ContainedTys
[N];
/src/external/apache2/llvm/dist/llvm/lib/IR/
Type.cpp
316
ContainedTys
= SubTys;
415
ContainedTys
= nullptr;
419
ContainedTys
= Elements.copy(getContext().pImpl->Alloc).data();
594
ContainedTys
= &ContainedType;
624
ContainedTys
= &ContainedType;
718
ContainedTys
= &PointeeTy;
Completed in 34 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026