Searched refs:ExplicitlyInstantiatedTemplate (Results 1 – 4 of 4) sorted by relevance
906 template <typename T> struct ExplicitlyInstantiatedTemplate { void func() {} }; in func() argument907 template struct ExplicitlyInstantiatedTemplate<int>; variable966 …llimport) DerivedFromExplicitlyInstantiatedTemplate : public ExplicitlyInstantiatedTemplate<int> {…967 USEMEMFUNC(ExplicitlyInstantiatedTemplate<int>, func)
968 template <typename T> struct ExplicitlyInstantiatedTemplate { void func(); }; struct969 template <typename T> void ExplicitlyInstantiatedTemplate<T>::func() {} in func()970 template struct ExplicitlyInstantiatedTemplate<int>; variable1029 …llexport) DerivedFromExplicitlyInstantiatedTemplate : public ExplicitlyInstantiatedTemplate<int> {…
451 template <typename T> struct ExplicitlyInstantiatedTemplate { void func() {} }; in func() argument455 template struct ExplicitlyInstantiatedTemplate<int>; variable507 …llexport) DerivedFromExplicitlyInstantiatedTemplate : public ExplicitlyInstantiatedTemplate<int> {…
1538 template <typename T> struct ExplicitlyInstantiatedTemplate { void func() {} }; in func() struct1542 template struct ExplicitlyInstantiatedTemplate<int>; variable1564 …llimport) DerivedFromExplicitlyInstantiatedTemplate : public ExplicitlyInstantiatedTemplate<int> {…