OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getBaseType
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
TypeBasedAliasAnalysis.cpp
223
MDNodeTy *
getBaseType
() const {
592
if (BaseTag.getAccessType() == BaseTag.
getBaseType
() &&
606
TBAAStructTypeNode BaseType(BaseTag.
getBaseType
());
617
if (BaseType.getNode() == SubobjectTag.
getBaseType
()) {
641
TBAAStructTypeNode FieldType(SubobjectTag.
getBaseType
());
/src/external/apache2/llvm/dist/llvm/lib/IR/
SafepointIRVerifier.cpp
328
static enum BaseType
getBaseType
(const Value *Val) {
382
return
getBaseType
(V) == BaseType::NonConstant;
812
enum BaseType baseTyLHS =
getBaseType
(LHS),
813
baseTyRHS =
getBaseType
(RHS);
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
CodeCompleteConsumer.h
396
QualType
getBaseType
() const { return BaseType; }
/src/external/apache2/llvm/dist/clang/utils/TableGen/
NeonEmitter.cpp
436
Type
getBaseType
() const { return BaseType; }
1678
Type T = Intr.
getBaseType
();
1728
for (unsigned I = 0; I < Intr.
getBaseType
().getNumElements(); ++I) {
1733
return std::make_pair(Intr.
getBaseType
(), S);
2126
if (Def->
getBaseType
().getElementSizeInBits() == 16 ||
2130
else if (Def->
getBaseType
().getElementSizeInBits() == 32)
SveEmitter.cpp
184
SVEType
getBaseType
() const { return BaseType; }
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h
875
TypeIndex
getBaseType
() const { return Type; }
900
TypeIndex
getBaseType
() const { return BaseType; }
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DebugInfoMetadata.h
955
getScope(),
getBaseType
(), getSizeInBits(),
984
DIType *
getBaseType
() const { return cast_or_null<DIType>(getRawBaseType()); }
1104
getScope(),
getBaseType
(), getSizeInBits(),
1180
DIType *
getBaseType
() const { return cast_or_null<DIType>(getRawBaseType()); }
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprCXX.h
3653
QualType
getBaseType
() const { return BaseType; }
3896
QualType
getBaseType
() const { return BaseType; }
Type.h
1417
const Type *
getBaseType
() const { return BaseType; }
1421
Profile(ID,
getBaseType
(), Quals);
4559
QualType
getBaseType
() const { return BaseType; }
4581
Profile(ID,
getBaseType
(), getUTTKind());
5881
QualType
getBaseType
() const { return BaseType; }
5884
return
getBaseType
()->isSpecificBuiltinType(BuiltinType::ObjCId);
5888
return
getBaseType
()->isSpecificBuiltinType(BuiltinType::ObjCClass);
5895
if (const BuiltinType *T =
getBaseType
()->getAs<BuiltinType>())
6017
/// T->
getBaseType
() == QualType(T, 0).
6055
QualType baseType =
getBaseType
();
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
COFF.h
348
uint8_t
getBaseType
() const { return getType() & 0x0F; }
396
return isExternal() &&
getBaseType
() == COFF::IMAGE_SYM_TYPE_NULL &&
Completed in 52 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026