Home
last modified time | relevance | path

Searched refs:ExportedTemplate (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-template-static-init.cpp11 template <typename T> struct __declspec(dllexport) ExportedTemplate { struct
14 template <typename T> S ExportedTemplate<T>::s; argument
15 void useExportedTemplate(ExportedTemplate<int> x) { in useExportedTemplate()
H A Dmicrosoft-abi-static-initializers.cpp42 template <typename T> struct __declspec(dllexport) ExportedTemplate { struct
45 template <typename T> S ExportedTemplate<T>::s; argument
46 void useExportedTemplate(ExportedTemplate<int> x) { in useExportedTemplate()