Lines Matching full:off
12 // RUN: %clang_cl /c -### /Zc:trigraphs- -- %s 2>&1 | FileCheck -check-prefix=TRIGRAPHS-OFF %s
13 // TRIGRAPHS-OFF: "-fno-trigraphs"
18 // RUN: %clang_cl /c -### /Zc:sizedDealloc- -- %s 2>&1 | FileCheck -check-prefix=SIZED-DEALLOC-OFF …
19 // SIZED-DEALLOC-OFF-NOT: "-fsized-deallocation"
25 // RUN: %clang_cl /c -### /Zc:strictStrings- -- %s 2>&1 | FileCheck -check-prefix=STRICTSTRINGS-OFF…
26 // STRICTSTRINGS-OFF: argument unused during compilation
32 // FOOBAR-OFF: argument unused during compilation
38 // RUN: %clang_cl /c -### /Zc:forScope- -- %s 2>&1 | FileCheck -check-prefix=FORSCOPE-OFF %s
39 // FORSCOPE-OFF: argument unused during compilation
43 // RUN: %clang_cl /c -### /Zc:wchar_t- -- %s 2>&1 | FileCheck -check-prefix=WCHAR_T-OFF %s
44 // WCHAR_T-OFF: argument unused during compilation
48 // RUN: %clang_cl /c -### /Zc:auto- -- %s 2>&1 | FileCheck -check-prefix=AUTO-OFF %s
49 // AUTO-OFF: argument unused during compilation
53 // RUN: %clang_cl /c -### /Zc:inline- -- %s 2>&1 | FileCheck -check-prefix=INLINE-OFF %s
54 // INLINE-OFF: argument unused during compilation
61 // RUN: %clang_cl /c -### /Zc:rvalueCast- -- %s 2>&1 | FileCheck -check-prefix=RVALUECAST-OFF %s
62 // RVALUECAST-OFF: argument unused during compilation