HomeSort by relevance Sort by last modified time
    Searched refs:FallThroughIsBranchThrough (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGCleanup.cpp 430 bool FallThroughIsBranchThrough =
433 PopCleanupBlock(FallThroughIsBranchThrough);
603 void CodeGenFunction::PopCleanupBlock(bool FallthroughIsBranchThrough) {
667 if (FallthroughIsBranchThrough) {
777 (FallthroughSource && FallthroughIsBranchThrough) ||
811 (HasFallthrough && !FallthroughIsBranchThrough) ||
830 if (FallthroughSource && !FallthroughIsBranchThrough) {
    [all...]
CodeGenFunction.h 457 void PopCleanupBlock(bool FallThroughIsBranchThrough = false);
    [all...]

Completed in 833 milliseconds