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

  /external/clang/test/CodeGenCXX/
dllexport.cpp 605 template <typename T> struct ExplicitlyInstantiatedTemplate { void func() {} };
606 template struct ExplicitlyInstantiatedTemplate<int>;
    [all...]
dllimport.cpp     [all...]
  /external/clang/test/SemaCXX/
dllexport.cpp 349 template <typename T> struct ExplicitlyInstantiatedTemplate { void func() {} };
351 // expected-note@+2{{class template 'ExplicitlyInstantiatedTemplate<int>' was instantiated here}}
353 template struct ExplicitlyInstantiatedTemplate<int>;
403 struct __declspec(dllexport) DerivedFromExplicitlyInstantiatedTemplate : public ExplicitlyInstantiatedTemplate<int> {};
    [all...]
dllimport.cpp     [all...]

Completed in 2151 milliseconds