Home | History | Annotate | Download | only in CodeGen

Lines Matching full:getcontext

293     CGF.getContext().getTypeInfoInChars(E->getType());
327 CharUnits sz = CGF.getContext().getTypeSizeInChars(type);
375 ASTContext &ctx = CGF.getContext();
583 E->getType().isPODType(CGF.getContext())) {
632 QualType PtrTy = CGF.getContext().getPointerType(Ty);
657 assert(CGF.getContext().hasSameUnqualifiedType(valueType,
671 assert(CGF.getContext().hasSameUnqualifiedType(op->getType(),
729 assert(CGF.getContext().hasSameUnqualifiedType(E->getSubExpr()->getType(),
891 assert(CGF.getContext().hasSameUnqualifiedType(E->getLHS()->getType(),
900 E->getRHS()->HasSideEffects(CGF.getContext())) {
987 Visit(CE->getChosenSubExpr(CGF.getContext()));
1173 CGF.getContext().getAsArrayType(E->getType())->getElementType();
1318 return CGF.getContext().getTypeSizeInChars(E->getType());
1343 NumNonZeroBytes += CGF.getContext().toCharUnitsFromBits(
1344 CGF.getContext().getTargetInfo().getPointerWidth(0));
1371 if (const RecordType *RT = CGF.getContext()
1380 CGF.getContext().getTypeInfoInChars(E->getType());
1470 TypeInfo = getContext().getTypeInfoDataSizeInChars(Ty);
1472 TypeInfo = getContext().getTypeInfoInChars(Ty);
1509 llvm::Type *SizeTy = ConvertType(getContext().getSizeType());
1516 QualType BaseType = getContext().getBaseElementType(Ty);
1520 llvm::Type *SizeTy = ConvertType(getContext().getSizeType());
1577 ASTContext &ctx = getContext();