Home
last modified time | relevance | path

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

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