Lines Matching full:bindings
2 // RUN: %clang -target i386-unknown-unknown -ccc-print-bindings -no-integrated-as %s 2>&1 | FileChe…
3 // CHECK01: "clang", inputs: ["{{.*}}bindings.c"], output: "{{.*}}.s"
9 // RUN: %clang -target i386-unknown-unknown -ccc-print-bindings -fsyntax-only %s 2>&1 | FileCheck %…
10 // CHECK05: "clang", inputs: ["{{.*}}bindings.c"], output: (nothing)
12 // RUN: %clang -target i386-unknown-unknown -ccc-print-bindings -fsyntax-only -x c++ %s 2>&1 | File…
13 // CHECK08: "clang", inputs: ["{{.*}}bindings.c"], output: (nothing)
15 // RUN: %clang -target i386-apple-darwin9 -ccc-print-bindings %s -S -arch ppc 2>&1 | FileCheck %s -…
16 // CHECK11: "clang", inputs: ["{{.*}}bindings.c"], output: "bindings.s"
18 // RUN: %clang -target powerpc-unknown-unknown -ccc-print-bindings %s -S 2>&1 | FileCheck %s --chec…
19 // CHECK12: "clang", inputs: ["{{.*}}bindings.c"], output: "bindings.s"
21 // Darwin bindings
22 // RUN: %clang -target i386-apple-darwin9 -no-integrated-as -ccc-print-bindings %s 2>&1 | FileCheck…
23 // CHECK14: "clang", inputs: ["{{.*}}bindings.c"], output: "{{.*}}.s"
28 // RUN: %clang -target x86_64-linux-gnu -ccc-print-bindings --emit-static-lib %s 2>&1 | FileCheck %…