Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:BaseExpr

1973   Expr *BaseExpr = E->getBase();
1978 BaseLV = MakeNaturalAlignAddrLValue(EmitScalarExpr(BaseExpr),
1979 BaseExpr->getType()->getPointeeType());
1981 BaseLV = EmitLValue(BaseExpr);
2429 Expr *BaseExpr = PseudoDtor->getBase();
2435 BaseValue = EmitScalarExpr(BaseExpr);
2436 const PointerType *PTy = BaseExpr->getType()->getAs<PointerType>();
2439 LValue BaseLV = EmitLValue(BaseExpr);
2441 QualType BaseTy = BaseExpr->getType();
2604 const Expr *BaseExpr = E->getBase();
2608 BaseValue = EmitScalarExpr(BaseExpr);
2609 ObjectTy = BaseExpr->getType()->getPointeeType();
2612 LValue BaseLV = EmitLValue(BaseExpr);
2615 ObjectTy = BaseExpr->getType();