Home
last modified time | relevance | path

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

123

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/array/
H A Dequality.d169 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 DDbiModuleList.h34 using BaseType = variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DLexicallyOrderedRecursiveASTVisitor.h61 using BaseType = RecursiveASTVisitor<Derived>; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DMDBuilder.cpp233 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 DDebugInfoMetadata.cpp582 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 DIRBuilder.cpp1108 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 DSemaExprMember.cpp477 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 DSemaCodeComplete.cpp415 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 DSemaCUDA.cpp359 const RecordType *BaseType = B->getType()->getAs<RecordType>(); in inferCUDATargetForImplicitSpecialMember() local
H A DSemaDeclCXX.cpp1342 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 DRecursiveSymbolVisitor.h30 using BaseType = RecursiveASTVisitor<RecursiveSymbolVisitor<T>>; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTBAA.h101 llvm::MDNode *BaseType; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp161 DIType *BaseType = DDTy->getBaseType(); in getBaseTypeSize() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCXXInheritance.cpp40 bool CXXBasePaths::isAmbiguous(CanQualType BaseType) { in isAmbiguous()
170 QualType BaseType = in lookupInBases() local
H A DExprCXX.cpp1362 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 DDeclPrinter.cpp151 QualType BaseType = T; in GetBaseType() local
414 QualType BaseType = GetBaseType(CurDeclType); in VisitDeclContext() local
H A DType.cpp1249 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 DTypeBasedAliasAnalysis.cpp568 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 DX86InstrBuilder.h46 } BaseType; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp40 } BaseType = RegBase; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp184 QualType BaseType = BaseSpec->getType(); in hasNoRepeatedElements() local
H A DStore.cpp274 SVal StoreManager::evalDerivedToBase(SVal Derived, QualType BaseType, in evalDerivedToBase()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h889 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 DDWARFContext.cpp1083 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 DM68kISelDAGToDAG.cpp61 Base BaseType; member

123