OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:static_member_cdecl2
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/SemaCXX/
decl-microsoft-call-conv.cpp
60
static void __cdecl
static_member_cdecl2
(); // expected-note {{previous declaration is here}}
91
void __stdcall S::
static_member_cdecl2
() {} // expected-error {{function declared 'stdcall' here was previously declared 'cdecl'}}
function in class:S
Completed in 484 milliseconds