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

  /external/clang/test/SemaCXX/
calling-conv-compat.cpp 99 typedef void (__fastcall &fref_fastcall)(); typedef
111 // expected-note@+3 {{candidate function not viable: no known conversion from 'void ()' to 'fref_fastcall' (aka 'void (&)() __attribute__((fastcall))') for 1st argument}}
112 // expected-note@+2 {{candidate function not viable: no known conversion from 'void () __attribute__((cdecl))' to 'fref_fastcall' (aka 'void (&)() __attribute__((fastcall))') for 1st argument}}
113 // expected-note@+1 {{candidate function not viable: no known conversion from 'void () __attribute__((stdcall))' to 'fref_fastcall' (aka 'void (&)() __attribute__((fastcall))') for 1st argument}}
114 void cb_fref_fastcall(fref_fastcall ptr);

Completed in 2070 milliseconds