Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp144 static bool StmtCanThrow(const Stmt *S) { in StmtCanThrow() function
170 if (StmtCanThrow(child)) in StmtCanThrow()
285 StmtCanThrow(S.getSuspendExpr()); in emitSuspendExpression()
342 StmtCanThrow(S.getResumeExpr())) { in emitSuspendExpression()