Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.cpp664 void CodeGenFunction::PopCleanupBlock(bool FallthroughIsBranchThrough) { in PopCleanupBlock() argument
728 if (FallthroughIsBranchThrough) { in PopCleanupBlock()
864 (FallthroughSource && FallthroughIsBranchThrough) || in PopCleanupBlock()
903 (HasFallthrough && !FallthroughIsBranchThrough) || in PopCleanupBlock()
925 if (FallthroughSource && !FallthroughIsBranchThrough) { in PopCleanupBlock()
986 assert(!FallthroughIsBranchThrough); in PopCleanupBlock()