Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Ddllimport.cpp830 template <typename T> struct __declspec(dllexport) ExplicitlyInstantiatedWithDifferentAttr { void f… in f() argument
831 template struct __declspec(dllimport) ExplicitlyInstantiatedWithDifferentAttr<int>; variable
832 USEMEMFUNC(ExplicitlyInstantiatedWithDifferentAttr<int>, f);
H A Ddllexport.cpp725 template <typename T> struct __declspec(dllimport) ExplicitlyInstantiatedWithDifferentAttr { void f… in f() argument
726 template struct __declspec(dllexport) ExplicitlyInstantiatedWithDifferentAttr<int>; variable
727 USEMEMFUNC(ExplicitlyInstantiatedWithDifferentAttr<int>, f);