Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExpr.cpp7053 if (DeclRefExpr* DRL = dyn_cast<DeclRefExpr>(LHSStripped)) { in CheckCompareOperands() local
7055 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() local
7451 if (DRL->getDecl() == DRR->getDecl()) in CheckVectorCompareOperands()
DSemaChecking.cpp3923 if (DeclRefExpr* DRL = dyn_cast<DeclRefExpr>(LeftExprSansParen)) in CheckFloatComparison() local
3925 if (DRL->getDecl() == DRR->getDecl()) in CheckFloatComparison()