Home | History | Annotate | Download | only in AST

Lines Matching refs:RHSExpr

4691     const Expr *RHSExpr = RHSVal.getLValueBase().dyn_cast<const Expr*>();
4692 if (!LHSExpr || !RHSExpr)
4695 const AddrLabelExpr *RHSAddrExpr = dyn_cast<AddrLabelExpr>(RHSExpr);
4951 const Expr *RHSExpr = LHSValue.Base.dyn_cast<const Expr*>();
4952 if (!LHSExpr || !RHSExpr)
4955 const AddrLabelExpr *RHSAddrExpr = dyn_cast<AddrLabelExpr>(RHSExpr);