Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGCoroutine.cpp674 const bool HasCoreturns = CurCoro.Data->CoreturnCount > 0; in EmitCoroutineBody() local
675 if (CanFallthrough || HasCoreturns) { in EmitCoroutineBody()