Searched refs:RHS_DR (Results 1 – 1 of 1) sorted by relevance
481 const DeclRefExpr *RHS_DR = dyn_cast<DeclRefExpr>(RHS); in isSelfAssign() local482 if (!RHS_DR) in isSelfAssign()485 if (VD != RHS_DR->getDecl()) in isSelfAssign()525 const DeclRefExpr *RHS_DR = dyn_cast<DeclRefExpr>(RHS->IgnoreParenCasts()); in isTruncationExtensionAssignment() local526 if (!RHS_DR) in isTruncationExtensionAssignment()529 if (VD != RHS_DR->getDecl()) in isTruncationExtensionAssignment()