Searched defs:FallthroughIsBranchThrough (Results 1 - 1 of 1) sorted by path

/external/clang/lib/CodeGen/
H A DCGCleanup.cpp562 void CodeGenFunction::PopCleanupBlock(bool FallthroughIsBranchThrough) { argument
624 if (FallthroughIsBranchThrough) {
725 (FallthroughSource && FallthroughIsBranchThrough) ||
751 (HasFallthrough && !FallthroughIsBranchThrough) ||
769 if (FallthroughSource && !FallthroughIsBranchThrough) {
830 assert(!FallthroughIsBranchThrough);

Completed in 326 milliseconds