Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.cpp637 void CodeGenFunction::PopCleanupBlock(bool FallthroughIsBranchThrough, in PopCleanupBlock() argument
713 if (FallthroughIsBranchThrough) { in PopCleanupBlock()
860 (FallthroughSource && FallthroughIsBranchThrough) || in PopCleanupBlock()
899 (HasFallthrough && !FallthroughIsBranchThrough) || in PopCleanupBlock()
920 if (FallthroughSource && !FallthroughIsBranchThrough) { in PopCleanupBlock()
982 assert(!FallthroughIsBranchThrough); in PopCleanupBlock()