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 383 bool FallThroughIsBranchThrough =
386 PopCleanupBlock(FallThroughIsBranchThrough);
562 void CodeGenFunction::PopCleanupBlock(bool FallthroughIsBranchThrough) {
624 if (FallthroughIsBranchThrough) {
725 (FallthroughSource && FallthroughIsBranchThrough) ||
751 (HasFallthrough && !FallthroughIsBranchThrough) ||
769 if (FallthroughSource && !FallthroughIsBranchThrough) {
830 assert(!FallthroughIsBranchThrough);
    [all...]
CodeGenFunction.h 433 void PopCleanupBlock(bool FallThroughIsBranchThrough = false);
    [all...]

Completed in 160 milliseconds