Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Ddllimport.cpp852 template <typename T> struct ExplicitlySpecializedTemplate { void func() {} }; in func() struct
853 template <> struct ExplicitlySpecializedTemplate<int> { void func() {} }; in func() struct
Ddllexport.cpp864 template <typename T> struct ExplicitlySpecializedTemplate { void func() {} }; in func() struct
865 template <> struct ExplicitlySpecializedTemplate<int> { void func(); }; struct
/external/clang/test/SemaCXX/
Ddllimport.cpp1428 template <typename T> struct ExplicitlySpecializedTemplate { void func() {} }; in func() struct
1432 template <> struct ExplicitlySpecializedTemplate<int> { void func() {} }; in func() struct
Ddllexport.cpp414 template <typename T> struct ExplicitlySpecializedTemplate { void func() {} }; in func() argument
418 template <> struct ExplicitlySpecializedTemplate<int> { void func() {} }; in func() argument