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

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

Completed in 1153 milliseconds