Home
last modified time | relevance | path

Searched refs:__thiscall (Results 1 – 18 of 18) sorted by relevance

/external/clang/test/Sema/
Ddecl-microsoft-call-conv.c12 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()
DMicrosoftCompatibility-x64.c12 int __thiscall func_this(void);
/external/clang/test/CodeGen/
Dmicrosoft-call-conv.c7 void __thiscall f3(void);
18 void __thiscall f6(void) { in f6()
32 void (__thiscall *pf3)(void) = f3; variable
35 void (__thiscall *pf6)(void) = f6; variable
/external/swiftshader/third_party/llvm-7.0/llvm/test/Demangle/
Dms-cxx11.test68 ; CHECK: __thiscall `int __cdecl define_lambda(void)'::`1'::<lambda_1>::operator()(void) const
72 ; CHECK: __thiscall `int __cdecl define_lambda(void)'::`1'::<lambda_1>::operator()(void) const
78 ; 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) const
115 ; CHECK: __thiscall `__thiscall `int __cdecl PR26105(void)'::`1'::<lambda_0>::operator()(int) const…
139 ; CHECK: void __thiscall unaligned_foo8_S::unaligned_foo8(void) volatile __unaligned
142 ; CHECK: __thiscall PR31197::A::x::<lambda_1>::operator()(void) const
145 ; CHECK: int `__thiscall PR31197::A::x::<lambda_1>::operator()(void) const'::`2'::white
Dms-mangle.test32 ; 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)
Dms-back-references.test41 ; CHECK: void __thiscall S::mbb(bool, bool)
Dms-template-callback.test38 ; CHECK: void __cdecl member_pointer(class C<void (__thiscall Z::*)(void)>)
/external/clang/test/SemaCXX/
Dcalling-conv-compat.cpp160 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();
Ddecl-microsoft-call-conv.cpp39 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()
/external/clang/test/CodeGenCXX/
Dmangle-ms.cpp370 typedef void *__thiscall OperatorNewType(__SIZE_TYPE__);
371 typedef void __thiscall OperatorDeleteType(void *);
Dmicrosoft-abi-default-cc.cpp5 # define METHOD_CC __thiscall
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
Dffitest.h30 #define __THISCALL__ __thiscall
/external/libffi/testsuite/libffi.call/
Dffitest.h30 #define __THISCALL__ __thiscall
/external/clang/test/Parser/
DMicrosoftExtensions.c99 typedef void(*ignored_quals_dummy4)(), __thiscall ignored_quals4; // expected-warning {{qualifiers …
DMicrosoftExtensions.cpp375 typedef void(*ignored_quals_dummy4)(), __thiscall ignored_quals4; // expected-warning {{qualifiers …
/external/clang/include/clang/Basic/
DTokenKinds.def495 KEYWORD(__thiscall , KEYALL)
619 ALIAS("_thiscall" , __thiscall , KEYMS)
DAttrDocs.td1148 has no effect on x86_64 targets. See the documentation for `__thiscall`_ on
1151 .. _`__thiscall`: http://msdn.microsoft.com/en-us/library/ek8tkfbw.aspx
DAttr.td1450 let Spellings = [GCC<"thiscall">, Keyword<"__thiscall">,