Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp964 Expr *PreviousRetValue = nullptr; in EmitCoroutineBody() local
966 PreviousRetValue = cast<ReturnStmt>(Ret)->getRetValue(); in EmitCoroutineBody()
972 if (PreviousRetValue) in EmitCoroutineBody()
973 cast<ReturnStmt>(Ret)->setRetValue(PreviousRetValue); in EmitCoroutineBody()