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

  /external/clang/test/SemaCXX/
calling-conv-compat.cpp 174 typedef void (__thiscall A::*memb_a_thiscall)(); typedef in namespace:NonVariadic
187 // expected-note@+1 {{candidate function not viable: no known conversion from 'void (NonVariadic::A::*)() __attribute__((cdecl))' to 'memb_a_thiscall' (aka 'void (NonVariadic::A::*)() __attribute__((thiscall))') for 1st argument}}
188 void cb_memb_a_thiscall(memb_a_thiscall ptr);

Completed in 634 milliseconds