Home
last modified time | relevance | path

Searched defs:BaseType (Results 1 – 25 of 75) sorted by relevance

123

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVType.cpp147 LVElement *BaseType = getType(); in resolveName() local
303 LVElement *BaseType = getTypeAsScope(); in getUnderlyingType() local
427 LVObject *BaseType = ArgType->getUnderlyingType(); in encodeTemplateArgument() local
H A DLVElement.cpp274 void LVElement::resolveFullname(LVElement *BaseType, StringRef Name) { in resolveFullname()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleList.h34 using BaseType = typename DbiModuleSourceFilesIterator::iterator_facade_base; variable
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DLexicallyOrderedRecursiveASTVisitor.h61 using BaseType = RecursiveASTVisitor<Derived>; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DMDBuilder.cpp262 MDNode *MDBuilder::createTBAAStructTagNode(MDNode *BaseType, MDNode *AccessType, in createTBAAStructTagNode()
289 MDNode *MDBuilder::createTBAAAccessTag(MDNode *BaseType, MDNode *AccessType, in createTBAAAccessTag()
304 MDNode *BaseType = cast<MDNode>(Tag->getOperand(0)); in createMutableTBAAAccessTag() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp509 if (DWARFDie BaseType = Die.getAttributeValueAsReferencedDie(DW_AT_type)) in getTypeSizeImpl() local
519 if (DWARFDie BaseType = Die.getAttributeValueAsReferencedDie(DW_AT_type)) in getTypeSizeImpl() local
524 DWARFDie BaseType = Die.getAttributeValueAsReferencedDie(DW_AT_type); in getTypeSizeImpl() local
552 if (DWARFDie BaseType = Die.getAttributeValueAsReferencedDie(DW_AT_type)) in getTypeSizeImpl() local
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp512 Sema::ActOnDependentMemberExpr(Expr *BaseExpr, QualType BaseType, in ActOnDependentMemberExpr()
559 QualType BaseType, in DiagnoseQualifiedMemberReference()
585 QualType BaseType, in CheckQualifiedMemberReference()
775 Sema::BuildMemberReferenceExpr(Expr *Base, QualType BaseType, in BuildMemberReferenceExpr()
993 QualType BaseType = BaseExprType; in BuildMemberReferenceExpr() local
1289 QualType BaseType = BaseExpr.get()->getType(); in LookupMemberExpr() local
1859 QualType BaseType = BaseExpr->getType(); in BuildFieldReferenceExpr() local
H A DSemaType.cpp1080 QualType BaseType, SourceLocation Loc, SourceLocation TypeArgsLAngleLoc, in BuildObjCObjectType()
1152 ParsedType BaseType, in actOnObjCTypeArgsAndProtocolQualifiers()
9801 static QualType GetEnumUnderlyingType(Sema &S, QualType BaseType, in GetEnumUnderlyingType()
9815 QualType Sema::BuiltinEnumUnderlyingType(QualType BaseType, in BuiltinEnumUnderlyingType()
9851 QualType Sema::BuiltinDecay(QualType BaseType, SourceLocation Loc) { in BuiltinDecay()
9867 QualType Sema::BuiltinAddReference(QualType BaseType, UTTKind UKind, in BuiltinAddReference()
9879 QualType Sema::BuiltinRemoveExtent(QualType BaseType, UTTKind UKind, in BuiltinRemoveExtent()
9890 QualType Sema::BuiltinRemoveReference(QualType BaseType, UTTKind UKind, in BuiltinRemoveReference()
9924 static QualType ChangeIntegralSignedness(Sema &S, QualType BaseType, in ChangeIntegralSignedness()
9972 QualType Sema::BuiltinChangeSignedness(QualType BaseType, UTTKind UKind, in BuiltinChangeSignedness()
[all …]
H A DSemaRISCVVectorLookup.cpp231 BasicType BaseType = BasicType::Unknown; in ConstructRVVIntrinsics() local
H A DSemaCodeComplete.cpp441 QualType BaseType, in enterDesignatedInitializer()
1713 QualType BaseType; member in __anonc4c61bbf0311::CodeCompletionDeclConsumer
1719 QualType BaseType = QualType(), in CodeCompletionDeclConsumer()
1755 QualType BaseType = this->BaseType; in IsAccessible() local
2771 const NamedDecl *ND, QualType BaseType, in AddResultTypeChunk()
5167 Scope *S, QualType BaseType, in AddRecordMembersCompletionResults()
5208 static RecordDecl *getAsRecordDecl(QualType BaseType) { in getAsRecordDecl()
5323 ConceptInfo(const TemplateTypeParmType &BaseType, Scope *S) { in ConceptInfo()
5744 QualType BaseType = getApproximateType(Base); in CodeCompleteMemberReferenceExpr() local
6528 void Sema::CodeCompleteDesignator(QualType BaseType, in CodeCompleteDesignator()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp38 SPIRVType *BaseType, unsigned NumElements, Register VReg, MachineInstr &I, in assignVectTypeToVReg()
464 Register ResVReg, SPIRVType *BaseType, StringRef Name, in buildGlobalVariable()
1075 SPIRVType *BaseType, unsigned NumElements, MachineIRBuilder &MIRBuilder) { in getOrCreateSPIRVVectorType()
1083 SPIRVType *BaseType, unsigned NumElements, MachineInstr &I, in getOrCreateSPIRVVectorType()
1100 SPIRVType *BaseType, unsigned NumElements, MachineInstr &I, in getOrCreateSPIRVArrayType()
1119 SPIRVType *BaseType, MachineIRBuilder &MIRBuilder, in getOrCreateSPIRVPointerType()
1139 SPIRVType *BaseType, MachineInstr &I, const SPIRVInstrInfo &TII, in getOrCreateSPIRVPointerType()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h30 using BaseType = RecursiveASTVisitor<RecursiveSymbolVisitor<T>>; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTBAA.h100 llvm::MDNode *BaseType; member
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSPIR.cpp136 static llvm::Type *getSPIRVImageType(llvm::LLVMContext &Ctx, StringRef BaseType, in getSPIRVImageType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp160 DIType *BaseType = DDTy->getBaseType(); in getBaseTypeSize() local
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DCXXInheritance.cpp39 bool CXXBasePaths::isAmbiguous(CanQualType BaseType) { in isAmbiguous()
170 QualType BaseType = in lookupInBases() local
H A DExprCXX.cpp1443 const ASTContext &Ctx, Expr *Base, QualType BaseType, bool IsArrow, in CXXDependentScopeMemberExpr()
1485 const ASTContext &Ctx, Expr *Base, QualType BaseType, bool IsArrow, in Create()
1548 QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, in UnresolvedMemberExpr()
1588 QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, in Create()
1633 QualType BaseType = getBaseType().getNonReferenceType(); in getNamingClass() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrBuilder.h46 } BaseType; member
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h30 typedef B BaseType; typedef
138 typedef B BaseType; typedef
713 typedef B BaseType; typedef
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp565 static bool hasField(TBAAStructTypeNode BaseType, in hasField()
603 TBAAStructTypeNode BaseType(BaseTag.getBaseType()); in mayBeAccessToSubobjectOf() local
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp275 SVal StoreManager::evalDerivedToBase(SVal Derived, QualType BaseType, in evalDerivedToBase()
H A DBasicValueFactory.cpp180 QualType BaseType = BaseSpec->getType(); in hasNoRepeatedElements() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp40 } BaseType = RegBase; member
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h890 TypeIndex BaseType, TypeIndex VBPtrType, in VirtualBaseClassRecord()
895 TypeIndex BaseType, TypeIndex VBPtrType, in VirtualBaseClassRecord()
907 TypeIndex BaseType; variable
/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DSveEmitter.cpp177 SVEType BaseType; member in __anonc999c1430111::Intrinsic
272 SVEType BaseType; member

123