Lines Matching full:output
4 // RUN: %t/c.reference.output.json.in >> %t/c.reference.output.json
6 // RUN: %t/objc.reference.output.json.in >> %t/objc.reference.output.json
8 // RUN: %t/objcpp.reference.output.json.in >> %t/objcpp.reference.output.json
11 // RUN: %t/c.h -o %t/c.output.json | FileCheck -allow-empty %s
13 // RUN: %t/objc.h -o %t/objc.output.json | FileCheck -allow-empty %s
15 // RUN: %t/objcpp.h -o %t/objcpp.output.json | FileCheck -allow-empty %s
19 // RUN: %t/c.output.json >> %t/c.output-normalized.json
21 // RUN: %t/objc.output.json >> %t/objc.output-normalized.json
23 // RUN: %t/objcpp.output.json >> %t/objcpp.output-normalized.json
25 // RUN: diff %t/c.reference.output.json %t/c.output-normalized.json
26 // RUN: diff %t/objc.reference.output.json %t/objc.output-normalized.json
27 // RUN: diff %t/objcpp.reference.output.json %t/objcpp.output-normalized.json
44 //--- c.reference.output.json.in
128 //--- objc.reference.output.json.in
212 //--- objcpp.reference.output.json.in