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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp343 const CStyleCastExpr* CastExpr2 = cast<CStyleCastExpr>(Stmt2); local
345 return CastExpr1->getTypeAsWritten() == CastExpr2->getTypeAsWritten();

Completed in 27 milliseconds