Searched refs:getBaseType (Results 1 - 25 of 45) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp205 Ty = DTy->getBaseType();
214 Ty = DTy->getBaseType();
376 return stripQualifiers(PtrTy->getBaseType()) == CType;
396 return PTy->getBaseType() == CTy->getBaseType();
400 Ty = PTy->getBaseType();
551 auto *EltTy = stripQualifiers(CTy->getBaseType());
570 auto *EltTy = stripQualifiers(CTy->getBaseType());
593 BaseTy = stripQualifiers(CTy->getBaseType());
596 BaseTy = stripQualifiers(MemberTy->getBaseType());
[all...]
H A DBTFDebug.cpp79 const DIType *ResolvedType = DTy->getBaseType();
246 const auto *BaseTy = DDTy->getBaseType();
478 const DIType *ElemType = CTy->getBaseType();
560 const DIType *Base = DTy->getBaseType();
594 visitTypeEntry(DTy->getBaseType(), TempTypeId, true, false);
596 visitTypeEntry(DTy->getBaseType(), TempTypeId, CheckPointer, SeenPointer);
629 visitTypeEntry(DTy->getBaseType(), TmpTypeId, CheckPointer,
690 visitTypeEntry(MemberType->getBaseType());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp222 MDNodeTy *getBaseType() const { function in class:__anon4481::TBAAStructTagNodeImpl
591 if (BaseTag.getAccessType() == BaseTag.getBaseType() &&
605 TBAAStructTypeNode BaseType(BaseTag.getBaseType());
616 if (BaseType.getNode() == SubobjectTag.getBaseType()) {
640 TBAAStructTypeNode FieldType(SubobjectTag.getBaseType());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DSafepointIRVerifier.cpp327 static enum BaseType getBaseType(const Value *Val) { function
382 return getBaseType(V) == BaseType::NonConstant;
813 enum BaseType baseTyLHS = getBaseType(LHS),
814 baseTyRHS = getBaseType(RHS);
H A DDebugInfo.cpp134 processType(DCT->getBaseType());
144 processType(DDT->getBaseType());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp489 assert(DTy->getBaseType() && "Expected valid base type");
490 return isUnsignedDIType(DD, DTy->getBaseType());
688 return getOrCreateTypeDIE(cast<DIDerivedType>(Ty)->getBaseType());
692 return getOrCreateTypeDIE(cast<DIDerivedType>(Ty)->getBaseType());
795 const DIType *FromTy = DTy->getBaseType();
924 addType(ElemDie, DDTy->getBaseType(), dwarf::DW_AT_friend);
933 if (isUnsignedDIType(DD, Discriminator->getBaseType()))
1374 DIType *BaseTy = CTy->getBaseType();
1402 addType(Buffer, CTy->getBaseType());
1420 const DIType *DTy = CTy->getBaseType();
[all...]
H A DDebugHandlerBase.cpp156 DIType *BaseType = DDTy->getBaseType();
H A DCodeViewDebug.cpp1459 T = DT->getBaseType();
1542 TypeIndex UnderlyingTypeIndex = getTypeIndex(Ty->getBaseType());
1558 const DIType *ElementType = Ty->getBaseType();
1698 TypeIndex PointeeTI = getTypeIndex(Ty->getBaseType());
1771 TypeIndex PointeeTI = getTypeIndex(Ty->getBaseType(), Ty->getClassType());
1774 bool IsPMF = isa<DISubroutineType>(Ty->getBaseType());
1826 BaseTy = cast<DIDerivedType>(BaseTy)->getBaseType();
2078 getTypeIndex(Ty->getBaseType()));
2140 const DIType *Ty = DDTy->getBaseType();
2148 Ty = cast<DIDerivedType>(Ty)->getBaseType();
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DType.cpp704 if (const auto objcObject = getBaseType()->getAs<ObjCObjectType>()) {
722 if (const auto objcObject = getBaseType()->getAs<ObjCObjectType>()) {
739 if (const auto objcObject = getBaseType()->getAs<ObjCObjectType>()) {
757 SplitQualType splitBaseType = getBaseType().split();
1126 QualType baseType = recurse(T->getBaseType());
1144 if (baseType.getAsOpaquePtr() == T->getBaseType().getAsOpaquePtr() &&
1235 obj->getBaseType(), obj->getTypeArgsAsWritten(), obj->getProtocols(),
1335 objcObjectType->getBaseType(), {}, protocols,
1348 return Ctx.getObjCObjectType(objcObjectType->getBaseType(), newTypeArgs,
1379 objType->getBaseType(), objTyp
[all...]
H A DTypePrinter.cpp1023 print(T->getBaseType(), OS, StringRef());
1029 printBefore(T->getBaseType(), OS);
1041 printAfter(T->getBaseType(), OS);
1605 return printBefore(T->getBaseType(), OS);
1610 print(T->getBaseType(), OS, StringRef());
1646 return printAfter(T->getBaseType(), OS);
H A DTypeLoc.cpp505 Context.getTrivialTypeSourceInfo(getTypePtr()->getBaseType(), Loc));
H A DASTDiagnostic.cpp195 if (Ty->getBaseType().getTypePtr() != Ty && !ShouldAKA) {
196 QualType BaseType = Desugar(Context, Ty->getBaseType(), ShouldAKA);
H A DASTStructuralEquivalence.cpp925 if (!IsStructurallyEquivalent(Context, Obj1->getBaseType(),
926 Obj2->getBaseType()))
H A DODRHash.cpp1097 AddQualType(T->getBaseType());
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h542 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getBaseType)
579 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getBaseType)
H A DType.h1382 const Type *getBaseType() const { return BaseType; } function in class:clang::ExtQuals
1386 Profile(ID, getBaseType(), Quals);
4439 QualType getBaseType() const { return BaseType; }
4461 Profile(ID, getBaseType(), getUTTKind());
5757 QualType getBaseType() const { return BaseType; }
5760 return getBaseType()->isSpecificBuiltinType(BuiltinType::ObjCId);
5764 return getBaseType()->isSpecificBuiltinType(BuiltinType::ObjCClass);
5771 if (const BuiltinType *T = getBaseType()->getAs<BuiltinType>())
5893 /// T->getBaseType() == QualType(T, 0).
5931 QualType baseType = getBaseType();
[all...]
H A DASTNodeTraverser.h339 Visit(T->getBaseType());
/freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp429 Type getBaseType() const { return BaseType; } function in namespace:__anon3552
1634 Type T = Intr.getBaseType();
1680 for (unsigned I = 0; I < Intr.getBaseType().getNumElements(); ++I) {
1685 return std::make_pair(Intr.getBaseType(), S);
2068 if (Def->getBaseType().getElementSizeInBits() == 16 ||
2072 else if (Def->getBaseType().getElementSizeInBits() == 32)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp530 printTypeIndex("BaseType", Base.getBaseType());
539 printTypeIndex("BaseType", Base.getBaseType());
/freebsd-12-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp188 E, E->getBaseType().getTypePtrOrNull(), Info,
H A DUSRGeneration.cpp836 VisitType(OIT->getBaseType());
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h396 QualType getBaseType() const { return BaseType; } function in class:clang::CodeCompletionContext
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h881 TypeIndex getBaseType() const { return Type; } function in class:llvm::codeview::BaseClassRecord
906 TypeIndex getBaseType() const { return BaseType; } function in class:llvm::codeview::VirtualBaseClassRecord
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h348 uint8_t getBaseType() const { return getType() & 0x0F; } function in class:llvm::object::COFFSymbolRef
396 return isExternal() && getBaseType() == COFF::IMAGE_SYM_TYPE_NULL &&
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp617 ResultType = ConvertType(cast<ObjCObjectType>(Ty)->getBaseType());

Completed in 419 milliseconds

12