Searched refs:__thiscall (Results 1 – 12 of 12) sorted by relevance
12 void __thiscall CrcGenerateTableThiscall(void);13 void __thiscall CrcGenerateTableThiscall();14 void __thiscall CrcGenerateTableThiscall() {} in CrcGenerateTableThiscall()24 void __thiscall CrcGenerateTableNoProtoThiscall(); // expected-error{{function with no prototype ca…30 void __thiscall CrcGenerateTableNoProtoDefThiscall() {} in CrcGenerateTableNoProtoDefThiscall()
12 int __thiscall func_this(void);
7 void __thiscall f3(void);18 void __thiscall f6(void) { in f6()32 void (__thiscall *pf3)(void) = f3; variable35 void (__thiscall *pf6)(void) = f6; variable
160 void __thiscall member_thiscall();169 void __thiscall member_thiscall();174 typedef void (__thiscall A::*memb_a_thiscall)();177 typedef void (__thiscall B::*memb_b_thiscall)();180 typedef void (__thiscall C::*memb_c_thiscall)();251 …void __thiscall member_thiscall(int, ...); // expected-error {{variadic function cannot use thisca…305 void __thiscall member_thiscall(int);337 void __thiscall method_thiscall();
39 void __thiscall free_func_cdecl(char *);51 void __thiscall member_thiscall1();52 void __thiscall member_thiscall2(); // expected-note {{previous declaration is here}}85 void __thiscall S::member_default2() {} in member_default2()93 void __thiscall S::member_cdecl2() {} // expected-error {{function declared 'thiscall' here was pre… in member_cdecl2()
361 typedef void *__thiscall OperatorNewType(__SIZE_TYPE__);362 typedef void __thiscall OperatorDeleteType(void *);
5 # define METHOD_CC __thiscall
96 typedef void(*ignored_quals_dummy4)(), __thiscall ignored_quals4; // expected-warning {{qualifiers …
375 typedef void(*ignored_quals_dummy4)(), __thiscall ignored_quals4; // expected-warning {{qualifiers …
488 KEYWORD(__thiscall , KEYALL)608 ALIAS("_thiscall" , __thiscall , KEYMS)
1014 has no effect on x86_64 targets. See the documentation for `__thiscall`_ on1017 .. _`__thiscall`: http://msdn.microsoft.com/en-us/library/ek8tkfbw.aspx
1342 let Spellings = [GCC<"thiscall">, Keyword<"__thiscall">,