Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DPaddingChecker.cpp220 Ctx.getTypeInfoInChars(FD->getType()); in calculateOptimalPad()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DPaddingChecker.cpp251 auto Info = Ctx.getTypeInfoInChars(FD->getType()); in calculateOptimalPad()
/external/clang/lib/CodeGen/
DTargetInfo.cpp559 auto TyInfo = CGF.getContext().getTypeInfoInChars(Ty); in EmitVAArgInstr()
733 getContext().getTypeInfoInChars(Ty), in EmitVAArg()
1722 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
3478 getContext().getTypeInfoInChars(Ty); in EmitVAArg()
3555 CGF.getContext().getTypeInfoInChars(Ty), in EmitMSVAArg()
3653 CGF.getContext().getTypeInfoInChars(Ty), in EmitVAArg()
3793 auto TypeInfo = CGF.getContext().getTypeInfoInChars(Ty); in EmitVAArg()
4338 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
4722 auto TyInfo = getContext().getTypeInfoInChars(Ty); in EmitAAPCSVAArg()
4831 auto BaseTyInfo = getContext().getTypeInfoInChars(QualType(Base, 0)); in EmitAAPCSVAArg()
[all …]
DCGExprAgg.cpp1500 TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitAggregateCopy()
1512 LastElementTypeInfo = getContext().getTypeInfoInChars(BaseEltTy); in EmitAggregateCopy()
DCGBlocks.cpp356 = CGM.getContext().getTypeInfoInChars(thisType); in computeBlockInfo()
DCGAtomic.cpp667 std::tie(sizeChars, alignChars) = getContext().getTypeInfoInChars(AtomicTy); in EmitAtomicExpr()
DCGClass.cpp879 Context.getTypeInfoInChars(D->getType()); in EmitAsanPrologueOrEpilogue()
DCGObjC.cpp678 CGM.getContext().getTypeInfoInChars(ivarType); in PropertyImplStrategy()
DCGCall.cpp1978 auto info = getContext().getTypeInfoInChars(PTy); in ConstructAttributeList()
/external/llvm-project/clang/lib/CodeGen/
DTargetInfo.cpp658 auto TyInfo = CGF.getContext().getTypeInfoInChars(Ty); in EmitVAArgInstr()
918 getContext().getTypeInfoInChars(Ty), in EmitVAArg()
2059 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
4074 auto TInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
4150 CGF.getContext().getTypeInfoInChars(Ty), in EmitMSVAArg()
4372 CGF.getContext().getTypeInfoInChars(Ty), in EmitVAArg()
4579 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
4698 auto TI = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
4808 auto TypeInfo = CGF.getContext().getTypeInfoInChars(Ty); in EmitVAArg()
5334 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
[all …]
DCGExprAgg.cpp2098 TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitAggregateCopy()
2107 TypeInfo = getContext().getTypeInfoInChars(BaseEltTy); in EmitAggregateCopy()
DCGAtomic.cpp809 auto TInfo = getContext().getTypeInfoInChars(AtomicTy); in EmitAtomicExpr()
DCGClass.cpp802 auto FieldInfo = Context.getTypeInfoInChars(D->getType()); in EmitAsanPrologueOrEpilogue()
DCGBlocks.cpp560 auto TInfo = CGM.getContext().getTypeInfoInChars(thisType); in computeBlockInfo()
DCGObjC.cpp923 auto TInfo = CGM.getContext().getTypeInfoInChars(ivarType); in PropertyImplStrategy()
DCGCall.cpp2317 auto info = getContext().getTypeInfoInChars(PTy); in ConstructAttributeList()
/external/clang/include/clang/AST/
DASTContext.h1846 std::pair<CharUnits, CharUnits> getTypeInfoInChars(const Type *T) const;
1847 std::pair<CharUnits, CharUnits> getTypeInfoInChars(QualType T) const;
/external/llvm-project/clang/include/clang/AST/
DASTContext.h2194 TypeInfoChars getTypeInfoInChars(const Type *T) const;
2195 TypeInfoChars getTypeInfoInChars(QualType T) const;
/external/clang/lib/AST/
DASTContext.cpp1450 std::pair<CharUnits, CharUnits> sizeAndAlign = getTypeInfoInChars(T); in getTypeInfoDataSizeInChars()
1471 Context.getTypeInfoInChars(CAT->getElementType()); in getConstantArrayInfoInChars()
1486 ASTContext::getTypeInfoInChars(const Type *T) const { in getTypeInfoInChars() function in ASTContext
1495 ASTContext::getTypeInfoInChars(QualType T) const { in getTypeInfoInChars() function in ASTContext
1496 return getTypeInfoInChars(T.getTypePtr()); in getTypeInfoInChars()
1870 return getTypeInfoInChars(T).first; in getTypeSizeInChars()
1873 return getTypeInfoInChars(T).first; in getTypeSizeInChars()
DRecordLayoutBuilder.cpp1739 Context.getTypeInfoInChars(D->getType()); in LayoutField()
2356 Context.getTypeInfoInChars(FD->getType()->getUnqualifiedDesugaredType()); in getAdjustedElementInfo()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp1784 TypeInfoChars Info = getTypeInfoInChars(T); in getTypeInfoDataSizeInChars()
1804 TypeInfoChars EltInfo = Context.getTypeInfoInChars(CAT->getElementType()); in getConstantArrayInfoInChars()
1819 TypeInfoChars ASTContext::getTypeInfoInChars(const Type *T) const { in getTypeInfoInChars() function in ASTContext
1828 TypeInfoChars ASTContext::getTypeInfoInChars(QualType T) const { in getTypeInfoInChars() function in ASTContext
1829 return getTypeInfoInChars(T.getTypePtr()); in getTypeInfoInChars()
2379 return getTypeInfoInChars(T).Width; in getTypeSizeInChars()
2382 return getTypeInfoInChars(T).Width; in getTypeSizeInChars()
DRecordLayoutBuilder.cpp1843 auto TI = Context.getTypeInfoInChars(D->getType()); in LayoutField()
2576 Context.getTypeInfoInChars(FD->getType()->getUnqualifiedDesugaredType()); in getAdjustedElementInfo()