Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCleanup.cpp659 void CodeGenFunction::PopCleanupBlock(bool FallthroughIsBranchThrough) { in PopCleanupBlock() argument
723 if (FallthroughIsBranchThrough) { in PopCleanupBlock()
859 (FallthroughSource && FallthroughIsBranchThrough) || in PopCleanupBlock()
893 (HasFallthrough && !FallthroughIsBranchThrough) || in PopCleanupBlock()
915 if (FallthroughSource && !FallthroughIsBranchThrough) { in PopCleanupBlock()
976 assert(!FallthroughIsBranchThrough); in PopCleanupBlock()