Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp2101 SmallVectorImpl<SourceLocation> &ReturnStmts, in CheckConstexprFunctionStmt() argument
2130 ReturnStmts.push_back(S->getBeginLoc()); in CheckConstexprFunctionStmt()
2137 SemaRef, Dcl, cast<AttributedStmt>(S)->getSubStmt(), ReturnStmts, in CheckConstexprFunctionStmt()
2147 if (!CheckConstexprFunctionStmt(SemaRef, Dcl, BodyIt, ReturnStmts, in CheckConstexprFunctionStmt()
2265 SmallVector<SourceLocation, 4> ReturnStmts; in CheckConstexprFunctionBody() local
2304 !CheckConstexprFunctionStmt(SemaRef, Dcl, SubStmt, ReturnStmts, in CheckConstexprFunctionBody()
2398 if (ReturnStmts.empty()) { in CheckConstexprFunctionBody()
2424 } else if (ReturnStmts.size() > 1) { in CheckConstexprFunctionBody()
2428 ReturnStmts.back(), in CheckConstexprFunctionBody()
2432 for (unsigned I = 0; I < ReturnStmts.size() - 1; ++I) in CheckConstexprFunctionBody()
[all …]