Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Ddllexport-members.cpp471 template<typename T> __declspec(dllexport) static void exportedStatic() {} in exportedStatic() function
531 template<> __declspec(dllexport) void MemFunTmpl::exportedStatic<ExplicitSpec_Def_Exported>() {} in exportedStatic() function in MemFunTmpl
535 template<> __declspec(dllexport) inline void MemFunTmpl::exportedStatic<ExplicitSpec_InlineDef_Expo… in exportedStatic() function in MemFunTmpl
548 template<> void MemFunTmpl::exportedStatic<ExplicitSpec_NotExported>() {} in exportedStatic() function in MemFunTmpl
/external/clang/test/SemaCXX/
Ddllexport.cpp812 template<typename T> __declspec(dllexport) static void exportedStatic() {} in exportedStatic() function
840 template<> __declspec(dllexport) void MemFunTmpl::exportedStatic<ExplicitSpec_Def_Exported>() {} in exportedStatic() function in MemFunTmpl
841 template<> __declspec(dllexport) inline void MemFunTmpl::exportedStatic<ExplicitSpec_InlineDef_Expo… in exportedStatic() function in MemFunTmpl
846 template<> void MemFunTmpl::exportedStatic<ExplicitSpec_NotExported>() {} in exportedStatic() function in MemFunTmpl