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

/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp363 const CStyleCastExpr* CastExpr1 = cast<CStyleCastExpr>(Stmt1); local
366 return CastExpr1->getTypeAsWritten() == CastExpr2->getTypeAsWritten();

Completed in 88 milliseconds