Searched refs:DRL (Results 1 – 2 of 2) sorted by relevance
6076 if (DeclRefExpr* DRL = dyn_cast<DeclRefExpr>(LHSStripped)) { in CheckCompareOperands() local6078 if (DRL->getDecl() == DRR->getDecl() && in CheckCompareOperands()6079 !IsWithinTemplateSpecialization(DRL->getDecl())) { in CheckCompareOperands()6086 !DRL->getDecl()->getType()->isReferenceType() && in CheckCompareOperands()6479 if (DeclRefExpr* DRL = dyn_cast<DeclRefExpr>(lex.get()->IgnoreParens())) in CheckVectorCompareOperands() local6481 if (DRL->getDecl() == DRR->getDecl()) in CheckVectorCompareOperands()
2350 if (DeclRefExpr* DRL = dyn_cast<DeclRefExpr>(LeftExprSansParen)) in CheckFloatComparison() local2352 if (DRL->getDecl() == DRR->getDecl()) in CheckFloatComparison()