Searched refs:RHSRef (Results 1 – 1 of 1) sorted by relevance
1625 if (const auto *RHSRef = dyn_cast<DeclRefExpr>(RHS); in matches() local1626 !RHSRef || !hasPointerType(*RHSRef) || in matches()1627 !isSupportedVariable(*RHSRef)) { in matches()1689 if (const auto *RHSRef = dyn_cast<DeclRefExpr>(RHS); in matches() local1690 !RHSRef || in matches()1691 !isa<ConstantArrayType>(RHSRef->getType().getCanonicalType()) || in matches()1692 !isSupportedVariable(*RHSRef)) { in matches()