Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Ddllexport.cpp356 template<typename T> __declspec(dllexport) void exportedFuncTmpl() {} in exportedFuncTmpl() function
377 template<> __declspec(dllexport) void exportedFuncTmpl<ExplicitSpec_Def_Exported>() {} in exportedFuncTmpl() function
381 template<> __declspec(dllexport) inline void exportedFuncTmpl<ExplicitSpec_InlineDef_Exported>() {} in exportedFuncTmpl() function
387 template<> void exportedFuncTmpl<ExplicitSpec_NotExported>() {} in exportedFuncTmpl() function
/aosp_15_r20/external/clang/test/SemaCXX/
H A Ddllexport.cpp293 template<typename T> __declspec(dllexport) void exportedFuncTmpl() {} in exportedFuncTmpl() function
308 template<> __declspec(dllexport) void exportedFuncTmpl<ExplicitSpec_Def_Exported>() {} in exportedFuncTmpl() function
309 template<> __declspec(dllexport) inline void exportedFuncTmpl<ExplicitSpec_InlineDef_Exported>() {} in exportedFuncTmpl() function
313 template<> void exportedFuncTmpl<ExplicitSpec_NotExported>() {} in exportedFuncTmpl() function