Searched refs:RHS_DR (Results 1 – 1 of 1) sorted by relevance
472 const DeclRefExpr *RHS_DR = dyn_cast<DeclRefExpr>(RHS); in isSelfAssign() local473 if (!RHS_DR) in isSelfAssign()476 if (VD != RHS_DR->getDecl()) in isSelfAssign()516 const DeclRefExpr *RHS_DR = dyn_cast<DeclRefExpr>(RHS->IgnoreParenCasts()); in isTruncationExtensionAssignment() local517 if (!RHS_DR) in isTruncationExtensionAssignment()520 if (VD != RHS_DR->getDecl()) in isTruncationExtensionAssignment()