Searched refs:__thiscall (Results 1 – 18 of 18) 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
68 ; CHECK: __thiscall `int __cdecl define_lambda(void)'::`1'::<lambda_1>::operator()(void) const72 ; CHECK: __thiscall `int __cdecl define_lambda(void)'::`1'::<lambda_1>::operator()(void) const78 ; CHECK: void __thiscall PR19361::A::foo(void) __restrict &81 ; CHECK: void __thiscall PR19361::A::foo(void) __restrict &&112 ; CHECK: __thiscall `int __cdecl PR26105(void)'::`1'::<lambda_0>::operator()(int) const115 ; CHECK: __thiscall `__thiscall `int __cdecl PR26105(void)'::`1'::<lambda_0>::operator()(int) const…139 ; CHECK: void __thiscall unaligned_foo8_S::unaligned_foo8(void) volatile __unaligned142 ; CHECK: __thiscall PR31197::A::x::<lambda_1>::operator()(void) const145 ; CHECK: int `__thiscall PR31197::A::x::<lambda_1>::operator()(void) const'::`2'::white
32 ; CHECK: __thiscall foo::foo(void)38 ; CHECK: __thiscall foo::~foo(void)44 ; CHECK: __thiscall foo::foo(int)50 ; CHECK: __thiscall foo::foo(char *)62 ; CHECK: int __thiscall foo::operator+(int)109 ; CHECK: int (__thiscall foo::*l)(int)296 ; CHECK: int __thiscall OverloadedNewDelete::operator+(int)391 ; CHECK: __thiscall PR26029::L<class PR26029::H<int *>>::L<class PR26029::H<int *>>(void)
41 ; CHECK: void __thiscall S::mbb(bool, bool)
38 ; CHECK: void __cdecl member_pointer(class C<void (__thiscall Z::*)(void)>)
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()
370 typedef void *__thiscall OperatorNewType(__SIZE_TYPE__);371 typedef void __thiscall OperatorDeleteType(void *);
5 # define METHOD_CC __thiscall
30 #define __THISCALL__ __thiscall
99 typedef void(*ignored_quals_dummy4)(), __thiscall ignored_quals4; // expected-warning {{qualifiers …
375 typedef void(*ignored_quals_dummy4)(), __thiscall ignored_quals4; // expected-warning {{qualifiers …
495 KEYWORD(__thiscall , KEYALL)619 ALIAS("_thiscall" , __thiscall , KEYMS)
1148 has no effect on x86_64 targets. See the documentation for `__thiscall`_ on1151 .. _`__thiscall`: http://msdn.microsoft.com/en-us/library/ek8tkfbw.aspx
1450 let Spellings = [GCC<"thiscall">, Keyword<"__thiscall">,