Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp493 const UnaryOperator *UnaryOp2 = cast<UnaryOperator>(Stmt2); in isIdenticalStmt() local
494 return UnaryOp1->getOpcode() == UnaryOp2->getOpcode(); in isIdenticalStmt()