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

  /external/clang/test/SemaCXX/
calling-conv-compat.cpp 97 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 539 milliseconds