| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| HD | CastSizeChecker.cpp | 67 FlexSize = Ctx.getTypeSizeInChars(ElemType); in evenFlexibleArraySize() 73 FlexSize = Ctx.getTypeSizeInChars(ElemType); in evenFlexibleArraySize() 122 CharUnits typeSize = C.getASTContext().getTypeSizeInChars(ToPointeeTy); in checkPreStmt()
|
| HD | VLASizeChecker.cpp | 160 CharUnits EleSize = Ctx.getTypeSizeInChars(VLA->getElementType()); in checkPreStmt()
|
| HD | ArrayBoundCheckerV2.cpp | 289 astContext.getTypeSizeInChars(elemType), in computeOffset()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaStmtAsm.cpp | 555 Info.Type = Info.Size = Context.getTypeSizeInChars(T).getQuantity(); in LookupInlineAsmIdentifier() 558 Info.Type = Context.getTypeSizeInChars(ATy->getElementType()).getQuantity(); in LookupInlineAsmIdentifier()
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGExprCXX.cpp | 510 CharUnits typeSize = CGF.getContext().getTypeSizeInChars(type); in EmitCXXNewAllocSize() 549 CharUnits typeSize = CGF.getContext().getTypeSizeInChars(type); in EmitCXXNewAllocSize() 886 getContext().getTypeSizeInChars(ElementType).getQuantity() * in EmitNewArrayInitializer() 1408 CharUnits DeleteTypeSize = getContext().getTypeSizeInChars(DeleteTy); in EmitDeleteCall() 1546 CGF.CGM.getContext().getTypeSizeInChars(ElementType); in Emit()
|
| HD | CodeGenTBAA.cpp | 205 uint64_t Size = Context.getTypeSizeInChars(QTy).getQuantity(); in CollectFields()
|
| HD | CGOpenMPRuntime.cpp | 1483 CGM.SizeTy, C.getTypeSizeInChars(CopyprivateArrayTy).getQuantity()); in emitSingleRegion() 2150 CGM.getSize(C.getTypeSizeInChars(KmpTaskTWithPrivatesQTy)); in emitTaskCall() 2191 auto SharedsSize = C.getTypeSizeInChars(SharedsTy); in emitTaskCall() 2309 C.toBits(C.getTypeSizeInChars(C.BoolTy)), /*Signed=*/false); in emitTaskCall() 2332 C.getTypeSizeInChars(Dependences[i].second->getType()).getQuantity()); in emitTaskCall() 2590 CGM.SizeTy, C.getTypeSizeInChars(ReductionArrayTy).getQuantity()); in emitReduction()
|
| HD | CGExprScalar.cpp | 1846 CharUnits size = CGF.getContext().getTypeSizeInChars(OPT->getObjectType()); in EmitScalarPrePostIncDec() 1960 CGF.getContext().getTypeSizeInChars(CurrentType).getQuantity()); in VisitOffsetOfExpr() 2046 CharUnits eltSize = CGF.getContext().getTypeSizeInChars(eltType); in VisitUnaryExprOrTypeTraitExpr() 2481 = CGF.CGM.getSize(CGF.getContext().getTypeSizeInChars(objectType)); in emitPointerArithmetic() 2691 CharUnits eltSize = CGF.getContext().getTypeSizeInChars(elementType); in EmitSub() 2705 elementSize = CGF.getContext().getTypeSizeInChars(elementType); in EmitSub()
|
| HD | CGExprAgg.cpp | 298 CharUnits sz = CGF.getContext().getTypeSizeInChars(type); in EmitCopy() 1310 return CGF.getContext().getTypeSizeInChars(E->getType()); in GetNumNonZeroBytesInInit()
|
| HD | CGDeclCXX.cpp | 128 CharUnits WidthChars = CGF.getContext().getTypeSizeInChars(D.getType()); in EmitDeclInvariant()
|
| HD | CGCall.cpp | 653 CharUnits FieldSize = Context.getTypeSizeInChars(FD->getType()); in getTypeExpansion() 1591 RetAttrs.addDereferenceableAttr(getContext().getTypeSizeInChars(PTy) in ConstructAttributeList() 1686 Attrs.addDereferenceableAttr(getContext().getTypeSizeInChars(PTy) in ConstructAttributeList() 1859 CharUnits Size = getContext().getTypeSizeInChars(Ty); in EmitFunctionProlog() 1915 getContext().getTypeSizeInChars(ETy).getQuantity()*ArrSize); in EmitFunctionProlog()
|
| HD | CGAtomic.cpp | 678 CharUnits sizeChars = getContext().getTypeSizeInChars(AtomicTy); in EmitAtomicExpr() 745 getContext().getTypeSizeInChars(MemTy->getPointeeType()); in EmitAtomicExpr()
|
| HD | ItaniumCXXABI.cpp | 951 uint64_t TypeSize = getContext().getTypeSizeInChars(ThrowType).getQuantity(); in emitThrow() 1579 CharUnits SizeSize = Ctx.getTypeSizeInChars(SizeTy); in InitializeArrayCookie() 1673 getContext().getTypeSizeInChars(elementType).getQuantity()); in InitializeArrayCookie()
|
| HD | MicrosoftCXXABI.cpp | 1011 CharUnits IntSize = Context.getTypeSizeInChars(Context.IntTy); in GetVirtualBaseClassOffset() 2034 int32_t IntSize = Context.getTypeSizeInChars(Context.IntTy).getQuantity(); in performReturnAdjustment() 2066 return std::max(Ctx.getTypeSizeInChars(Ctx.getSizeType()), in getArrayCookieSizeImpl() 3844 uint32_t Size = getContext().getTypeSizeInChars(T).getQuantity(); in getCatchableType()
|
| HD | CGObjC.cpp | 553 CharUnits size = CGF.getContext().getTypeSizeInChars(ivar->getType()); in emitStructGetterCall() 1023 CGF.CGM.getSize(CGF.getContext().getTypeSizeInChars(ivar->getType())); in emitStructSetterCall()
|
| HD | TargetInfo.cpp | 1190 StackOffset += getContext().getTypeSizeInChars(Type).getQuantity(); in addFieldToArgStruct() 2480 (unsigned)getContext().getTypeSizeInChars(SourceTy).getQuantity(); in GetINTEGERTypeAtOffset() 4758 if (getContext().getTypeSizeInChars(Ty) > CharUnits::fromQuantity(64)) { in classifyArgumentType() 5043 CharUnits CharSize = getContext().getTypeSizeInChars(Ty); in EmitVAArg()
|
| HD | CGDecl.cpp | 1162 getContext().getTypeSizeInChars(type).getQuantity()); in EmitAutoVarInit()
|
| HD | CGObjCMac.cpp | 2122 CharUnits Size = CGM.getContext().getTypeSizeInChars(RT); in BuildRCRecordLayout() 2132 CharUnits FieldSize = CGM.getContext().getTypeSizeInChars(Field->getType()); in BuildRCRecordLayout() 2166 = CGM.getContext().getTypeSizeInChars(LastFieldBitfieldOrUnnamed->getType()); in BuildRCRecordLayout() 2496 fieldSize = CGM.getContext().getTypeSizeInChars(type); in BuildRCBlockLayout()
|
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| HD | Store.cpp | 190 CharUnits pointeeTySize = Ctx.getTypeSizeInChars(PointeeTy); in castRegion()
|
| HD | MemRegion.cpp | 192 CharUnits size = Ctx.getTypeSizeInChars(T); in getExtent() 1148 CharUnits size = C.getTypeSizeInChars(elemType); in getAsArrayOffset()
|
| HD | RegionStore.cpp | 1226 CharUnits EleSize = Ctx.getTypeSizeInChars(EleTy); in getSizeInElements() 1534 if (Ctx.getTypeSizeInChars(baseT) >= Ctx.getTypeSizeInChars(elemT)) { in getBindingForElement()
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | APValue.cpp | 392 CharUnits S = Ctx.getTypeSizeInChars(InnerTy); in printPretty()
|
| HD | ASTContext.cpp | 1812 CharUnits ASTContext::getTypeSizeInChars(QualType T) const { in getTypeSizeInChars() function in ASTContext 1815 CharUnits ASTContext::getTypeSizeInChars(const Type *T) const { in getTypeSizeInChars() function in ASTContext 4981 CharUnits sz = getTypeSizeInChars(type); in getObjCEncodingTypeSize() 4985 sz = std::max(sz, getTypeSizeInChars(IntTy)); in getObjCEncodingTypeSize() 4988 sz = getTypeSizeInChars(VoidPtrTy); in getObjCEncodingTypeSize() 5022 CharUnits PtrSize = getTypeSizeInChars(VoidPtrTy); in getObjCEncodingForBlock() 5129 CharUnits PtrSize = getTypeSizeInChars(VoidPtrTy); in getObjCEncodingForMethodDecl() 8580 CharUnits sizeChars = getTypeSizeInChars(AtomicTy); in AtomicUsesUnsupportedLibcall()
|
| HD | ExprConstant.cpp | 1894 Size = Info.Ctx.getTypeSizeInChars(Type); in HandleSizeof() 6221 CharUnits Size = Info.Ctx.getTypeSizeInChars(T); in TryEvaluateBuiltinObjectSize() 6528 auto Size = Ctx.getTypeSizeInChars(getType(LV.getLValueBase())); in isOnePastTheEndOfCompleteObject() 7141 CharUnits Size = Info.Ctx.getTypeSizeInChars(BaseTy); in VisitBinaryOperator() 7284 CharUnits ElementSize = Info.Ctx.getTypeSizeInChars(CurrentType); in VisitOffsetOfExpr()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | ASTContext.h | 1717 CharUnits getTypeSizeInChars(QualType T) const; 1718 CharUnits getTypeSizeInChars(const Type *T) const;
|