Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp770 const bool CanFallthrough = CGF.Builder.GetInsertBlock(); in emitBodyAndFallthrough() local
771 if (CanFallthrough) in emitBodyAndFallthrough()
921 const bool CanFallthrough = Builder.GetInsertBlock(); in EmitCoroutineBody() local
923 if (CanFallthrough || HasCoreturns) { in EmitCoroutineBody()