Home | History | Annotate | Download | only in Sema

Lines Matching defs:SizeType

3516     QualType SizeType = SemaRef.Context.getSizeType();
3531 IterationVarName, SizeType,
3532 SemaRef.Context.getTrivialTypeSourceInfo(SizeType, Loc),
3538 = SemaRef.BuildDeclRefExpr(IterationVar, SizeType, VK_LValue, Loc);
9680 QualType SizeType = S.Context.getSizeType();
9681 llvm::APInt Size(S.Context.getTypeSize(SizeType),
9719 To, From, IntegerLiteral::Create(S.Context, Size, SizeType, Loc)
9878 QualType SizeType = S.Context.getSizeType();
9889 IterationVarName, SizeType,
9890 S.Context.getTrivialTypeSourceInfo(SizeType, Loc),
9894 llvm::APInt Zero(S.Context.getTypeSize(SizeType), 0);
9895 IterationVar->setInit(IntegerLiteral::Create(S.Context, Zero, SizeType, Loc));
9898 RefBuilder IterationVarRef(IterationVar, SizeType);
9926 = ArrayTy->getSize().zextOrTrunc(S.Context.getTypeSize(SizeType));
9929 IntegerLiteral::Create(S.Context, Upper, SizeType, Loc),
9936 SizeType, VK_LValue, OK_Ordinary, Loc);