reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | // RUN: %exploded_graph_rewriter %s | FileCheck %s // RUN: %exploded_graph_rewriter --dark %s | FileCheck %s \ // RUN: -check-prefixes=CHECK,DARK // FIXME: Substitution doesn't seem to work on Windows. // UNSUPPORTED: system-windows digraph "Exploded Graph" { label="Exploded Graph"; } // CHECK: digraph "ExplodedGraph" { // DARK-NEXT: bgcolor="gray10"; // CHECK-NEXT: label=""; // CHECK-NEXT: } |