Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DPreferMemberInitializerCheck.cpp25 static bool isNoReturnCallStatement(const Stmt *S) { in isNoReturnCallStatement() function
168 if (isNoReturnCallStatement(S)) in check()
172 if (isNoReturnCallStatement(CondOp->getLHS()) || in check()
173 isNoReturnCallStatement(CondOp->getRHS())) in check()