Searched refs:SizeType (Results 1 - 11 of 11) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DRangeMap.h43 typedef S SizeType; typedef in struct:lldb_private::Range
46 SizeType size;
54 Range (BaseType b, SizeType s) :
101 SizeType
108 SetByteSize (SizeType s)
192 typedef S SizeType; typedef in class:lldb_private::RangeArray
461 typedef S SizeType; typedef in class:lldb_private::RangeVector
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Basic/
H A DTargetInfo.cpp55 SizeType = UnsignedLong;
302 SizeType = Is32BitArch ? UnsignedInt : UnsignedLong;
H A DTargets.cpp591 this->SizeType = TargetInfo::UnsignedInt;
746 this->SizeType = TargetInfo::UnsignedInt;
1507 SizeType = UnsignedInt;
1739 SizeType = TargetInfo::UnsignedInt;
1750 SizeType = TargetInfo::UnsignedLong;
3666 SizeType = UnsignedInt;
3732 SizeType = UnsignedLong;
3742 SizeType = UnsignedLong;
3760 SizeType = UnsignedLong;
3887 SizeType
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DTargetInfo.h180 IntType SizeType, IntMaxType, PtrDiffType, IntPtrType, WCharType, member in class:clang::TargetInfo
214 IntType getSizeType() const { return SizeType; }
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLambda.cpp1406 QualType SizeType = S.Context.getSizeType(); local
1419 S.Context, S.CurContext, Loc, Loc, IterationVarName, SizeType,
1420 S.Context.getTrivialTypeSourceInfo(SizeType, Loc), SC_None);
1427 S.BuildDeclRefExpr(IterationVar, SizeType, VK_LValue, Loc);
H A DSemaDeclCXX.cpp3519 QualType SizeType = SemaRef.Context.getSizeType(); local
3534 IterationVarName, SizeType,
3535 SemaRef.Context.getTrivialTypeSourceInfo(SizeType, Loc),
3541 = SemaRef.BuildDeclRefExpr(IterationVar, SizeType, VK_LValue, Loc);
9713 QualType SizeType = S.Context.getSizeType(); local
9714 llvm::APInt Size(S.Context.getTypeSize(SizeType),
9752 To, From, IntegerLiteral::Create(S.Context, Size, SizeType, Loc)
9911 QualType SizeType = S.Context.getSizeType(); local
9922 IterationVarName, SizeType,
9923 S.Context.getTrivialTypeSourceInfo(SizeType, Lo
[all...]
H A DSemaExpr.cpp1610 QualType SizeType = Context.getSizeType();
1618 Context.getArrayDecayedType(StrTy), SizeType
1627 llvm::APInt Len(Context.getIntWidth(SizeType), Literal.GetNumStringChars());
1628 IntegerLiteral *LenArg = IntegerLiteral::Create(Context, Len, SizeType,
3825 auto SizeType = Context.getSizeType(); local
3829 /*Id*/ nullptr, SizeType, /*TInfo*/ nullptr,
3837 CSI->addVLATypeCapture(ExprLoc, SizeType);
H A DSemaExprCXX.cpp1447 QualType SizeType = ArraySize->getType(); local
1449 if (!SizeType->isIntegralOrUnscopedEnumerationType())
H A DTreeTransform.h11206 QualType SizeType; local
11209 SizeType = Types[I];
11216 = IntegerLiteral::Create(SemaRef.Context, *Size, SizeType,
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h142 enum SizeType : unsigned char {
152 inline static SizeType getSizeType(unsigned nbytes);
157 ValueType(BaseType B, SizeType Sz, bool S, unsigned char VS)
162 SizeType Size;
168 inline ValueType::SizeType ValueType::getSizeType(unsigned nbytes) {
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExprCXX.h3588 SizeOfPackExpr(QualType SizeType, SourceLocation OperatorLoc, NamedDecl *Pack,
3591 : Expr(SizeOfPackExprClass, SizeType, VK_RValue, OK_Ordinary,

Completed in 333 milliseconds