Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp255 Ctx.getTypeInfoInChars(FD->getType()); in calculateOptimalPad()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp1933 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
3804 getContext().getTypeInfoInChars(Ty); in EmitVAArg()
4150 auto TI = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
4828 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
5302 auto TyInfo = getContext().getTypeInfoInChars(Ty); in EmitAAPCSVAArg()
5541 auto TyInfo = getContext().getTypeInfoInChars(Ty); in EmitDarwinVAArg()
6223 auto TyInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
6567 auto TyInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
7146 auto TyInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
8179 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
[all …]
H A DCGCUDANV.cpp204 CGM.getContext().getTypeInfoInChars(A->getType()); in emitDeviceStubBody()
H A DCGExprAgg.cpp1865 TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitAggregateCopy()
1874 TypeInfo = getContext().getTypeInfoInChars(BaseEltTy); in EmitAggregateCopy()
H A DCGAtomic.cpp765 std::tie(sizeChars, alignChars) = getContext().getTypeInfoInChars(AtomicTy); in EmitAtomicExpr()
H A DCGClass.cpp782 Context.getTypeInfoInChars(D->getType()); in EmitAsanPrologueOrEpilogue()
H A DCGBlocks.cpp560 = CGM.getContext().getTypeInfoInChars(thisType); in computeBlockInfo()
H A DCGObjC.cpp775 CGM.getContext().getTypeInfoInChars(ivarType); in PropertyImplStrategy()
H A DCGCall.cpp2135 auto info = getContext().getTypeInfoInChars(PTy); in ConstructAttributeList()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h2124 std::pair<CharUnits, CharUnits> getTypeInfoInChars(const Type *T) const;
2125 std::pair<CharUnits, CharUnits> getTypeInfoInChars(QualType T) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp1656 std::pair<CharUnits, CharUnits> sizeAndAlign = getTypeInfoInChars(T); in getTypeInfoDataSizeInChars()
1677 Context.getTypeInfoInChars(CAT->getElementType()); in getConstantArrayInfoInChars()
1692 ASTContext::getTypeInfoInChars(const Type *T) const { in getTypeInfoInChars() function in ASTContext
1701 ASTContext::getTypeInfoInChars(QualType T) const { in getTypeInfoInChars() function in ASTContext
1702 return getTypeInfoInChars(T.getTypePtr()); in getTypeInfoInChars()
2168 return getTypeInfoInChars(T).first; in getTypeSizeInChars()
2171 return getTypeInfoInChars(T).first; in getTypeSizeInChars()
H A DRecordLayoutBuilder.cpp1755 Context.getTypeInfoInChars(D->getType()); in LayoutField()
2397 Context.getTypeInfoInChars(FD->getType()->getUnqualifiedDesugaredType()); in getAdjustedElementInfo()