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

  /external/clang/test/SemaCXX/
calling-conv-compat.cpp 317 mptr_t __stdcall return_mptr_std(short) { function in namespace:MultiChunkDecls
322 return return_mptr_std; // expected-error {{cannot initialize return object of type 'void (MultiChunkDecls::A::*(*)(short))(int) __attribute__((thiscall))' with an lvalue of type 'mptr_t (short) __attribute__((stdcall))'}}

Completed in 63 milliseconds