Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
DPreferMemberInitializerCheck.cpp25 static bool isNoReturnCallStatement(const Stmt *S) { in isNoReturnCallStatement() function
135 if (isNoReturnCallStatement(S)) in check()
139 if (isNoReturnCallStatement(CondOp->getLHS()) || in check()
140 isNoReturnCallStatement(CondOp->getRHS())) in check()