Home | History | Annotate | Download | only in Sema

Lines Matching defs:SizeType

2548     QualType SizeType = SemaRef.Context.getSizeType();
2563 IterationVarName, SizeType,
2564 SemaRef.Context.getTrivialTypeSourceInfo(SizeType, Loc),
2570 = SemaRef.BuildDeclRefExpr(IterationVar, SizeType, VK_LValue, Loc);
7482 QualType SizeType = S.Context.getSizeType();
7493 IterationVarName, SizeType,
7494 S.Context.getTrivialTypeSourceInfo(SizeType, Loc),
7498 llvm::APInt Zero(S.Context.getTypeSize(SizeType), 0);
7499 IterationVar->setInit(IntegerLiteral::Create(S.Context, Zero, SizeType, Loc));
7504 = S.BuildDeclRefExpr(IterationVar, SizeType, VK_LValue, Loc).take();
7514 = ArrayTy->getSize().zextOrTrunc(S.Context.getTypeSize(SizeType));
7517 IntegerLiteral::Create(S.Context, Upper, SizeType, Loc),
7523 = new (S.Context) UnaryOperator(IterationVarRef, UO_PreInc, SizeType,
7902 QualType SizeType = Context.getSizeType();
7903 llvm::APInt Size(Context.getTypeSize(SizeType),
7967 CallArgs.push_back(IntegerLiteral::Create(Context, Size, SizeType, Loc));
8441 QualType SizeType = Context.getSizeType();
8442 llvm::APInt Size(Context.getTypeSize(SizeType),
8512 CallArgs.push_back(IntegerLiteral::Create(Context, Size, SizeType, Loc));