Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Ctx

3277   auto &Ctx = CGF.getContext();
3320 Ctx.getUIntPtrType(),
3322 LValue DstLV = CGF.MakeAddrLValue(DstAddr, Ctx.getUIntPtrType());
3325 DstAddr.getPointer(), Ctx.getPointerType(Ctx.getUIntPtrType()),
3326 Ctx.getPointerType(RI->getType()), SourceLocation());
3366 Ctx.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/true);
3374 auto &&ThenGen = [this, &Ctx, &BasePointers, &Pointers, &Sizes, &MapTypes,
3386 QualType PointerArrayType = Ctx.getConstantArrayType(
3387 Ctx.VoidPtrTy, PointerNumAP, ArrayType::Normal,
3399 QualType SizeArrayType = Ctx.getConstantArrayType(
3400 Ctx.getSizeType(), PointerNumAP, ArrayType::Normal,
3445 Address BPAddr(BP, Ctx.getTypeAlignInChars(Ctx.VoidPtrTy));
3459 Address PAddr(P, Ctx.getTypeAlignInChars(Ctx.VoidPtrTy));
3467 Address SAddr(S, Ctx.getTypeAlignInChars(Ctx.getSizeType()));