Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CodeGenCXX/
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()
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()
/external/clang/test/CodeGenCXX/
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()