Lines Matching full:only

1 // RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu  -fsyntax-only -verify %s
2 // RUN: %clang_cc1 -triple i386-unknown-linux-gnu -fsyntax-only -verify %s
3 // RUN: %clang_cc1 -triple x86_64-pc-win32 -fsyntax-only -verify %s
4 // RUN: %clang_cc1 -triple i386-pc-win32 -fsyntax-only -verify %s
5 // RUN: %clang_cc1 -triple x86_64-unknown-linux-gnux32 -fsyntax-only -verify %s
10 …__((interrupt)) { return 0; } // expected-warning {{'interrupt' attribute only applies to non-K&R-… in operator new()
13 struct a test __attribute__((interrupt)); // expected-warning {{'interrupt' attribute only applies …
15 … // expected-error-re {{{{(x86|x86-64)}} 'interrupt' attribute only applies to function… in foo1()
16 …ected-error-re {{{{(x86|x86-64)}} 'interrupt' attribute only applies to functions that have only a… in foo2()
17 …ected-error-re {{{{(x86|x86-64)}} 'interrupt' attribute only applies to functions that have only a… in foo3()
18 … // expected-error-re {{{{(x86|x86-64)}} 'interrupt' attribute only applies to function… in foo4()
20 // expected-error-re@+6 {{{{(x86|x86-64)}} 'interrupt' attribute only applies to functions that hav…
22 // expected-error-re@+4 {{{{(x86|x86-64)}} 'interrupt' attribute only applies to functions that hav…
24 // expected-error-re@+2 {{{{(x86|x86-64)}} 'interrupt' attribute only applies to functions that hav…
28 // expected-error-re@+6 {{{{(x86|x86-64)}} 'interrupt' attribute only applies to functions that hav…
30 // expected-error-re@+4 {{{{(x86|x86-64)}} 'interrupt' attribute only applies to functions that hav…
32 // expected-error-re@+2 {{{{(x86|x86-64)}} 'interrupt' attribute only applies to functions that hav…
37 // expected-error-re@+4 {{{{(x86|x86-64)}} 'interrupt' attribute only applies to functions that hav…
39 // expected-error-re@+2 {{{{(x86|x86-64)}} 'interrupt' attribute only applies to functions that hav…