Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DIdenticalExprChecker.cpp360 const CStyleCastExpr* CastExpr2 = cast<CStyleCastExpr>(Stmt2); in isIdenticalStmt() local
362 return CastExpr1->getTypeAsWritten() == CastExpr2->getTypeAsWritten(); in isIdenticalStmt()