/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/array/ |
H A D | equality.d | 169 template BaseType(T) in BaseType() function 172 alias BaseType = BaseType!(typeof(T.init[0])); in BaseType() local 174 alias BaseType = ubyte; in BaseType() local 176 alias BaseType = size_t; in BaseType() local 178 alias BaseType = T; in BaseType() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | DbiModuleList.h | 34 using BaseType = variable
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | LexicallyOrderedRecursiveASTVisitor.h | 61 using BaseType = RecursiveASTVisitor<Derived>; variable
|
/netbsd-src/external/apache2/llvm/dist/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 | 1108 auto *BaseType = Base->getType(); in CreatePreserveArrayAccessIndex() local 1135 auto *BaseType = Base->getType(); in CreatePreserveUnionAccessIndex() local 1155 auto *BaseType = Base->getType(); in CreatePreserveStructAccessIndex() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaExprMember.cpp | 477 Sema::ActOnDependentMemberExpr(Expr *BaseExpr, QualType BaseType, in ActOnDependentMemberExpr() 521 QualType BaseType, in DiagnoseQualifiedMemberReference() 547 QualType BaseType, in CheckQualifiedMemberReference() 741 Sema::BuildMemberReferenceExpr(Expr *Base, QualType BaseType, in BuildMemberReferenceExpr() 957 QualType BaseType = BaseExprType; in BuildMemberReferenceExpr() local 1254 QualType BaseType = BaseExpr.get()->getType(); in LookupMemberExpr() local 1792 QualType BaseType = BaseExpr->getType(); in BuildFieldReferenceExpr() local
|
H A D | SemaCodeComplete.cpp | 415 QualType BaseType, in enterDesignatedInitializer() 1619 QualType BaseType; member in __anon4254e5140211::CodeCompletionDeclConsumer 1625 QualType BaseType = QualType(), in CodeCompletionDeclConsumer() 1661 QualType BaseType = this->BaseType; in IsAccessible() local 2667 const NamedDecl *ND, QualType BaseType, in AddResultTypeChunk() 4775 Sema &SemaRef, ResultBuilder &Results, Scope *S, QualType BaseType, in AddRecordMembersCompletionResults() 4815 static RecordDecl *getAsRecordDecl(const QualType BaseType) { in getAsRecordDecl() 4929 ConceptInfo(const TemplateTypeParmType &BaseType, Scope *S) { in ConceptInfo() 5331 QualType BaseType = getApproximateType(Base); in CodeCompleteMemberReferenceExpr() local 5880 static QualType getDesignatedType(QualType BaseType, const Designation &Desig) { in getDesignatedType() [all …]
|
H A D | SemaCUDA.cpp | 359 const RecordType *BaseType = B->getType()->getAs<RecordType>(); in inferCUDATargetForImplicitSpecialMember() local
|
H A D | SemaDeclCXX.cpp | 1342 QualType BaseType = BestPath->back().Base->getType(); in findDecomposableBaseClass() local 1384 QualType BaseType = S.Context.getQualifiedType(S.Context.getRecordType(RD), in checkMemberDecomposition() 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 4461 Sema::BuildBaseInitializer(QualType BaseType, TypeSourceInfo *BaseTInfo, in BuildBaseInitializer() 5241 static const void *GetKeyForBase(ASTContext &Context, QualType BaseType) { in GetKeyForBase() 7171 const RecordType *BaseType = B.getType()->getAs<RecordType>(); in defaultedSpecialMemberIsConstexpr() local 7192 QualType BaseType = S.Context.getBaseElementType(F->getType()); in defaultedSpecialMemberIsConstexpr() local [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/ |
H A D | RecursiveSymbolVisitor.h | 30 using BaseType = RecursiveASTVisitor<RecursiveSymbolVisitor<T>>; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CodeGenTBAA.h | 101 llvm::MDNode *BaseType; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DebugHandlerBase.cpp | 161 DIType *BaseType = DDTy->getBaseType(); in getBaseTypeSize() local
|
/netbsd-src/external/apache2/llvm/dist/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 | 1362 const ASTContext &Ctx, Expr *Base, QualType BaseType, bool IsArrow, in CXXDependentScopeMemberExpr() 1404 const ASTContext &Ctx, Expr *Base, QualType BaseType, bool IsArrow, in Create() 1457 QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, in UnresolvedMemberExpr() 1497 QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, in Create() 1542 QualType BaseType = getBaseType().getNonReferenceType(); in getNamingClass() local
|
H A D | DeclPrinter.cpp | 151 QualType BaseType = T; in GetBaseType() local 414 QualType BaseType = GetBaseType(CurDeclType); in VisitDeclContext() local
|
H A D | Type.cpp | 1249 using BaseType = SimpleTransformVisitor<SubstObjCTypeArgsVisitor>; typedef 1459 using BaseType = SimpleTransformVisitor<StripObjCKindOfTypeVisitor>; typedef 3457 UnaryTransformType::UnaryTransformType(QualType BaseType, in UnaryTransformType() 3464 QualType BaseType, in DependentUnaryTransformType() 3704 QualType BaseType, in Profile()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | TypeBasedAliasAnalysis.cpp | 568 static bool hasField(TBAAStructTypeNode BaseType, in hasField() 606 TBAAStructTypeNode BaseType(BaseTag.getBaseType()); in mayBeAccessToSubobjectOf() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86InstrBuilder.h | 46 } BaseType; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/ |
H A D | MSP430ISelDAGToDAG.cpp | 40 } BaseType = RegBase; member
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | BasicValueFactory.cpp | 184 QualType BaseType = BaseSpec->getType(); in hasNoRepeatedElements() local
|
H A D | Store.cpp | 274 SVal StoreManager::evalDerivedToBase(SVal Derived, QualType BaseType, in evalDerivedToBase()
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/ |
H A D | M68kISelDAGToDAG.cpp | 61 Base BaseType; member
|