Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCleanup.cpp651 void CodeGenFunction::PopCleanupBlock(bool FallthroughIsBranchThrough) { in PopCleanupBlock() argument
715 if (FallthroughIsBranchThrough) { in PopCleanupBlock()
825 (FallthroughSource && FallthroughIsBranchThrough) || in PopCleanupBlock()
859 (HasFallthrough && !FallthroughIsBranchThrough) || in PopCleanupBlock()
878 if (FallthroughSource && !FallthroughIsBranchThrough) { in PopCleanupBlock()
939 assert(!FallthroughIsBranchThrough); in PopCleanupBlock()