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

  /external/clang/test/CodeGenCXX/
dllimport.cpp     [all...]
dllexport.cpp     [all...]
  /external/clang/test/SemaCXX/
dllexport.cpp 482 template <typename T> struct ExplicitInstantiationDeclTemplateBase { void func() {} };
483 extern template struct ExplicitInstantiationDeclTemplateBase<int>;
484 struct __declspec(dllexport) DerivedFromExplicitInstantiationDeclTemplateBase : public ExplicitInstantiationDeclTemplateBase<int> {};
    [all...]
dllimport.cpp     [all...]

Completed in 705 milliseconds