HomeSort by relevance Sort by last modified time
    Searched refs:ExplicitInstantiationDeclTemplate (Results 1 - 2 of 2) sorted by null

  /external/clang/test/CodeGenCXX/
dllexport.cpp     [all...]
  /external/clang/test/SemaCXX/
dllexport.cpp 394 template <typename T> struct ExplicitInstantiationDeclTemplate {};
395 extern template struct __declspec(dllexport) ExplicitInstantiationDeclTemplate<int>; // expected-warning{{explicit instantiation declaration should not be 'dllexport'}} expected-note{{attribute is here}}
    [all...]

Completed in 422 milliseconds