Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp256 auto Info = Ctx.getTypeInfoInChars(FD->getType()); in calculateOptimalPad()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp660 auto TyInfo = CGF.getContext().getTypeInfoInChars(Ty); in EmitVAArgInstr()
2065 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
4091 auto TInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
4578 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
4697 auto TI = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
5336 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
6155 auto TyInfo = getContext().getTypeInfoInChars(Ty); in EmitDarwinVAArg()
7435 auto TyInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
8066 auto TyInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
9579 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg()
[all …]
H A DCGExprAgg.cpp2106 TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitAggregateCopy()
2115 TypeInfo = getContext().getTypeInfoInChars(BaseEltTy); in EmitAggregateCopy()
H A DCGCUDANV.cpp420 auto TInfo = CGM.getContext().getTypeInfoInChars(A->getType()); in emitDeviceStubBodyLegacy()
H A DCGAtomic.cpp804 auto TInfo = getContext().getTypeInfoInChars(AtomicTy); in EmitAtomicExpr()
H A DCGClass.cpp799 auto FieldInfo = Context.getTypeInfoInChars(D->getType()); in EmitAsanPrologueOrEpilogue()
H A DCGBlocks.cpp560 auto TInfo = CGM.getContext().getTypeInfoInChars(thisType); in computeBlockInfo()
H A DCGObjC.cpp924 auto TInfo = CGM.getContext().getTypeInfoInChars(ivarType); in PropertyImplStrategy()
H A DCGCall.cpp2496 auto info = getContext().getTypeInfoInChars(PTy); in ConstructAttributeList()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2282 TypeInfoChars getTypeInfoInChars(const Type *T) const;
2283 TypeInfoChars getTypeInfoInChars(QualType T) const;
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1830 TypeInfoChars Info = getTypeInfoInChars(T); in getTypeInfoDataSizeInChars()
1850 TypeInfoChars EltInfo = Context.getTypeInfoInChars(CAT->getElementType()); in getConstantArrayInfoInChars()
1865 TypeInfoChars ASTContext::getTypeInfoInChars(const Type *T) const { in getTypeInfoInChars() function in ASTContext
1874 TypeInfoChars ASTContext::getTypeInfoInChars(QualType T) const { in getTypeInfoInChars() function in ASTContext
1875 return getTypeInfoInChars(T.getTypePtr()); in getTypeInfoInChars()
2437 return getTypeInfoInChars(T).Width; in getTypeSizeInChars()
2440 return getTypeInfoInChars(T).Width; in getTypeSizeInChars()
H A DRecordLayoutBuilder.cpp1894 auto TI = Context.getTypeInfoInChars(D->getType()); in LayoutField()
2628 Context.getTypeInfoInChars(FD->getType()->getUnqualifiedDesugaredType()); in getAdjustedElementInfo()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp1055 if (Context.getTypeInfoInChars(SrcType).Width == in argTypeIsABIEquivalent()
1056 Context.getTypeInfoInChars(DestType).Width) in argTypeIsABIEquivalent()