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 593 bool HasFallthrough = (FallthroughSource != 0 && IsActive);
612 (HasFixups || HasExistingBranches || HasFallthrough)) {
676 if (HasFallthrough && !HasPrebranchedFallthrough &&
696 if (HasFallthrough) {
737 if (!Scope.hasBranchThroughs() && !HasFixups && !HasFallthrough &&
751 (HasFallthrough && !FallthroughIsBranchThrough) ||
771 if (HasFallthrough)
819 if (!HasFallthrough && FallthroughSource) {
829 } else if (HasFallthrough && FallthroughDest) {
835 } else if (HasFallthrough) {
    [all...]
  /external/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp 645 bool HasFallthrough = false;
652 HasFallthrough = true;
701 if (!HasFallthrough)
    [all...]

Completed in 53 milliseconds