Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/test/Demangle/
Dms-conversion-operators.test6 ; CHECK: int __thiscall TemplateOps::operator<int> int(void)
9 ; CHECK: int __thiscall Ops::operator int(void)
12 ; CHECK: int const __thiscall ConstOps::operator int const(void)
15 ; CHECK: int volatile __thiscall VolatileOps::operator int volatile(void)
18 ; CHECK: int const volatile __thiscall ConstVolatileOps::operator int const volatile(void)
21 ; CHECK: double __thiscall TemplateOps::operator<double> double(void)
24 ; CHECK: double __thiscall Ops::operator double(void)
27 ; CHECK: double const __thiscall ConstOps::operator double const(void)
30 ; CHECK: double volatile __thiscall VolatileOps::operator double volatile(void)
33 ; CHECK: double const volatile __thiscall ConstVolatileOps::operator double const volatile(void)
[all …]
Dms-templates.test11 ; CHECK: __thiscall Class<class Typename>::Class<class Typename>(void)
16 ; CHECK: __thiscall Class<class Typename const>::Class<class Typename const>(void)
21 ; CHECK: __thiscall Class<class Typename volatile>::Class<class Typename volatile>(void)
26 ; CHECK: __thiscall Class<class Typename const volatile>::Class<class Typename const volatile>(void)
31 ; CHECK: __thiscall Class<class Nested<class Typename>>::Class<class Nested<class Typename>>(void)
36 ; CHECK: __thiscall Class<int *const>::Class<int *const>(void)
41 ; CHECK: __thiscall Class<int __cdecl(void)>::Class<int __cdecl(void)>(void)
46 ; CHECK: __thiscall Class<int[]>::Class<int[]>(void)
51 ; CHECK: __thiscall Class<int[5]>::Class<int[5]>(void)
56 ; CHECK: __thiscall Class<int const[5]>::Class<int const[5]>(void)
[all …]
Dms-templates-memptrs.test6 ; CHECK: void __cdecl CallMethod<struct NegativeNVOffset::C, {[thunk]: __thiscall NegativeNVOffset:…
12 ; CHECK: void __cdecl CallMethod<struct M, {[thunk]: __thiscall M::`vcall'{0, {flat}}, 0}>(struct M…
15 ; CHECK: void __cdecl CallMethod<struct M, {public: void __thiscall M::f(void), 0}>(struct M &)
18 ; CHECK: void __cdecl CallMethod<struct O, {[thunk]: __thiscall O::`vcall'{0, {flat}}, 4}>(struct O…
24 ; CHECK: void __cdecl CallMethod<struct S, &[thunk]: __thiscall S::`vcall'{0, {flat}}>(struct S &)
27 ; CHECK: void __cdecl CallMethod<struct S, &public: void __thiscall S::f(void)>(struct S &)
33 ; CHECK: void __cdecl CallMethod<struct U, {[thunk]: __thiscall U::`vcall'{0, {flat}}, 0, 0, 0}>(st…
36 ; CHECK: void __cdecl CallMethod<struct U, {public: void __thiscall U::f(void), 0, 0, 0}>(struct U …
42 ; CHECK: void __cdecl CallMethod<struct V, {[thunk]: __thiscall V::`vcall'{0, {flat}}, 0, 0}>(struc…
45 ; CHECK: void __cdecl CallMethod<struct V, {public: void __thiscall V::f(void), 0, 0}>(struct V &)
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 &&
114 ; CHECK: public: __thiscall `int __cdecl PR26105(void)'::`1'::<lambda_0>::operator()(int) const
117 ; CHECK: public: __thiscall `public: __thiscall `int __cdecl PR26105(void)'::`1'::<lambda_0>::opera…
141 ; CHECK: void __thiscall unaligned_foo8_S::unaligned_foo8(void) volatile __unaligned
144 ; CHECK: __thiscall PR31197::A::x::<lambda_1>::operator()(void) const
147 ; CHECK: int `public: __thiscall PR31197::A::x::<lambda_1>::operator()(void) const'::`2'::white
Dms-cxx14.test16 ; CHECK: <auto> __thiscall <lambda_0>::operator()(void) const
19 ; CHECK: struct `public: <auto> __thiscall <lambda_0>::operator()(void) const'::`2'::LocalType Valu…
22 ; CHECK: struct `public: <auto> __thiscall `<auto> __cdecl TemplateFuncionWithLocalLambda<int>(int)…
28 ; CHECK: <auto> __thiscall `<auto> __cdecl TemplateFuncionWithLocalLambda<int>(int)'::`1'::<lambda_…
Dms-templates-memptrs-2.test31 ; CHECK: __thiscall ClassTemplate<{[thunk]: __thiscall MostGeneral::`vcall'{0, {flat}}, 0, 12, 4}>:…
Dms-mangle.test33 ; CHECK: __thiscall foo::foo(void)
39 ; CHECK: __thiscall foo::~foo(void)
45 ; CHECK: __thiscall foo::foo(int)
51 ; CHECK: __thiscall foo::foo(char *)
63 ; CHECK: int __thiscall foo::operator+(int)
119 ; CHECK: int (__thiscall foo::*l)(int)
306 ; CHECK: int __thiscall OverloadedNewDelete::operator+(int)
400 ; CHECK: __thiscall PR26029::L<class PR26029::H<int *>>::L<class PR26029::H<int *>>(void)
403 ; CHECK: <decltype-auto> __thiscall std::vector<int, class std::allocator<int>>::emplace_back<int c…
407 ; CHECK: public: void __thiscall S::pub_foo(void)
[all …]
Dms-thunks.test12 ; CHECK: [thunk]: public: virtual void __thiscall simple::A::f`vtordispex{8, 8, -4, 8}'(void)
/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/llvm-project/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/llvm-project/llvm/test/DebugInfo/PDB/Native/
Dpdb-native-function-signatures.test191 ; DUMP-NEXT: callingConvention: __thiscall
205 ; DUMP-NEXT: callingConvention: __thiscall
219 ; DUMP-NEXT: callingConvention: __thiscall
233 ; DUMP-NEXT: callingConvention: __thiscall
247 ; DUMP-NEXT: callingConvention: __thiscall
261 ; DUMP-NEXT: callingConvention: __thiscall
366 ; DUMP-NEXT: callingConvention: __thiscall
380 ; DUMP-NEXT: callingConvention: __thiscall
394 ; DUMP-NEXT: callingConvention: __thiscall
408 ; DUMP-NEXT: callingConvention: __thiscall
[all …]
/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/llvm-project/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/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/llvm-project/clang/test/SemaCXX/
Dcalling-conv-compat.cpp164 void __thiscall member_thiscall();
173 void __thiscall member_thiscall();
178 typedef void (__thiscall A::*memb_a_thiscall)();
181 typedef void (__thiscall B::*memb_b_thiscall)();
184 typedef void (__thiscall C::*memb_c_thiscall)();
257 void __thiscall member_thiscall(int, ...);
314 void __thiscall member_thiscall(int);
349 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/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/
Dfunction-types-calling-conv.cpp12 void __thiscall ThiscallFn() {} in ThiscallFn()
/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-default-cc.cpp5 # define METHOD_CC __thiscall
Dmangle-ms.cpp370 typedef void *__thiscall OperatorNewType(__SIZE_TYPE__);
371 typedef void __thiscall OperatorDeleteType(void *);
/external/llvm-project/clang/test/CodeGenCXX/
Dmicrosoft-abi-default-cc.cpp5 # define METHOD_CC __thiscall
Dmangle-ms.cpp375 typedef void *__thiscall OperatorNewType(__SIZE_TYPE__);
376 typedef void __thiscall OperatorDeleteType(void *);
/external/llvm-project/llvm/test/DebugInfo/PDB/Inputs/
Devery-function.cpp20 int __thiscall cc_thiscall() { return 42; } in cc_thiscall()

12