Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DSimplifyBooleanExprCheck.cpp164 bool needsStaticCast(const Expr *E) { in needsStaticCast() function
212 const bool NeedsStaticCast = needsStaticCast(E); in replacementExpression()