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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp492 const UnaryOperator *UnaryOp1 = cast<UnaryOperator>(Stmt1); local
494 return UnaryOp1->getOpcode() == UnaryOp2->getOpcode();

Completed in 36 milliseconds