Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Ddllimport.cpp784 template <typename T> struct __declspec(dllexport) ExplicitlyInstantiatedWithDifferentAttr { void f… in f() argument
785 template struct __declspec(dllimport) ExplicitlyInstantiatedWithDifferentAttr<int>; variable
Ddllexport.cpp726 template <typename T> struct __declspec(dllimport) ExplicitlyInstantiatedWithDifferentAttr { void f… in f() argument
727 template struct __declspec(dllexport) ExplicitlyInstantiatedWithDifferentAttr<int>; variable