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.cpp652 void CodeGenFunction::PopCleanupBlock(bool FallthroughIsBranchThrough, in PopCleanupBlock() argument
728 if (FallthroughIsBranchThrough) { in PopCleanupBlock()
875 (FallthroughSource && FallthroughIsBranchThrough) || in PopCleanupBlock()
914 (HasFallthrough && !FallthroughIsBranchThrough) || in PopCleanupBlock()
935 if (FallthroughSource && !FallthroughIsBranchThrough) { in PopCleanupBlock()
998 assert(!FallthroughIsBranchThrough); in PopCleanupBlock()