Lines Matching full:calling
8 …// expected-warning{{'stdcall' calling convention is not supported for this target}} expected-warn…
9 void __attribute__((stdcall)) foo4(); // expected-warning{{'stdcall' calling convention is not supp…
10 void __attribute__((fastcall)) foo4(void); // expected-warning {{'fastcall' calling convention is n…
12 …int j) __attribute__((fastcall, cdecl)); // expected-warning{{'fastcall' calling convention is not…
13 …// expected-warning{{'stdcall' calling convention is not supported for this target}} expected-warn…
14 … __attribute__((fastcall, regparm(2))); // expected-warning {{'fastcall' calling convention is not…
15 …, int j) __attribute__((stdcall, cdecl)); // expected-warning{{'stdcall' calling convention is not…
16 …// expected-warning{{'stdcall' calling convention is not supported for this target}} expected-warn…
17 …nt j) __attribute__((cdecl, fastcall)); // expected-warning {{'fastcall' calling convention is not…
18 …, int j) __attribute__((cdecl, stdcall)); // expected-warning{{'stdcall' calling convention is not…
19 … __attribute__((regparm(2), fastcall)); // expected-warning {{'fastcall' calling convention is not…