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
6 // RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -fsyntax-only -verify %s -DNOCALLERSAVE=1
12 struct a test __attribute__((interrupt)); // expected-warning {{'interrupt' attribute only applies …
14 … // expected-error-re {{{{(x86|x86-64)}} 'interrupt' attribute only applies to function… in foo1()
15 …ected-error-re {{{{(x86|x86-64)}} 'interrupt' attribute only applies to functions that have only a… in foo2()
16 …ected-error-re {{{{(x86|x86-64)}} 'interrupt' attribute only applies to functions that have only a… in foo3()
17 … // expected-error-re {{{{(x86|x86-64)}} 'interrupt' attribute only applies to function… in foo4()
19 // expected-error-re@+6 {{{{(x86|x86-64)}} 'interrupt' attribute only applies to functions that hav…
21 // expected-error-re@+4 {{{{(x86|x86-64)}} 'interrupt' attribute only applies to functions that hav…
23 // expected-error-re@+2 {{{{(x86|x86-64)}} 'interrupt' attribute only applies to functions that hav…
27 // expected-error-re@+6 {{{{(x86|x86-64)}} 'interrupt' attribute only applies to functions that hav…
29 // expected-error-re@+4 {{{{(x86|x86-64)}} 'interrupt' attribute only applies to functions that hav…
31 // expected-error-re@+2 {{{{(x86|x86-64)}} 'interrupt' attribute only applies to functions that hav…
36 // expected-error-re@+4 {{{{(x86|x86-64)}} 'interrupt' attribute only applies to functions that hav…
38 // expected-error-re@+2 {{{{(x86|x86-64)}} 'interrupt' attribute only applies to functions that hav…