Searched refs:getTypeSize (Results 1 - 25 of 58) sorted by relevance

123

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h97 return APSIntType(Ctx.getTypeSize(T),
154 return getValue(0, Ctx.getTypeSize(Ctx.VoidPtrTy), isUnsigned);
158 return getValue(X, Ctx.getTypeSize(Ctx.VoidPtrTy), isUnsigned);
162 return getValue(b ? 1 : 0, Ctx.getTypeSize(T), false);
H A DSValBuilder.h69 ArrayIndexWidth(context.getTypeSize(ArrayIndexTy)) {}
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp453 if (Found && Context.getTypeSize(Found) != Context.getTypeSize(T))
471 uint64_t Size = Context.getTypeSize(Ty);
515 Size += Context.getTypeSize(FD->getType());
519 if (Size != Context.getTypeSize(Ty))
773 unsigned VecSize = Context.getTypeSize(VT);
979 uint64_t RetWidth = CGF.getContext().getTypeSize(ReturnSlot.getType());
1010 uint64_t Size = Context.getTypeSize(Ty);
1084 uint64_t Size = getContext().getTypeSize(RetTy);
1120 uint64_t Size = getContext().getTypeSize(RetT
[all...]
H A DCodeGenTypes.cpp92 (unsigned)Context.getTypeSize(T));
428 static_cast<unsigned>(Context.getTypeSize(T)));
618 uint64_t valueSize = Context.getTypeSize(valueType);
619 uint64_t atomicSize = Context.getTypeSize(Ty);
648 return Context.getTypeSize(type) != Context.getTypeSize(type->getValueType());
H A DCGDebugInfo.cpp444 unsigned Size = CGM.getContext().getTypeSize(CGM.getContext().VoidPtrTy);
501 "opencl_sampler_t", CGM.getContext().getTypeSize(BT),
571 uint64_t Size = CGM.getContext().getTypeSize(BT);
582 uint64_t Size = CGM.getContext().getTypeSize(Ty);
705 Size = CGM.getContext().getTypeSize(Ty);
725 // Size is always the size of a pointer. We can't use getTypeSize here
746 unsigned Size = CGM.getContext().getTypeSize(CGM.getContext().VoidPtrTy);
775 uint64_t Size = CGM.getContext().getTypeSize(Ty);
789 FieldSize = CGM.getContext().getTypeSize(Ty);
1416 unsigned Size = Context.getTypeSize(Contex
[all...]
H A DCGAtomic.cpp77 ValueSizeInBits = C.getTypeSize(ValueTy);
112 ValueSizeInBits = C.getTypeSize(ValueTy);
114 AtomicSizeInBits = C.getTypeSize(AtomicTy);
120 ValueSizeInBits = C.getTypeSize(ValueTy);
124 AtomicSizeInBits = C.getTypeSize(AtomicTy);
1300 getContext().getTypeSize(Ty), getContext().getTypeAlign(Ty));
H A DCGOpenMPRuntime.cpp970 static llvm::Value *getTypeSize(CodeGenFunction &CGF, QualType Ty) { function
1658 auto *BufSize = getTypeSize(CGF, CopyprivateArrayTy);
2809 auto *KmpTaskTWithPrivatesTySize = getTypeSize(CGF, KmpTaskTWithPrivatesQTy);
2974 C.getIntTypeForBitwidth(C.getTypeSize(C.BoolTy), /*Signed=*/false);
3009 Size = getTypeSize(CGF, Ty);
3414 auto *ReductionArrayTySize = getTypeSize(CGF, ReductionArrayTy);
3876 Size = getTypeSize(CGF, RI->getType());
3883 Size = getTypeSize(CGF, PtrTy->getPointeeType());
3912 Size = getTypeSize(CGF, RI->getType());
3920 Size = getTypeSize(CG
[all...]
H A DCGStmt.cpp1832 uint64_t InputSize = getContext().getTypeSize(InputTy);
1833 if (getContext().getTypeSize(OutputType) < InputSize) {
1924 if (getContext().getTypeSize(OutputType) >
1925 getContext().getTypeSize(InputTy)) {
H A DCGBuiltin.cpp99 CGF.getContext().getTypeSize(T));
161 CGF.getContext().getTypeSize(T));
199 CGF.getLLVMContext(), CGF.getContext().getTypeSize(T));
1829 getContext().getTypeSize(E->getType()));
3608 getContext().getTypeSize(E->getType()) == 64) ||
3646 getContext().getTypeSize(Ty));
3666 getContext().getTypeSize(E->getArg(0)->getType()) == 64)) {
3692 getContext().getTypeSize(Ty));
4361 assert((getContext().getTypeSize(E->getType()) == 32) &&
4368 assert((getContext().getTypeSize(
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DObjCContainersASTChecker.cpp41 return (ASTC.getTypeSize(T) == PtrWidth);
H A DCallAndMessageChecker.cpp552 const uint64_t voidPtrSize = Ctx.getTypeSize(Ctx.VoidPtrTy);
553 const uint64_t returnTypeSize = Ctx.getTypeSize(CanRetTy);
H A DBasicObjCFoundationChecks.cpp401 return Ctx.getTypeSize(T);
485 uint64_t SourceSize = Ctx.getTypeSize(T);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmtAsm.cpp236 unsigned Size = Context.getTypeSize(OutputExpr->getType());
327 unsigned Size = Context.getTypeSize(Ty);
391 unsigned Size = Context.getTypeSize(Ty);
493 uint64_t OutSize = Context.getTypeSize(OutTy);
494 uint64_t InSize = Context.getTypeSize(InTy);
H A DSemaCast.cpp1702 if (Context.getTypeSize(DestTy) == Context.getTypeSize(SrcTy)) {
1739 && Self.Context.getTypeSize(DestType) >
1740 Self.Context.getTypeSize(SrcType)) {
1855 if (Self.Context.getTypeSize(DestMemPtr) !=
1856 Self.Context.getTypeSize(SrcMemPtr)) {
1873 if (Self.Context.getTypeSize(SrcType) >
1874 Self.Context.getTypeSize(DestType)) {
1949 if ((Self.Context.getTypeSize(SrcType) >
1950 Self.Context.getTypeSize(DestTyp
[all...]
H A DSemaOpenMP.cpp3334 C.getTypeSize(Type) > C.getTypeSize(VarType);
3337 UseVarType ? C.getTypeSize(VarType) : C.getTypeSize(Type);
3349 unsigned NewSize = (C.getTypeSize(Type) > 32) ? 64 : 32;
3350 if (NewSize != C.getTypeSize(Type)) {
3351 if (NewSize < C.getTypeSize(Type)) {
3358 C.getTypeSize(Type) < NewSize);
3719 unsigned HasBits = C.getTypeSize(OldType);
3844 bool AllCountsNeedLessThan32Bits = C.getTypeSize(N
[all...]
H A DSemaChecking.cpp825 if (Context.getTypeSize(ValType) > MaxWidth) {
4311 if (V.getActiveBits() <= S.Context.getTypeSize(IntendedTy))
4833 uint64_t ArgSize = Context.getTypeSize(ArgType);
4837 if (Context.getTypeSize(ParamType) >= ArgSize) {
5003 S.Context.getTypeSize(ArgType) <=
5004 S.Context.getTypeSize(ParamType)) {
5120 if (Context.getTypeSize(ArgType) <= Context.getTypeSize(ParamType))
5305 (Context.getTypeSize(PointeeTy) == Context.getCharWidth()))
7239 if (S.Context.getTypeSize(Sourc
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp433 if (getContext().getTypeSize(castTy) >= getContext().getTypeSize(originalTy))
441 APSIntType ToType(getContext().getTypeSize(castTy),
H A DSimpleSValBuilder.cpp77 unsigned castSize = Context.getTypeSize(castTy);
167 unsigned BitWidth = Context.getTypeSize(castTy);
286 uint64_t TypeWidth = Ctx.getTypeSize(SymbolType);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DMangle.cpp180 ArgWords += llvm::RoundUpToAlignment(ASTContext.getTypeSize(AT),
H A DASTContext.cpp1404 MinWidth <= getTypeSize(cast<ConstantArrayType>(arrayType)))
1920 return std::max(ABIAlign, (unsigned)getTypeSize(T));
4723 uint64_t IntSize = getTypeSize(IntTy);
4773 uint64_t FromSize = getTypeSize(BT);
4777 uint64_t ToSize = getTypeSize(PromoteTypes[Idx]);
5981 CurOffs += getTypeSize(VoidPtrTy);
6045 CurOffs += getTypeSize(field->getType());
6253 llvm::APInt Size(Context->getTypeSize(Context->getSizeType()), 1);
6308 llvm::APInt Size(Context->getTypeSize(Context->getSizeType()), 1);
6316 llvm::APInt Size(Context->getTypeSize(Contex
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp993 uint64_t FinalTySize = Ctx.getTypeSize(FinalTy);
994 uint64_t OrigTySize = Ctx.getTypeSize(OrigTy);
1017 OrigTySize >= Ctx.getTypeSize(Ctx.IntTy))
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DDataExtractor.cpp1841 if (item_bit_size == ast->getTypeSize(ast->FloatTy))
1847 else if (item_bit_size == ast->getTypeSize(ast->DoubleTy))
1856 else if (item_bit_size == ast->getTypeSize(ast->LongDoubleTy))
1868 else if (item_bit_size == ast->getTypeSize(ast->HalfTy))
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DBodyFarm.cpp212 IntegerLiteral::Create(C, llvm::APInt(C.getTypeSize(C.IntTy), (uint64_t) 1),
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp736 uint64_t qual_type_bit_size = ast->getTypeSize(qual_type);
2232 if (bit_size == ast->getTypeSize(ast->SignedCharTy))
2235 if (bit_size == ast->getTypeSize(ast->ShortTy))
2238 if (bit_size == ast->getTypeSize(ast->IntTy))
2241 if (bit_size == ast->getTypeSize(ast->LongTy))
2244 if (bit_size == ast->getTypeSize(ast->LongLongTy))
2247 if (bit_size == ast->getTypeSize(ast->Int128Ty))
2252 if (bit_size == ast->getTypeSize(ast->UnsignedCharTy))
2255 if (bit_size == ast->getTypeSize(ast->UnsignedShortTy))
2258 if (bit_size == ast->getTypeSize(as
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1793 uint64_t getTypeSize(QualType T) const { return getTypeInfo(T).Width; } function in class:clang::ASTContext::DynTypedNodeList
1794 uint64_t getTypeSize(const Type *T) const { return getTypeInfo(T).Width; } function in class:clang::ASTContext::DynTypedNodeList
1798 return getTypeSize(CharTy);

Completed in 243 milliseconds

123