Searched refs:DRL (Results 1 – 2 of 2) sorted by relevance
7053 if (DeclRefExpr* DRL = dyn_cast<DeclRefExpr>(LHSStripped)) { in CheckCompareOperands() local7055 if (DRL->getDecl() == DRR->getDecl() && in CheckCompareOperands()7056 !IsWithinTemplateSpecialization(DRL->getDecl())) { in CheckCompareOperands()7063 !DRL->getDecl()->getType()->isReferenceType() && in CheckCompareOperands()7447 if (DeclRefExpr* DRL in CheckVectorCompareOperands() local7451 if (DRL->getDecl() == DRR->getDecl()) in CheckVectorCompareOperands()
3923 if (DeclRefExpr* DRL = dyn_cast<DeclRefExpr>(LeftExprSansParen)) in CheckFloatComparison() local3925 if (DRL->getDecl() == DRR->getDecl()) in CheckFloatComparison()