Searched refs:CanFallthrough (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp537 const bool CanFallthrough = CGF.Builder.GetInsertBlock(); local
538 if (CanFallthrough)
673 const bool CanFallthrough = Builder.GetInsertBlock(); local
675 if (CanFallthrough || HasCoreturns) {

Completed in 41 milliseconds