Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Ddllexport-members.cpp499 template<typename T> __declspec(dllexport) static void exportedStatic() {} in exportedStatic() function
559 template<> __declspec(dllexport) void MemFunTmpl::exportedStatic<ExplicitSpec_Def_Exported>() {} in exportedStatic() function in MemFunTmpl
563 template<> __declspec(dllexport) inline void MemFunTmpl::exportedStatic<ExplicitSpec_InlineDef_Expo… in exportedStatic() function in MemFunTmpl
576 template<> void MemFunTmpl::exportedStatic<ExplicitSpec_NotExported>() {} in exportedStatic() function in MemFunTmpl
/aosp_15_r20/external/clang/test/SemaCXX/
H A Ddllexport.cpp817 template<typename T> __declspec(dllexport) static void exportedStatic() {} in exportedStatic() function
845 template<> __declspec(dllexport) void MemFunTmpl::exportedStatic<ExplicitSpec_Def_Exported>() {} in exportedStatic() function in MemFunTmpl
846 template<> __declspec(dllexport) inline void MemFunTmpl::exportedStatic<ExplicitSpec_InlineDef_Expo… in exportedStatic() function in MemFunTmpl
851 template<> void MemFunTmpl::exportedStatic<ExplicitSpec_NotExported>() {} in exportedStatic() function in MemFunTmpl