| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | DbiModuleList.h | 34 using BaseType = variable
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | LexicallyOrderedRecursiveASTVisitor.h | 61 using BaseType = RecursiveASTVisitor<Derived>; variable
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | MDBuilder.cpp | 233 MDNode *MDBuilder::createTBAAStructTagNode(MDNode *BaseType, MDNode *AccessType, in createTBAAStructTagNode() 260 MDNode *MDBuilder::createTBAAAccessTag(MDNode *BaseType, MDNode *AccessType, in createTBAAAccessTag() 275 MDNode *BaseType = cast<MDNode>(Tag->getOperand(0)); in createMutableTBAAAccessTag() local
|
| H A D | DebugInfoMetadata.cpp | 582 unsigned Line, Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits, in getImpl() 599 unsigned Line, Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits, in getImpl() 624 Metadata *File, unsigned Line, Metadata *Scope, Metadata *BaseType, in buildODRType() 663 Metadata *File, unsigned Line, Metadata *Scope, Metadata *BaseType, in getODRType()
|
| H A D | IRBuilder.cpp | 1146 auto *BaseType = Base->getType(); in CreatePreserveArrayAccessIndex() local 1179 auto *BaseType = Base->getType(); in CreatePreserveUnionAccessIndex() local 1197 auto *BaseType = Base->getType(); in CreatePreserveStructAccessIndex() local
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprMember.cpp | 478 Sema::ActOnDependentMemberExpr(Expr *BaseExpr, QualType BaseType, in ActOnDependentMemberExpr() 522 QualType BaseType, in DiagnoseQualifiedMemberReference() 548 QualType BaseType, in CheckQualifiedMemberReference() 742 Sema::BuildMemberReferenceExpr(Expr *Base, QualType BaseType, in BuildMemberReferenceExpr() 959 QualType BaseType = BaseExprType; in BuildMemberReferenceExpr() local 1255 QualType BaseType = BaseExpr.get()->getType(); in LookupMemberExpr() local 1793 QualType BaseType = BaseExpr->getType(); in BuildFieldReferenceExpr() local
|
| H A D | SemaCodeComplete.cpp | 415 QualType BaseType, in enterDesignatedInitializer() 1619 QualType BaseType; member in __anon166de13d0211::CodeCompletionDeclConsumer 1625 QualType BaseType = QualType(), in CodeCompletionDeclConsumer() 1661 QualType BaseType = this->BaseType; in IsAccessible() local 2667 const NamedDecl *ND, QualType BaseType, in AddResultTypeChunk() 4778 Sema &SemaRef, ResultBuilder &Results, Scope *S, QualType BaseType, in AddRecordMembersCompletionResults() 4818 static RecordDecl *getAsRecordDecl(const QualType BaseType) { in getAsRecordDecl() 4932 ConceptInfo(const TemplateTypeParmType &BaseType, Scope *S) { in ConceptInfo() 5334 QualType BaseType = getApproximateType(Base); in CodeCompleteMemberReferenceExpr() local 5908 void Sema::CodeCompleteDesignator(QualType BaseType, in CodeCompleteDesignator() [all …]
|
| H A D | SemaDeclCXX.cpp | 1340 QualType BaseType = BestPath->back().Base->getType(); in findDecomposableBaseClass() local 2470 QualType BaseType = TInfo->getType(); in CheckBaseSpecifier() local 2758 QualType BaseType = Bases[idx]->getType(); in AttachBaseSpecifiers() local 4041 QualType BaseType, in FindBaseInitializer() 4209 QualType BaseType; in BuildMemInitializer() local 7171 const RecordType *BaseType = B.getType()->getAs<RecordType>(); in defaultedSpecialMemberIsConstexpr() local 7192 QualType BaseType = S.Context.getBaseElementType(F->getType()); in defaultedSpecialMemberIsConstexpr() local 14327 QualType BaseType = Base.getType().getUnqualifiedType(); in DefineImplicitCopyAssignment() local 14384 QualType BaseType = Context.getBaseElementType(Field->getType()); in DefineImplicitCopyAssignment() local 14693 QualType BaseType = Base.getType().getUnqualifiedType(); in DefineImplicitMoveAssignment() local [all …]
|
| H A D | SemaCUDA.cpp | 362 const RecordType *BaseType = B->getType()->getAs<RecordType>(); in inferCUDATargetForImplicitSpecialMember() local
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/ |
| H A D | RecursiveSymbolVisitor.h | 30 using BaseType = RecursiveASTVisitor<RecursiveSymbolVisitor<T>>; variable
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenTBAA.h | 101 llvm::MDNode *BaseType; member
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | RangeMap.h | 30 typedef B BaseType; typedef 127 typedef B BaseType; typedef 650 typedef B BaseType; typedef
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DebugHandlerBase.cpp | 161 DIType *BaseType = DDTy->getBaseType(); in getBaseTypeSize() local
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TypeBasedAliasAnalysis.cpp | 568 static bool hasField(TBAAStructTypeNode BaseType, in hasField() 606 TBAAStructTypeNode BaseType(BaseTag.getBaseType()); in mayBeAccessToSubobjectOf() local
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | CXXInheritance.cpp | 40 bool CXXBasePaths::isAmbiguous(CanQualType BaseType) { in isAmbiguous() 170 QualType BaseType = in lookupInBases() local
|
| H A D | ExprCXX.cpp | 1363 const ASTContext &Ctx, Expr *Base, QualType BaseType, bool IsArrow, in CXXDependentScopeMemberExpr() 1405 const ASTContext &Ctx, Expr *Base, QualType BaseType, bool IsArrow, in Create() 1458 QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, in UnresolvedMemberExpr() 1498 QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, in Create() 1543 QualType BaseType = getBaseType().getNonReferenceType(); in getNamingClass() local
|
| H A D | DeclPrinter.cpp | 152 QualType BaseType = T; in GetBaseType() local 415 QualType BaseType = GetBaseType(CurDeclType); in VisitDeclContext() local
|
| H A D | Type.cpp | 1249 using BaseType = SimpleTransformVisitor<SubstObjCTypeArgsVisitor>; typedef 1459 using BaseType = SimpleTransformVisitor<StripObjCKindOfTypeVisitor>; typedef 3461 UnaryTransformType::UnaryTransformType(QualType BaseType, in UnaryTransformType() 3468 QualType BaseType, in DependentUnaryTransformType() 3709 QualType BaseType, in Profile()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrBuilder.h | 46 } BaseType; member
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430ISelDAGToDAG.cpp | 40 } BaseType = RegBase; member
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BasicValueFactory.cpp | 184 QualType BaseType = BaseSpec->getType(); in hasNoRepeatedElements() local
|
| H A D | Store.cpp | 275 SVal StoreManager::evalDerivedToBase(SVal Derived, QualType BaseType, in evalDerivedToBase()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeRecord.h | 889 TypeIndex BaseType, TypeIndex VBPtrType, in VirtualBaseClassRecord() 894 TypeIndex BaseType, TypeIndex VBPtrType, in VirtualBaseClassRecord() 906 TypeIndex BaseType; variable
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFContext.cpp | 1083 if (DWARFDie BaseType = Type.getAttributeValueAsReferencedDie(DW_AT_type)) in getTypeSize() local 1092 if (DWARFDie BaseType = Type.getAttributeValueAsReferencedDie(DW_AT_type)) in getTypeSize() local 1097 DWARFDie BaseType = Type.getAttributeValueAsReferencedDie(DW_AT_type); in getTypeSize() local
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kISelDAGToDAG.cpp | 61 Base BaseType; member
|