HomeSort by relevance Sort by last modified time
    Searched full:memb_c_thiscall (Results 1 - 1 of 1) sorted by null

  /external/clang/test/SemaCXX/
calling-conv-compat.cpp 180 typedef void (__thiscall C::*memb_c_thiscall)(); typedef in namespace:NonVariadic
204 // expected-note@+3 {{candidate function not viable: no known conversion from 'void (NonVariadic::A::*)() __attribute__((thiscall))' to 'memb_c_thiscall' (aka 'void (NonVariadic::C::*)() __attribute__((thiscall))') for 1st argument}}
205 // expected-note@+2 {{candidate function not viable: no known conversion from 'void (NonVariadic::A::*)() __attribute__((cdecl))' to 'memb_c_thiscall' (aka 'void (NonVariadic::C::*)() __attribute__((thiscall))') for 1st argument}}
206 // expected-note@+1 {{candidate function not viable: no known conversion from 'void (NonVariadic::A::*)() __attribute__((thiscall))' to 'memb_c_thiscall' (aka 'void (NonVariadic::C::*)() __attribute__((thiscall))') for 1st argument}}
207 void cb_memb_c_thiscall(memb_c_thiscall ptr);

Completed in 53 milliseconds