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

/external/clang/lib/CodeGen/
H A DCGCleanup.cpp603 void CodeGenFunction::PopCleanupBlock(bool FallthroughIsBranchThrough) { argument
667 if (FallthroughIsBranchThrough) {
777 (FallthroughSource && FallthroughIsBranchThrough) ||
811 (HasFallthrough && !FallthroughIsBranchThrough) ||
830 if (FallthroughSource && !FallthroughIsBranchThrough) {
891 assert(!FallthroughIsBranchThrough);

Completed in 102 milliseconds