Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DSimplifyBooleanExprCheck.cpp311 if (const auto *CompoundRet = dyn_cast<ReturnStmt>(Compound->body_back())) in stmtReturnsBool() local
312 return stmtReturnsBool(CompoundRet, Negated); in stmtReturnsBool()