Searched refs:fref_cdecl (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/SemaCXX/
H A Dcalling-conv-compat.cpp97 typedef void (__cdecl &fref_cdecl)(); typedef
104 // expected-note@+2 {{candidate function not viable: no known conversion from 'void () __attribute__((stdcall))' to 'fref_cdecl' (aka 'void (&)()') for 1st argument}}
105 // expected-note@+1 {{candidate function not viable: no known conversion from 'void () __attribute__((fastcall))' to 'fref_cdecl' (aka 'void (&)()') for 1st argument}}
106 void cb_fref_cdecl(fref_cdecl ptr);

Completed in 98 milliseconds