/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 | 242 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg() 429 auto TI = getContext().getTypeInfoInChars(Ty); in EmitVAArg() 539 auto TypeInfo = CGF.getContext().getTypeInfoInChars(Ty); in EmitVAArg() 960 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
|
H A D | WebAssembly.cpp | 164 getContext().getTypeInfoInChars(Ty), in EmitVAArg()
|
H A D | ARC.cpp | 87 getContext().getTypeInfoInChars(Ty), in EmitVAArg()
|
H A D | AArch64.cpp | 679 auto BaseTyInfo = getContext().getTypeInfoInChars(QualType(Base, 0)); in EmitAAPCSVAArg() 802 auto TyInfo = getContext().getTypeInfoInChars(Ty); in EmitDarwinVAArg() 826 CGF.getContext().getTypeInfoInChars(Ty), in EmitMSVAArg()
|
H A D | NVPTX.cpp | 222 getContext().getTypeInfoInChars(Ty), in EmitVAArg()
|
H A D | Sparc.cpp | 295 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
|
H A D | Mips.cpp | 366 auto TyInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
|
H A D | LoongArch.cpp | 428 auto TInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
|
H A D | RISCV.cpp | 501 auto TInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
|
H A D | SystemZ.cpp | 263 auto TyInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
|
H A D | X86.cpp | 1073 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg() 3141 auto TInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg() 3222 CGF.getContext().getTypeInfoInChars(Ty), in EmitMSVAArg() 3424 CGF.getContext().getTypeInfoInChars(Ty), in EmitVAArg()
|
H A D | AMDGPU.cpp | 126 getContext().getTypeInfoInChars(Ty), in EmitVAArg()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | PaddingChecker.cpp | 256 auto Info = Ctx.getTypeInfoInChars(FD->getType()); in calculateOptimalPad()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | ABIInfoImpl.cpp | 435 auto TyInfo = CGF.getContext().getTypeInfoInChars(Ty); in EmitVAArgInstr()
|
H A D | CGExprAgg.cpp | 2147 TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitAggregateCopy() 2156 TypeInfo = getContext().getTypeInfoInChars(BaseEltTy); in EmitAggregateCopy()
|
H A D | CGCUDANV.cpp | 460 auto TInfo = CGM.getContext().getTypeInfoInChars(A->getType()); in emitDeviceStubBodyLegacy()
|
H A D | CGAtomic.cpp | 836 auto TInfo = getContext().getTypeInfoInChars(AtomicTy); in EmitAtomicExpr()
|
H A D | CGBlocks.cpp | 595 auto TInfo = CGM.getContext().getTypeInfoInChars(thisType); in computeBlockInfo()
|
H A D | CGClass.cpp | 802 auto FieldInfo = Context.getTypeInfoInChars(D->getType()); in EmitAsanPrologueOrEpilogue()
|
H A D | CGObjC.cpp | 929 auto TInfo = CGM.getContext().getTypeInfoInChars(ivarType); in PropertyImplStrategy()
|
H A D | CGCall.cpp | 2821 auto info = getContext().getTypeInfoInChars(PTy); in ConstructAttributeList()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTContext.h | 2457 TypeInfoChars getTypeInfoInChars(const Type *T) const; 2458 TypeInfoChars getTypeInfoInChars(QualType T) const;
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | RecordLayoutBuilder.cpp | 1909 auto TI = Context.getTypeInfoInChars(D->getType()); in LayoutField() 2709 Context.getTypeInfoInChars(FD->getType()->getUnqualifiedDesugaredType()); in getAdjustedElementInfo()
|
H A D | ASTContext.cpp | 1777 TypeInfoChars Info = getTypeInfoInChars(T); in getTypeInfoDataSizeInChars() 1798 TypeInfoChars EltInfo = Context.getTypeInfoInChars(CAT->getElementType()); in getConstantArrayInfoInChars() 1813 TypeInfoChars ASTContext::getTypeInfoInChars(const Type *T) const { in getTypeInfoInChars() function in ASTContext 1821 TypeInfoChars ASTContext::getTypeInfoInChars(QualType T) const { in getTypeInfoInChars() function in ASTContext 1822 return getTypeInfoInChars(T.getTypePtr()); in getTypeInfoInChars() 2470 return getTypeInfoInChars(T).Width; in getTypeSizeInChars() 2473 return getTypeInfoInChars(T).Width; in getTypeSizeInChars()
|