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

/external/clang/lib/CodeGen/
H A DCGCleanup.cpp529 void CodeGenFunction::PopCleanupBlock(bool FallthroughIsBranchThrough) { argument
591 if (FallthroughIsBranchThrough) {
692 (FallthroughSource && FallthroughIsBranchThrough) ||
718 (HasFallthrough && !FallthroughIsBranchThrough) ||
736 if (FallthroughSource && !FallthroughIsBranchThrough) {
797 assert(!FallthroughIsBranchThrough);

Completed in 16 milliseconds