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

  /external/clang/test/CodeGenCXX/
dllexport.cpp 609 template <typename T> struct ExplicitlyImportInstantiatedTemplate { void func() {} };
610 template struct __declspec(dllimport) ExplicitlyImportInstantiatedTemplate<int>;
    [all...]
dllimport.cpp     [all...]
  /external/clang/test/SemaCXX/
dllexport.cpp 356 template <typename T> struct ExplicitlyImportInstantiatedTemplate { void func() {} };
357 template struct __declspec(dllimport) ExplicitlyImportInstantiatedTemplate<int>;
409 struct __declspec(dllexport) DerivedFromExplicitlyImportInstantiatedTemplate : public ExplicitlyImportInstantiatedTemplate<int> {};
    [all...]
dllimport.cpp     [all...]

Completed in 115 milliseconds