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

  /external/clang/test/SemaCXX/
dllimport.cpp 387 __declspec(dllimport) static void staticDef(); // expected-note{{previous declaration is here}} expected-note{{previous attribute is here}}
416 void ImportMembers::staticDef() {} // expected-warning{{'ImportMembers::staticDef' redeclared without 'dllimport' attribute: previous 'dllimport' ignored}}
433 __declspec(dllimport) static void staticDef();
448 __declspec(dllimport) void ImportMemberDefs::staticDef() {} // expected-error{{dllimport cannot be applied to non-inline function definition}}
    [all...]
dllexport.cpp 476 __declspec(dllexport) static void staticDef();
505 void ExportMembers::staticDef() {}
524 __declspec(dllexport) static void staticDef();
539 __declspec(dllexport) void ExportMemberDefs::staticDef() {}
    [all...]
  /external/clang/test/CodeGenCXX/
dllimport-members.cpp 130 // MSC-DAG: define void @"\01?staticDef@ImportMembers@@SAXXZ"()
146 __declspec(dllimport) static void staticDef(); // dllimport ignored
204 void ImportMembers::staticDef() {} // dllimport ignored
218 USEMF(ImportMembers, staticDef)
303 // MSC-DAG: define void @"\01?staticDef@Nested@ImportMembers@@SAXXZ"()
319 __declspec(dllimport) static void staticDef(); // dllimport ignored
377 void ImportMembers::Nested::staticDef() {} // dllimport ignored
391 USEMF(ImportMembers::Nested, staticDef)
    [all...]
dllexport-members.cpp 71 // MSC-DAG: define dllexport void @"\01?staticDef@ExportMembers@@SAXXZ"()
79 __declspec(dllexport) static void staticDef();
134 void ExportMembers::staticDef() {}
194 // MSC-DAG: define dllexport void @"\01?staticDef@Nested@ExportMembers@@SAXXZ"()
202 __declspec(dllexport) static void staticDef();
257 void ExportMembers::Nested::staticDef() {}
    [all...]

Completed in 113 milliseconds