Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp226 const DeclRefExpr *DeclRef1 = dyn_cast<DeclRefExpr>(LHS); in checkComparisonOp() local
230 if ((DeclRef1) && (DeclRef2)) { in checkComparisonOp()
231 if ((DeclRef1->getType()->hasFloatingRepresentation()) && in checkComparisonOp()
233 if (DeclRef1->getDecl() == DeclRef2->getDecl()) { in checkComparisonOp()
461 const DeclRefExpr *DeclRef1 = cast<DeclRefExpr>(Stmt1); in isIdenticalStmt() local
463 return DeclRef1->getDecl() == DeclRef2->getDecl(); in isIdenticalStmt()