Lines Matching full:__stdcall
6 void __stdcall free_func_stdcall(); // expected-note {{previous declaration is here}}
10 void __stdcall free_func_default(); // expected-error {{function declared 'stdcall' here was previously declared without calling convention}}
14 void __stdcall free_func_cdecl(); // expected-error {{function declared 'stdcall' here was previously declared 'cdecl'}}
22 void __stdcall free_func_fastcall(); // expected-error {{function declared 'stdcall' here was previously declared 'fastcall'}}
48 __stdcall void_fun_t member_typedef_stdcall;
55 static void __stdcall static_member_stdcall1();
56 static void __stdcall static_member_stdcall2();
71 void __stdcall S::member_typedef_stdcall() {}
80 void __stdcall S::static_member_default2() {} // expected-error {{function declared 'stdcall' here was previously declared without calling convention}}
83 void __stdcall S::static_member_cdecl2() {} // expected-error {{function declared 'stdcall' here was previously declared 'cdecl'}}