reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGCleanup.cpp
  677   bool HasFallthrough = (FallthroughSource != nullptr && IsActive);
  684     (FallthroughSource && FallthroughSource->getTerminator());
  684     (FallthroughSource && FallthroughSource->getTerminator());
  691           FallthroughSource->getTerminator()->getSuccessor(0)
  724     ForwardPrebranchedFallthrough(FallthroughSource,
  796       } else if (FallthroughSource) {
  819           (FallthroughSource && FallthroughIsBranchThrough) ||
  872         if (FallthroughSource && !FallthroughIsBranchThrough) {
  922       if (!HasFallthrough && FallthroughSource) {