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

/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp369 const ReturnStmt *ReturnStmt1 = cast<ReturnStmt>(Stmt1); local
372 return isIdenticalStmt(Ctx, ReturnStmt1->getRetValue(),

Completed in 100 milliseconds