Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp432 const BinaryOperator *BinOp2 = cast<BinaryOperator>(Stmt2); in isIdenticalStmt() local
433 return BinOp1->getOpcode() == BinOp2->getOpcode(); in isIdenticalStmt()