/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/XRay/ |
H A D | FDRRecords.h | 62 RecordKind getRecordType() const { return T; } in getRecordType() function 98 return R->getRecordType() >= RecordKind::RK_Metadata && in classof() 99 R->getRecordType() <= RecordKind::RK_Metadata_LastMetadata; in classof() 129 return R->getRecordType() == RecordKind::RK_Metadata_BufferExtents; in classof() 154 return R->getRecordType() == RecordKind::RK_Metadata_WallClockTime; in classof() 180 return R->getRecordType() == RecordKind::RK_Metadata_NewCPUId; in classof() 202 return R->getRecordType() == RecordKind::RK_Metadata_TSCWrap; in classof() 231 return R->getRecordType() == RecordKind::RK_Metadata_CustomEvent; in classof() 258 return R->getRecordType() == RecordKind::RK_Metadata_CustomEventV5; in classof() 287 return R->getRecordType() == RecordKind::RK_Metadata_TypedEvent; in classof() [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
H A D | EvalEmitter.cpp | 157 QualType BaseTy = Ctx.getASTContext().getRecordType(BD->Decl); in emitRetValue() 164 QualType VirtBaseTy = Ctx.getASTContext().getRecordType(VD->Decl); in emitRetValue()
|
H A D | InterpFrame.cpp | 116 print(OS, This, S.getCtx(), S.getCtx().getRecordType(M->getParent())); in describe()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/XRay/ |
H A D | FDRRecordProducer.cpp | 189 Record::kindToString(R->getRecordType()).data()); in produce()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | AbstractBasicWriter.h | 188 elemTy = ctx.getRecordType(recordDecl); in writeLValuePathSerializationHelper()
|
H A D | AbstractBasicReader.h | 200 elemTy = getASTContext().getRecordType(recordDecl); in readLValuePathSerializationHelper()
|
H A D | TypeProperties.td | 510 QualType result = ctx.getRecordType(record);
|
H A D | ASTContext.h | 1478 QualType getRecordType(const RecordDecl *Decl) const;
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntimeGPU.cpp | 1721 QualType GlobalRecTy = CGM.getContext().getRecordType(GlobalizedVarsRecord); in emitGenericVarsProlog() 1770 CGM.getContext().getRecordType(SecGlobalizedVarsRecord); in emitGenericVarsProlog() 1808 QualType RDTy = CGM.getContext().getRecordType(RD); in emitGenericVarsProlog() 3134 QualType StaticTy = C.getRecordType(TeamReductionRec); in emitListToGlobalCopyFunction() 3236 QualType StaticTy = C.getRecordType(TeamReductionRec); in emitListToGlobalReduceFunction() 3339 QualType StaticTy = C.getRecordType(TeamReductionRec); in emitGlobalToListCopyFunction() 3442 QualType StaticTy = C.getRecordType(TeamReductionRec); in emitGlobalToListReduceFunction() 4588 QualType RDTy = C.getRecordType(RD); in clear() 4636 QualType StaticTy = C.getRecordType(SharedStaticRD); in clear() 4654 QualType StaticTy = C.getRecordType(StaticRD); in clear() [all …]
|
H A D | CGClass.cpp | 333 QualType DerivedTy = getContext().getRecordType(Derived); in GetAddressOfBaseClass() 2141 getContext().getRecordType(ClassDecl), CharUnits::Zero()); in EmitCXXConstructorCall() 2923 QualType ThisType = getContext().getPointerType(getContext().getRecordType(Lambda)); in EmitLambdaBlockInvokeBody() 2942 QualType ThisType = getContext().getPointerType(getContext().getRecordType(Lambda)); in EmitLambdaDelegatingInvokeBody()
|
H A D | CodeGenTypes.cpp | 291 QualType T = Context.getRecordType(RD); in RefreshTypeCacheForClass()
|
H A D | CGDebugInfo.cpp | 1085 if (llvm::DIType *T = getTypeOrNull(CGM.getContext().getRecordType(RD))) in getOrCreateRecordFwdDecl() 2336 QualType Ty = CGM.getContext().getRecordType(RD); in completeClass() 2436 QualType Ty = CGM.getContext().getRecordType(RD); in completeRequiredType() 3228 RetainedTypes.push_back(CGM.getContext().getRecordType(&D).getAsOpaquePtr()); in completeUnusedClass() 3423 getTypeOrNull(CGM.getContext().getRecordType(RD))); in CreateLimitedType() 4890 CGM.getContext().getRecordType(RD).getAsOpaquePtr()); in EmitGlobalVariable()
|
H A D | CGOpenMPRuntime.cpp | 3417 TgtOffloadEntryQTy = C.getRecordType(RD); in getTgtOffloadEntryQTy() 3508 QualType KmpCmplrdataTy = C.getRecordType(UD); in createKmpTaskTRecordDecl() 3543 addFieldToRecordDecl(C, RD, C.getRecordType(PrivateRD)); in createKmpTaskTWithPrivatesRecordDecl() 4180 KmpTaskAffinityInfoTy = C.getRecordType(KmpAffinityInfoRD); in getKmpAffinityType() 4238 SavedKmpTaskloopTQTy = C.getRecordType(createKmpTaskTRecordDecl( in emitTaskInit() 4248 SavedKmpTaskTQTy = C.getRecordType(createKmpTaskTRecordDecl( in emitTaskInit() 4257 QualType KmpTaskTWithPrivatesQTy = C.getRecordType(KmpTaskTWithPrivatesQTyRD); in emitTaskInit() 4620 KmpDependInfoTy = C.getRecordType(KmpDependInfoRD); in getDependTypes() 6074 QualType RDType = C.getRecordType(RD); in emitTaskReductionInit() 9223 QualType DimTy = C.getRecordType(RD); in emitNonContiguousDescriptor() [all …]
|
H A D | CGVTables.cpp | 1306 Context.getRecordType(AP.first).getTypePtr())); in EmitVTableTypeMetadata()
|
H A D | CodeGenModule.cpp | 1880 MD->getType(), Context.getRecordType(Base).getTypePtr())); in SetLLVMFunctionAttributesForDefinition() 5709 DI->EmitAndRetainType(getContext().getRecordType(cast<RecordDecl>(D))); in EmitTopLevelDecl() 5919 DI->EmitAndRetainType(getContext().getRecordType(cast<RecordDecl>(D))); in EmitTopLevelDecl()
|
H A D | CGExprCXX.cpp | 350 C.getRecordType(CalleeDecl->getParent()), in EmitCXXMemberOrOperatorMemberCallExpr()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | CallEvent.cpp | 802 QualType Ty = Ctx.getPointerType(Ctx.getRecordType(Class)); in getInitialStackFrameContents() 813 QualType StaticTy = Ctx.getPointerType(Ctx.getRecordType(StaticClass)); in getInitialStackFrameContents()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | DynamicTypePropagation.cpp | 255 QualType Ty = Ctx.getPointerType(Ctx.getRecordType(MD->getParent())); in recordFixedType()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 1350 S.CheckBaseClassAccess(Loc, BaseType, S.Context.getRecordType(RD), in findDecomposableBaseClass() 1384 QualType BaseType = S.Context.getQualifiedType(S.Context.getRecordType(RD), in checkMemberDecomposition() 6699 diag::warn_non_virtual_dtor) << Context.getRecordType(Record); in CheckCompletedCXXClass() 6721 << Context.getRecordType(Record) << FA->isSpelledAsSealed(); in CheckCompletedCXXClass() 7795 : S.Context.getRecordType(RD); in visitBinaryOperator() 8387 QualType ExpectedParmType1 = Context.getRecordType(RD); in CheckExplicitlyDefaultedComparison() 9558 QualType Ty = Context.getRecordType(RD); in DiagnoseNontrivial() 9597 Context.getRecordType(RD).withConst()); in SpecialMemberIsTrivial() 9613 << Context.getRValueReferenceType(Context.getRecordType(RD)); in SpecialMemberIsTrivial() 11943 QualType FoundType = Ctx.getRecordType(FoundRecord); in ValidateCandidate() [all …]
|
H A D | SemaAccess.cpp | 1757 Context.getRecordType(DecomposedClass)); in CheckStructuredBindingMemberAccess()
|
H A D | SemaLookup.cpp | 2501 Result.setBaseObjectType(Context.getRecordType(Class)); in LookupInSuper() 2768 Result.S.Context.getRecordType(Class))) in addAssociatedClassesAndNamespaces()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ASTContext.cpp | 4506 return getRecordType(Record); in getTypeDeclTypeSlow() 4536 QualType ASTContext::getRecordType(const RecordDecl *Decl) const { in getRecordType() function in ASTContext 8042 QualType VaListTagType = Context->getRecordType(VaListTagDecl); in CreateAArch64ABIBuiltinVaListDecl() 8094 QualType VaListTagType = Context->getRecordType(VaListTagDecl); in CreatePowerABIBuiltinVaListDecl() 8154 QualType VaListTagType = Context->getRecordType(VaListTagDecl); in CreateX86_64ABIBuiltinVaListDecl() 8210 QualType T = Context->getRecordType(VaListDecl); in CreateAAPCSABIBuiltinVaListDecl() 8257 QualType VaListTagType = Context->getRecordType(VaListTagDecl); in CreateSystemZBuiltinVaListDecl() 8304 QualType VaListTagType = Context->getRecordType(VaListTagDecl); in CreateHexagonBuiltinVaListDecl()
|
H A D | ExprConstant.cpp | 387 : Ctx.getRecordType(getAsBaseClass(Entries.back())); in getType() 3786 ObjType = getSubobjectType(ObjType, Info.Ctx.getRecordType(Base)); in findSubobject() 5770 CanQualType CQT = Info.Ctx.getCanonicalType(Info.Ctx.getRecordType(C)); in HandleDynamicCast() 5796 << Info.Ctx.getRecordType(DynType->Type) in HandleDynamicCast() 6276 Success &= getDefaultInitValue(Info.Ctx.getRecordType(CD), *Value); in HandleConstructorCall() 7689 Info.Ctx.getRecordType(DD->getParent())) && in handleCallExpr() 8326 TypeInfoLValue(Info.Ctx.getRecordType(DynType->Type).getTypePtr()); in VisitCXXTypeidExpr() 15660 ImplicitValueInitExpr VIE(RD ? Info.Ctx.getRecordType(RD) : Info.Ctx.IntTy); in isPotentialConstantExpr()
|
H A D | ASTStructuralEquivalence.cpp | 1907 QualType AnonTy = Context.getRecordType(Anon); in findUntaggedStructOrUnionIndex()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | ThreadSafety.cpp | 2138 return CXXConstructExpr::Create(Ctx, Ctx.getRecordType(CD->getParent()), Loc, in buildFakeCtorCall()
|