OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getTypeInfo
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/
PassInfo.h
69
///
getTypeInfo
- Return the id object for the pass...
71
const void *
getTypeInfo
() const { return PassID; }
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenTBAA.cpp
134
return
getTypeInfo
(Context.ShortTy);
136
return
getTypeInfo
(Context.IntTy);
138
return
getTypeInfo
(Context.LongTy);
140
return
getTypeInfo
(Context.LongLongTy);
142
return
getTypeInfo
(Context.Int128Ty);
145
return
getTypeInfo
(Context.ShortFractTy);
147
return
getTypeInfo
(Context.FractTy);
149
return
getTypeInfo
(Context.LongFractTy);
152
return
getTypeInfo
(Context.SatShortFractTy);
154
return
getTypeInfo
(Context.SatFractTy)
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/APINotes/
Types.h
553
return
getTypeInfo
(index + 1);
556
NullabilityKind getReturnTypeInfo() const { return
getTypeInfo
(0); }
573
NullabilityKind
getTypeInfo
(unsigned index) const {
/src/external/apache2/llvm/dist/clang/lib/AST/
APValue.cpp
55
APValue::LValueBase APValue::LValueBase::
getTypeInfo
(TypeInfoLValue LV,
ASTContext.cpp
1853
TypeInfo Info =
getTypeInfo
(T);
1864
return
getTypeInfo
(T).AlignIsRequired;
1896
TypeInfo ASTContext::
getTypeInfo
(const Type *T) const {
1926
return
getTypeInfo
(cast<Class##Type>(T)->desugar().getTypePtr());
1945
TypeInfo EltInfo =
getTypeInfo
(cast<ArrayType>(T)->getElementType());
1960
TypeInfo EltInfo =
getTypeInfo
(VT->getElementType());
1985
TypeInfo ElementInfo =
getTypeInfo
(MT->getElementType());
2240
TypeInfo EltInfo =
getTypeInfo
(cast<ComplexType>(T)->getElementType());
2246
return
getTypeInfo
(cast<ObjCObjectType>(T)->getBaseType().getTypePtr());
2249
return
getTypeInfo
(cast<AdjustedType>(T)->getAdjustedType().getTypePtr())
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h
2157
TypeInfo
getTypeInfo
(const Type *T) const;
2158
TypeInfo
getTypeInfo
(QualType T) const { return
getTypeInfo
(T.getTypePtr()); }
2164
uint64_t getTypeSize(QualType T) const { return
getTypeInfo
(T).Width; }
2165
uint64_t getTypeSize(const Type *T) const { return
getTypeInfo
(T).Width; }
2195
unsigned getTypeAlign(QualType T) const { return
getTypeInfo
(T).Align; }
2196
unsigned getTypeAlign(const Type *T) const { return
getTypeInfo
(T).Align; }
Completed in 39 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026