Lines Matching refs:__thiscall
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)
36 ; CHECK: nt * __thiscall CompoundTypeOps::operator int *(void)
39 ; CHECK: int const * __thiscall CompoundTypeOps::operator int const *(void)
42 ; CHECK: int && __thiscall CompoundTypeOps::operator int &&(void)
45 ; CHECK: struct Foo<int> __thiscall CompoundTypeOps::operator struct Foo<int>(void)
48 ; CHECK: struct Bar<struct Foo<int>> __thiscall CompoundTypeOps::operator<int> struct Bar<struct Fo…
51 ; CHECK: int * __thiscall TemplateOps::operator<int *> int *(void)