Home
last modified time | relevance | path

Searched refs:getBaseType (Results 1 – 25 of 48) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp242 Ty = DTy->getBaseType(); in stripQualifiers()
251 Ty = DTy->getBaseType(); in stripQualifiers()
463 return PTy->getBaseType() == CTy->getBaseType(); in IsValidAIChain()
467 Ty = PTy->getBaseType(); in IsValidAIChain()
618 auto *EltTy = stripQualifiers(CTy->getBaseType()); in GetFieldInfo()
637 auto *EltTy = stripQualifiers(CTy->getBaseType()); in GetFieldInfo()
660 BaseTy = stripQualifiers(CTy->getBaseType()); in GetFieldInfo()
663 BaseTy = stripQualifiers(MemberTy->getBaseType()); in GetFieldInfo()
673 BaseTy = stripQualifiers(CompTy->getBaseType()); in GetFieldInfo()
826 BaseTy = stripQualifiers(CTy->getBaseType()); in computeBaseAndAccessKey()
[all …]
H A DBTFDebug.cpp80 const DIType *ResolvedType = DTy->getBaseType(); in completeType()
252 const auto *BaseTy = DDTy->getBaseType(); in completeType()
509 const DIType *ElemType = CTy->getBaseType(); in visitArrayType()
591 const DIType *Base = DTy->getBaseType(); in visitDerivedType()
625 visitTypeEntry(DTy->getBaseType(), TempTypeId, true, false); in visitDerivedType()
627 visitTypeEntry(DTy->getBaseType(), TempTypeId, CheckPointer, SeenPointer); in visitDerivedType()
660 visitTypeEntry(DTy->getBaseType(), TmpTypeId, CheckPointer, in visitTypeEntry()
701 Ty = DTy->getBaseType(); in visitMapDefType()
716 visitTypeEntry(MemberType->getBaseType()); in visitMapDefType()
H A DBPFPreserveDIType.cpp93 Ty = DTy->getBaseType(); in BPFPreserveDITypeImpl()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp223 MDNodeTy *getBaseType() const { in getBaseType() function in __anon5becba660111::TBAAStructTagNodeImpl
592 if (BaseTag.getAccessType() == BaseTag.getBaseType() && in mayBeAccessToSubobjectOf()
606 TBAAStructTypeNode BaseType(BaseTag.getBaseType()); in mayBeAccessToSubobjectOf()
617 if (BaseType.getNode() == SubobjectTag.getBaseType()) { in mayBeAccessToSubobjectOf()
641 TBAAStructTypeNode FieldType(SubobjectTag.getBaseType()); in mayBeAccessToSubobjectOf()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp161 DIType *BaseType = DDTy->getBaseType(); in getBaseTypeSize()
209 assert(DTy->getBaseType() && "Expected valid base type"); in isUnsignedDIType()
210 return isUnsignedDIType(DTy->getBaseType()); in isUnsignedDIType()
H A DCodeViewDebug.cpp1504 T = DT->getBaseType(); in shouldEmitUdt()
1603 const DIType *ElementType = Ty->getBaseType(); in lowerTypeArray()
1748 TypeIndex PointeeTI = getTypeIndex(Ty->getBaseType()); in lowerTypePointer()
1820 bool IsPMF = isa<DISubroutineType>(Ty->getBaseType()); in lowerTypeMemberPointer()
2133 getTypeIndex(Ty->getBaseType())); in lowerTypeEnum()
2204 const DIType *Ty = DDTy->getBaseType(); in collectMemberInfo()
2212 Ty = cast<DIDerivedType>(Ty)->getBaseType(); in collectMemberInfo()
2408 getTypeIndex(I->getBaseType()), in lowerRecordFieldList()
2585 Ty = cast<DIDerivedType>(Ty)->getBaseType(); in getCompleteTypeIndex()
3197 emitConstantSymbolRecord(DTy->getBaseType(), Value, in emitStaticConstMemberList()
[all …]
H A DDwarfUnit.cpp610 return getOrCreateTypeDIE(cast<DIDerivedType>(Ty)->getBaseType()); in getOrCreateTypeDIE()
614 return getOrCreateTypeDIE(cast<DIDerivedType>(Ty)->getBaseType()); in getOrCreateTypeDIE()
749 const DIType *FromTy = DTy->getBaseType(); in constructTypeDIE()
883 addType(ElemDie, DDTy->getBaseType(), dwarf::DW_AT_friend); in constructTypeDIE()
892 if (DD->isUnsignedDIType(Discriminator->getBaseType())) in constructTypeDIE()
1407 DIType *BaseTy = CTy->getBaseType(); in hasVectorBeenPadded()
1481 addType(Buffer, CTy->getBaseType()); in constructArrayTypeDIE()
1503 const DIType *DTy = CTy->getBaseType(); in constructEnumTypeDIE()
1550 if (DIType *Resolved = DT->getBaseType()) in constructMemberDIE()
1677 const DIType *Ty = DT->getBaseType(); in getOrCreateStaticMemberDIE()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DSafepointIRVerifier.cpp328 static enum BaseType getBaseType(const Value *Val) { in getBaseType() function
382 return getBaseType(V) == BaseType::NonConstant; in isNotExclusivelyConstantDerived()
812 enum BaseType baseTyLHS = getBaseType(LHS), in verifyInstruction()
813 baseTyRHS = getBaseType(RHS); in verifyInstruction()
H A DDebugInfo.cpp218 processType(DCT->getBaseType()); in processType()
228 processType(DDT->getBaseType()); in processType()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DType.cpp759 if (const auto objcObject = getBaseType()->getAs<ObjCObjectType>()) { in isSpecialized()
777 if (const auto objcObject = getBaseType()->getAs<ObjCObjectType>()) { in getTypeArgs()
794 if (const auto objcObject = getBaseType()->getAs<ObjCObjectType>()) { in isKindOfType()
812 SplitQualType splitBaseType = getBaseType().split(); in stripObjCKindOfTypeAndQuals()
1189 QualType baseType = recurse(T->getBaseType()); in VisitObjCObjectType()
1398 objcObjectType->getBaseType(), {}, protocols, in VisitObjCObjectType()
1442 objType->getBaseType(), objType->getTypeArgsAsWritten(), in VisitAttributedType()
1467 QualType baseType = objType->getBaseType().stripObjCKindOfType(Ctx); in VisitObjCObjectType()
2268 return cast<ObjCObjectType>(CanonicalType)->getBaseType() in isIncompleteType()
3724 Profile(ID, getBaseType(), getTypeArgsAsWritten(), in Profile()
[all …]
H A DTypePrinter.cpp1106 print(T->getBaseType(), OS, StringRef()); in printUnaryTransformBefore()
1112 printBefore(T->getBaseType(), OS); in printUnaryTransformBefore()
1124 printAfter(T->getBaseType(), OS); in printUnaryTransformAfter()
1785 return printBefore(T->getBaseType(), OS); in printObjCObjectBefore()
1790 print(T->getBaseType(), OS, StringRef()); in printObjCObjectBefore()
1826 return printAfter(T->getBaseType(), OS); in printObjCObjectAfter()
H A DTypeLoc.cpp514 Context.getTrivialTypeSourceInfo(getTypePtr()->getBaseType(), Loc)); in initializeLocal()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h544 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getBaseType)
581 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getBaseType)
H A DType.h1417 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);
5895 if (const BuiltinType *T = getBaseType()->getAs<BuiltinType>())
6055 QualType baseType = getBaseType();
6060 baseType = ObjT->getBaseType();
6381 return extQuals->getBaseType();
[all …]
H A DTypeProperties.td417 let Read = [{ node->getBaseType() }];
812 let Read = [{ node->getBaseType() }];
H A DRecursiveASTVisitor.h996 TRY_TO(TraverseType(T->getBaseType()));
1061 if (T->getBaseType().getTypePtr() != T)
1062 TRY_TO(TraverseType(T->getBaseType()));
1348 if (TL.getTypePtr()->getBaseType().getTypePtr() != TL.getTypePtr())
H A DASTNodeTraverser.h383 Visit(T->getBaseType()); in VisitUnaryTransformType()
/freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp436 Type getBaseType() const { return BaseType; } in getBaseType() function in __anonf5d68bc30111::Intrinsic
1678 Type T = Intr.getBaseType(); in emitDagDup()
1728 for (unsigned I = 0; I < Intr.getBaseType().getNumElements(); ++I) { in emitDagSplat()
1733 return std::make_pair(Intr.getBaseType(), S); in emitDagSplat()
2126 if (Def->getBaseType().getElementSizeInBits() == 16 || in genIntrinsicRangeCheckCode()
2130 else if (Def->getBaseType().getElementSizeInBits() == 32) in genIntrinsicRangeCheckCode()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp530 printTypeIndex("BaseType", Base.getBaseType()); in visitKnownMember()
539 printTypeIndex("BaseType", Base.getBaseType()); in visitKnownMember()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h875 TypeIndex getBaseType() const { return Type; } in getBaseType() function
900 TypeIndex getBaseType() const { return BaseType; } in getBaseType() function
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h396 QualType getBaseType() const { return BaseType; } in getBaseType() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp188 E, E->getBaseType().getTypePtrOrNull(), Info, in VisitCXXDependentScopeMemberExpr()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h348 uint8_t getBaseType() const { return getType() & 0x0F; } in getBaseType() function
396 return isExternal() && getBaseType() == COFF::IMAGE_SYM_TYPE_NULL && in isFunctionDefinition()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp710 ResultType = ConvertType(cast<ObjCObjectType>(Ty)->getBaseType()); in ConvertType()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp3451 AddResultTypeChunk(Ctx, Policy, Function, CCContext.getBaseType(), Result); in createCodeCompletionStringForDecl()
3472 AddResultTypeChunk(Ctx, Policy, ND, CCContext.getBaseType(), Result); in createCodeCompletionStringForDecl()
3586 if (!CCContext.getBaseType().isNull()) in createCodeCompletionStringForDecl()
3587 ObjCSubsts = CCContext.getBaseType()->getObjCSubstitutions(Method); in createCodeCompletionStringForDecl()
4657 CCContext.getBaseType(), Builder); in AddObjCProperties()
4707 AddResultTypeChunk(Context, Policy, M, CCContext.getBaseType(), Builder); in AddObjCProperties()
5040 const Type *Base = E->getBaseType().getTypePtr(); in VisitCXXDependentScopeMemberExpr()
5256 ? CDSME->getBaseType() in getApproximateType()
7308 Results.getCompletionContext().getBaseType(), Builder); in AddSuperSendCompletion()

12