Searched refs:getTypeSize (Results 51 - 67 of 67) sorted by relevance

123

/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp166 unsigned SizeTypeBits = Context.getTypeSize(Context.getSizeType());
177 unsigned Bits = Context.getTypeSize(Context.getSizeType());
H A DDeclObjC.cpp1668 IV->getASTContext().getTypeSize(IV->getType()), IV));
H A DExpr.cpp2895 (Ctx.getTypeSize(E->getType()) ==
2896 Ctx.getTypeSize(SubExpr->getType()));
H A DMicrosoftMangle.cpp3035 uint64_t Width = getASTContext().getTypeSize(T);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp1746 unsigned typeSize = static_cast<unsigned>(Context.getTypeSize(Result));
2436 llvm::APSInt ConstVal(Context.getTypeSize(Context.getSizeType()));
2578 unsigned TypeSize = static_cast<unsigned>(Context.getTypeSize(CurType));
7828 unsigned typeSize = static_cast<unsigned>(S.Context.getTypeSize(CurType));
7894 unsigned TypeSize = S.Context.getTypeSize(EltType);
H A DSemaDeclCXX.cpp6561 S.getASTContext().getTypeSize(D->getTypeForDecl()) <= TypeSize)
8162 Size = Size.zextOrTrunc(S.Context.getTypeSize(SizeType));
8175 llvm::APInt Zero(S.Context.getTypeSize(SizeType), 0);
13641 llvm::APInt Size(S.Context.getTypeSize(SizeType),
13855 llvm::APInt Zero(S.Context.getTypeSize(SizeType), 0);
13887 = ArrayTy->getSize().zextOrTrunc(S.Context.getTypeSize(SizeType));
H A DSemaDecl.cpp7348 Context.getTypeSize(R),
16611 uint64_t TypeStorageSize = Context.getTypeSize(FieldTy);
17165 llvm::APInt Zero(Context.getTypeSize(Context.IntTy), 0);
17663 unsigned BitWidth = Context.getTypeSize(T);
17667 if (Context.getTypeSize(Types[I]) > BitWidth)
H A DSemaTemplate.cpp7103 : Context.getTypeSize(IntegerType));
7187 unsigned AllowedBits = Context.getTypeSize(IntegerType);
7198 : Context.getTypeSize(IntegerType);
H A DSemaStmt.cpp3148 // (The function `getTypeSize` returns the size in bits.)
3150 if (Ctx.getTypeSize(VariableType) <= 64 * 8 &&
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1185 uint64_t ElemSize = Ctx.getTypeSize(ElementTy);
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprCXX.cpp1660 Target.getNewAlign(), getContext().getTypeSize(allocType)));
H A DCGExprAgg.cpp2017 getContext().getTypeSize(FD->getType()) <=
H A DCGCall.cpp4141 auto T = Builder.getIntNTy(Context.getTypeSize(SizeTy));
4341 getContext().getTypeSize(Arg->getType()) <
H A DCGObjC.cpp145 llvm::APInt APNumElements(Context.getTypeSize(Context.getSizeType()),
H A DCodeGenFunction.h3281 llvm::Value *getTypeSize(QualType Ty);
H A DCGObjCGNU.cpp3463 Context.getTypeSize(IVD->getType())));
H A DCGObjCMac.cpp2469 assert(CGM.getContext().getTypeSize(type)

Completed in 542 milliseconds

123