Home
last modified time | relevance | path

Searched refs:DRL (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaExpr.cpp6076 if (DeclRefExpr* DRL = dyn_cast<DeclRefExpr>(LHSStripped)) { in CheckCompareOperands() local
6078 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() local
6481 if (DRL->getDecl() == DRR->getDecl()) in CheckVectorCompareOperands()
DSemaChecking.cpp2350 if (DeclRefExpr* DRL = dyn_cast<DeclRefExpr>(LeftExprSansParen)) in CheckFloatComparison() local
2352 if (DRL->getDecl() == DRR->getDecl()) in CheckFloatComparison()