/external/clang/lib/StaticAnalyzer/Checkers/ |
D | PaddingChecker.cpp | 220 Ctx.getTypeInfoInChars(FD->getType()); in calculateOptimalPad()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | PaddingChecker.cpp | 251 auto Info = Ctx.getTypeInfoInChars(FD->getType()); in calculateOptimalPad()
|
/external/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 559 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 …]
|
D | CGExprAgg.cpp | 1500 TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitAggregateCopy() 1512 LastElementTypeInfo = getContext().getTypeInfoInChars(BaseEltTy); in EmitAggregateCopy()
|
D | CGBlocks.cpp | 356 = CGM.getContext().getTypeInfoInChars(thisType); in computeBlockInfo()
|
D | CGAtomic.cpp | 667 std::tie(sizeChars, alignChars) = getContext().getTypeInfoInChars(AtomicTy); in EmitAtomicExpr()
|
D | CGClass.cpp | 879 Context.getTypeInfoInChars(D->getType()); in EmitAsanPrologueOrEpilogue()
|
D | CGObjC.cpp | 678 CGM.getContext().getTypeInfoInChars(ivarType); in PropertyImplStrategy()
|
D | CGCall.cpp | 1978 auto info = getContext().getTypeInfoInChars(PTy); in ConstructAttributeList()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 658 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 …]
|
D | CGExprAgg.cpp | 2098 TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitAggregateCopy() 2107 TypeInfo = getContext().getTypeInfoInChars(BaseEltTy); in EmitAggregateCopy()
|
D | CGAtomic.cpp | 809 auto TInfo = getContext().getTypeInfoInChars(AtomicTy); in EmitAtomicExpr()
|
D | CGClass.cpp | 802 auto FieldInfo = Context.getTypeInfoInChars(D->getType()); in EmitAsanPrologueOrEpilogue()
|
D | CGBlocks.cpp | 560 auto TInfo = CGM.getContext().getTypeInfoInChars(thisType); in computeBlockInfo()
|
D | CGObjC.cpp | 923 auto TInfo = CGM.getContext().getTypeInfoInChars(ivarType); in PropertyImplStrategy()
|
D | CGCall.cpp | 2317 auto info = getContext().getTypeInfoInChars(PTy); in ConstructAttributeList()
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 1846 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/ |
D | ASTContext.h | 2194 TypeInfoChars getTypeInfoInChars(const Type *T) const; 2195 TypeInfoChars getTypeInfoInChars(QualType T) const;
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 1450 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()
|
D | RecordLayoutBuilder.cpp | 1739 Context.getTypeInfoInChars(D->getType()); in LayoutField() 2356 Context.getTypeInfoInChars(FD->getType()->getUnqualifiedDesugaredType()); in getAdjustedElementInfo()
|
/external/llvm-project/clang/lib/AST/ |
D | ASTContext.cpp | 1784 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()
|
D | RecordLayoutBuilder.cpp | 1843 auto TI = Context.getTypeInfoInChars(D->getType()); in LayoutField() 2576 Context.getTypeInfoInChars(FD->getType()->getUnqualifiedDesugaredType()); in getAdjustedElementInfo()
|