Searched defs:DeclRef1 (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp208 const DeclRefExpr *DeclRef1 = dyn_cast<DeclRefExpr>(LHS); local
212 if ((DeclRef1) && (DeclRef2)) {
213 if ((DeclRef1->getType()->hasFloatingRepresentation()) &&
215 if (DeclRef1->getDecl() == DeclRef2->getDecl()) {
441 const DeclRefExpr *DeclRef1 = cast<DeclRefExpr>(Stmt1); local
443 return DeclRef1->getDecl() == DeclRef2->getDecl();

Completed in 188 milliseconds