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

  /external/clang/test/SemaCXX/
calling-conv-compat.cpp 12 typedef void (__fastcall *fptr_fastcall)(); typedef
28 // expected-note@+3 {{candidate function not viable: no known conversion from 'void ()' to 'fptr_fastcall' (aka 'void (*)() __attribute__((fastcall))') for 1st argument}}
29 // expected-note@+2 {{candidate function not viable: no known conversion from 'void () __attribute__((cdecl))' to 'fptr_fastcall' (aka 'void (*)() __attribute__((fastcall))') for 1st argument}}
30 // expected-note@+1 {{candidate function not viable: no known conversion from 'void () __attribute__((stdcall))' to 'fptr_fastcall' (aka 'void (*)() __attribute__((fastcall))') for 1st argument}}
31 void cb_fptr_fastcall(fptr_fastcall ptr);

Completed in 60 milliseconds