Home
last modified time | relevance | path

Searched refs:getTypeInfoInChars (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DPPC.cpp241 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
373 auto TI = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
482 auto TypeInfo = CGF.getContext().getTypeInfoInChars(Ty); in EmitVAArg()
903 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
H A DARC.cpp87 getContext().getTypeInfoInChars(Ty), in EmitVAArg()
H A DCSKY.cpp70 auto TInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
H A DWebAssembly.cpp164 getContext().getTypeInfoInChars(Ty), in EmitVAArg()
H A DAArch64.cpp661 auto BaseTyInfo = getContext().getTypeInfoInChars(QualType(Base, 0)); in EmitAAPCSVAArg()
788 auto TyInfo = getContext().getTypeInfoInChars(Ty); in EmitDarwinVAArg()
812 CGF.getContext().getTypeInfoInChars(Ty), in EmitMSVAArg()
H A DSparc.cpp291 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
H A DMips.cpp366 auto TyInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
H A DLoongArch.cpp429 auto TInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
H A DSystemZ.cpp263 auto TyInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
H A DRISCV.cpp496 auto TInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
H A DX86.cpp1070 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
3118 auto TInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
3199 CGF.getContext().getTypeInfoInChars(Ty), in EmitMSVAArg()
3401 CGF.getContext().getTypeInfoInChars(Ty), in EmitVAArg()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp256 auto Info = Ctx.getTypeInfoInChars(FD->getType()); in calculateOptimalPad()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.cpp397 auto TyInfo = CGF.getContext().getTypeInfoInChars(Ty); in EmitVAArgInstr()
H A DCGExprAgg.cpp2156 TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitAggregateCopy()
2165 TypeInfo = getContext().getTypeInfoInChars(BaseEltTy); in EmitAggregateCopy()
H A DCGCUDANV.cpp438 auto TInfo = CGM.getContext().getTypeInfoInChars(A->getType()); in emitDeviceStubBodyLegacy()
H A DCGAtomic.cpp856 auto TInfo = getContext().getTypeInfoInChars(AtomicTy); in EmitAtomicExpr()
H A DCGBlocks.cpp586 auto TInfo = CGM.getContext().getTypeInfoInChars(thisType); in computeBlockInfo()
H A DCGClass.cpp793 auto FieldInfo = Context.getTypeInfoInChars(D->getType()); in EmitAsanPrologueOrEpilogue()
H A DCGObjC.cpp925 auto TInfo = CGM.getContext().getTypeInfoInChars(ivarType); in PropertyImplStrategy()
H A DCGCall.cpp2839 auto info = getContext().getTypeInfoInChars(PTy); in ConstructAttributeList()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2380 TypeInfoChars getTypeInfoInChars(const Type *T) const;
2381 TypeInfoChars getTypeInfoInChars(QualType T) const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp1902 auto TI = Context.getTypeInfoInChars(D->getType()); in LayoutField()
2697 Context.getTypeInfoInChars(FD->getType()->getUnqualifiedDesugaredType()); in getAdjustedElementInfo()
H A DASTContext.cpp1746 TypeInfoChars Info = getTypeInfoInChars(T); in getTypeInfoDataSizeInChars()
1766 TypeInfoChars EltInfo = Context.getTypeInfoInChars(CAT->getElementType()); in getConstantArrayInfoInChars()
1781 TypeInfoChars ASTContext::getTypeInfoInChars(const Type *T) const { in getTypeInfoInChars() function in ASTContext
1789 TypeInfoChars ASTContext::getTypeInfoInChars(QualType T) const { in getTypeInfoInChars() function in ASTContext
1790 return getTypeInfoInChars(T.getTypePtr()); in getTypeInfoInChars()
2428 return getTypeInfoInChars(T).Width; in getTypeSizeInChars()
2431 return getTypeInfoInChars(T).Width; in getTypeSizeInChars()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp1087 if (Context.getTypeInfoInChars(SrcType).Width == in argTypeIsABIEquivalent()
1088 Context.getTypeInfoInChars(DestType).Width) in argTypeIsABIEquivalent()