/external/llvm-project/llvm/test/Demangle/ |
D | ms-conversion-operators.test | 6 ; 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 …]
|
D | ms-templates.test | 11 ; 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 …]
|
D | ms-templates-memptrs.test | 6 ; 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 &)
|
D | ms-cxx11.test | 68 ; 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
|
D | ms-cxx14.test | 16 ; 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_…
|
D | ms-templates-memptrs-2.test | 31 ; CHECK: __thiscall ClassTemplate<{[thunk]: __thiscall MostGeneral::`vcall'{0, {flat}}, 0, 12, 4}>:…
|
D | ms-mangle.test | 33 ; 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 …]
|
D | ms-thunks.test | 12 ; CHECK: [thunk]: public: virtual void __thiscall simple::A::f`vtordispex{8, 8, -4, 8}'(void)
|
/external/clang/test/Sema/ |
D | decl-microsoft-call-conv.c | 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()
|
D | MicrosoftCompatibility-x64.c | 12 int __thiscall func_this(void);
|
/external/llvm-project/clang/test/Sema/ |
D | decl-microsoft-call-conv.c | 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()
|
D | MicrosoftCompatibility-x64.c | 12 int __thiscall func_this(void);
|
/external/llvm-project/llvm/test/DebugInfo/PDB/Native/ |
D | pdb-native-function-signatures.test | 191 ; 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/ |
D | microsoft-call-conv.c | 7 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/ |
D | microsoft-call-conv.c | 7 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/ |
D | calling-conv-compat.cpp | 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();
|
D | decl-microsoft-call-conv.cpp | 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()
|
/external/llvm-project/clang/test/SemaCXX/ |
D | calling-conv-compat.cpp | 164 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();
|
D | decl-microsoft-call-conv.cpp | 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()
|
/external/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/ |
D | function-types-calling-conv.cpp | 12 void __thiscall ThiscallFn() {} in ThiscallFn()
|
/external/clang/test/CodeGenCXX/ |
D | microsoft-abi-default-cc.cpp | 5 # define METHOD_CC __thiscall
|
D | mangle-ms.cpp | 370 typedef void *__thiscall OperatorNewType(__SIZE_TYPE__); 371 typedef void __thiscall OperatorDeleteType(void *);
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | microsoft-abi-default-cc.cpp | 5 # define METHOD_CC __thiscall
|
D | mangle-ms.cpp | 375 typedef void *__thiscall OperatorNewType(__SIZE_TYPE__); 376 typedef void __thiscall OperatorDeleteType(void *);
|
/external/llvm-project/llvm/test/DebugInfo/PDB/Inputs/ |
D | every-function.cpp | 20 int __thiscall cc_thiscall() { return 42; } in cc_thiscall()
|