Home
last modified time | relevance | path

Searched defs:PartiallySpecializedExportedClassTemplate2 (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Ddllexport.cpp718 template <typename T> struct __declspec(dllexport) PartiallySpecializedExportedClassTemplate2 {}; struct
719 template <typename T> struct __declspec(dllimport) PartiallySpecializedExportedClassTemplate2<T*> {… struct