Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp209 const DeclRefExpr *DeclRef2 = dyn_cast<DeclRefExpr>(RHS); in checkComparisonOp() local
212 if ((DeclRef1) && (DeclRef2)) { in checkComparisonOp()
214 (DeclRef2->getType()->hasFloatingRepresentation())) { in checkComparisonOp()
215 if (DeclRef1->getDecl() == DeclRef2->getDecl()) { in checkComparisonOp()
442 const DeclRefExpr *DeclRef2 = cast<DeclRefExpr>(Stmt2); in isIdenticalStmt() local
443 return DeclRef1->getDecl() == DeclRef2->getDecl(); in isIdenticalStmt()