Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h420 Stmt *getReturnStmtOnAllocFailure() const { in getReturnStmtOnAllocFailure() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp807 if (auto *RetOnAllocFailure = S.getReturnStmtOnAllocFailure()) { in EmitCoroutineBody()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h8457 !S->getReturnStmtOnAllocFailure() && !S->getDeallocate() && in TransformCoroutineBodyStmt()
8477 if (auto *OnAllocFailure = S->getReturnStmtOnAllocFailure()) { in TransformCoroutineBodyStmt()