| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | CSKY.cpp | 68 auto TInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
|
| H A D | PPC.cpp | 246 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg() 433 auto TI = getContext().getTypeInfoInChars(Ty); in EmitVAArg() 543 auto TypeInfo = CGF.getContext().getTypeInfoInChars(Ty); in EmitVAArg() 971 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
|
| H A D | ARC.cpp | 90 getContext().getTypeInfoInChars(Ty), in EmitVAArg()
|
| H A D | WebAssembly.cpp | 165 getContext().getTypeInfoInChars(Ty), in EmitVAArg()
|
| H A D | Sparc.cpp | 314 auto TInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
|
| H A D | AArch64.cpp | 1012 auto BaseTyInfo = getContext().getTypeInfoInChars(QualType(Base, 0)); in EmitAAPCSVAArg() 1135 auto TyInfo = getContext().getTypeInfoInChars(Ty); in EmitDarwinVAArg() 1159 CGF.getContext().getTypeInfoInChars(Ty), in EmitMSVAArg()
|
| H A D | NVPTX.cpp | 237 getContext().getTypeInfoInChars(Ty), in EmitVAArg()
|
| H A D | Mips.cpp | 385 auto TyInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
|
| H A D | LoongArch.cpp | 432 auto TInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
|
| H A D | SystemZ.cpp | 275 auto TyInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
|
| H A D | X86.cpp | 1072 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg() 3154 auto TInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg() 3275 CGF.getContext().getTypeInfoInChars(Ty), in EmitMSVAArg() 3494 CGF.getContext().getTypeInfoInChars(Ty), in EmitVAArg()
|
| H A D | RISCV.cpp | 759 auto TInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
|
| H A D | AMDGPU.cpp | 138 getContext().getTypeInfoInChars(Ty), in EmitVAArg()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | PaddingChecker.cpp | 254 auto Info = Ctx.getTypeInfoInChars(FD->getType()); in calculateOptimalPad()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ABIInfoImpl.cpp | 429 auto TyInfo = CGF.getContext().getTypeInfoInChars(Ty); in EmitVAArgInstr()
|
| H A D | CGExprAgg.cpp | 2340 TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitAggregateCopy() 2349 TypeInfo = getContext().getTypeInfoInChars(BaseEltTy); in EmitAggregateCopy()
|
| H A D | CGCUDANV.cpp | 522 auto TInfo = CGM.getContext().getTypeInfoInChars(A->getType()); in emitDeviceStubBodyLegacy()
|
| H A D | CGAtomic.cpp | 875 auto TInfo = getContext().getTypeInfoInChars(AtomicTy); in EmitAtomicExpr()
|
| H A D | CGClass.cpp | 798 auto FieldInfo = Context.getTypeInfoInChars(D->getType()); in EmitAsanPrologueOrEpilogue()
|
| H A D | CGBlocks.cpp | 594 auto TInfo = CGM.getContext().getTypeInfoInChars(thisType); in computeBlockInfo()
|
| H A D | CGObjC.cpp | 929 auto TInfo = CGM.getContext().getTypeInfoInChars(ivarType); in PropertyImplStrategy()
|
| H A D | CGCall.cpp | 2961 auto info = getContext().getTypeInfoInChars(PTy); in ConstructAttributeList()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 2639 TypeInfoChars getTypeInfoInChars(const Type *T) const; 2640 TypeInfoChars getTypeInfoInChars(QualType T) const;
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | RecordLayoutBuilder.cpp | 1902 auto TI = Context.getTypeInfoInChars(D->getType()); in LayoutField() 2700 Context.getTypeInfoInChars(FD->getType()->getUnqualifiedDesugaredType()); in getAdjustedElementInfo()
|
| H A D | ASTContext.cpp | 1931 TypeInfoChars Info = getTypeInfoInChars(T); in getTypeInfoDataSizeInChars() 1952 TypeInfoChars EltInfo = Context.getTypeInfoInChars(CAT->getElementType()); in getConstantArrayInfoInChars() 1967 TypeInfoChars ASTContext::getTypeInfoInChars(const Type *T) const { in getTypeInfoInChars() function in ASTContext 1975 TypeInfoChars ASTContext::getTypeInfoInChars(QualType T) const { in getTypeInfoInChars() function in ASTContext 1976 return getTypeInfoInChars(T.getTypePtr()); in getTypeInfoInChars() 2653 return getTypeInfoInChars(T).Width; in getTypeSizeInChars() 2656 return getTypeInfoInChars(T).Width; in getTypeSizeInChars()
|