Lines Matching +full:0 +full:xc
3 // RUN: -emit-interface-stubs -std=gnu89 -xc %s | \
6 // RUN: -std=gnu89 -xc %s | llvm-nm - | FileCheck -check-prefix=CHECK-GNU %s
9 // RUN: -triple x86_64-unknown-linux-gnu -o - -emit-interface-stubs -xc %s | \
12 // RUN: -target x86_64-linux-gnu -O0 -o - -c -xc %s | \
16 // RUN: -emit-interface-stubs -std=c99 -xc %s | \
19 // RUN: -xc %s | llvm-nm - 2>&1 | count 0
22 // RUN: -triple x86_64-unknown-linux-gnu -o - -emit-interface-stubs -std=c99 -xc %s | \
25 // RUN: -O0 -o - -c -std=c99 -xc %s | llvm-nm - 2>&1 | \
29 // RUN: -emit-interface-stubs -std=c99 -xc %s | \
32 // RUN: -std=c99 -xc %s | llvm-nm - 2>&1 | count 0
49 // RUN: -std=gnu89 -xc %s | FileCheck -check-prefix=CHECK-TAPI %s
53 // RUN: -std=gnu89 -xc %s | FileCheck -check-prefix=CHECK-SYMBOLS %s
55 // RUN: -c -std=gnu89 -xc %s | llvm-nm - 2>&1 | \