HomeSort by: relevance | last modified time | path
    Searched refs:HasFallthrough (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCleanup.cpp 680 bool HasFallthrough = (FallthroughSource != nullptr && IsActive);
699 (HasFixups || HasExistingBranches || HasFallthrough)) {
782 if (HasFallthrough && !HasPrebranchedFallthrough && !HasFixups &&
810 if (HasFallthrough) {
859 if (!Scope.hasBranchThroughs() && !HasFixups && !HasFallthrough &&
881 (HasFallthrough && !FallthroughIsBranchThrough) ||
905 if (HasFallthrough)
953 if (!HasFallthrough && FallthroughSource) {
963 } else if (HasFallthrough && FallthroughDest) {
969 } else if (HasFallthrough) {
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp 674 bool HasFallthrough = false;
679 HasFallthrough = true;
730 if (!HasFallthrough)

Completed in 66 milliseconds