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

  /external/clang/lib/CodeGen/
CGCleanup.cpp 619 bool HasFallthrough = (FallthroughSource != nullptr && IsActive);
638 (HasFixups || HasExistingBranches || HasFallthrough)) {
699 if (HasFallthrough && !HasPrebranchedFallthrough &&
719 if (HasFallthrough) {
760 if (!Scope.hasBranchThroughs() && !HasFixups && !HasFallthrough &&
782 (HasFallthrough && !FallthroughIsBranchThrough) ||
803 if (HasFallthrough)
    [all...]
  /external/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp 621 bool HasFallthrough = false;
626 HasFallthrough = true;
675 if (!HasFallthrough)
    [all...]

Completed in 199 milliseconds