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

/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp225 const DeclRefExpr *DeclRef1 = dyn_cast<DeclRefExpr>(LHS); local
229 if ((DeclRef1) && (DeclRef2)) {
230 if ((DeclRef1->getType()->hasFloatingRepresentation()) &&
232 if (DeclRef1->getDecl() == DeclRef2->getDecl()) {
462 const DeclRefExpr *DeclRef1 = cast<DeclRefExpr>(Stmt1); local
464 return DeclRef1->getDecl() == DeclRef2->getDecl();

Completed in 104 milliseconds