Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Ddllexport.cpp352 template<typename T> __declspec(dllexport) void exportedFuncTmpl() {} in exportedFuncTmpl() function
357 USE(exportedFuncTmpl<ImplicitInst_Exported>)
362 extern template void exportedFuncTmpl<ExplicitDecl_Exported>();
363 template void exportedFuncTmpl<ExplicitDecl_Exported>();
368 template void exportedFuncTmpl<ExplicitInst_Exported>();
373 template<> __declspec(dllexport) void exportedFuncTmpl<ExplicitSpec_Def_Exported>() {} in exportedFuncTmpl() function
377 template<> __declspec(dllexport) inline void exportedFuncTmpl<ExplicitSpec_InlineDef_Exported>() {} in exportedFuncTmpl() function
383 template<> void exportedFuncTmpl<ExplicitSpec_NotExported>() {} in exportedFuncTmpl() function
/external/clang/test/SemaCXX/
Ddllexport.cpp289 template<typename T> __declspec(dllexport) void exportedFuncTmpl() {} in exportedFuncTmpl() function
293 void useFunTmplDef() { exportedFuncTmpl<ImplicitInst_Exported>(); } in useFunTmplDef()
296 extern template void exportedFuncTmpl<ExplicitDecl_Exported>();
297 template void exportedFuncTmpl<ExplicitDecl_Exported>();
300 template void exportedFuncTmpl<ExplicitInst_Exported>();
303 template<> __declspec(dllexport) void exportedFuncTmpl<ExplicitSpec_Exported>();
304 template<> __declspec(dllexport) void exportedFuncTmpl<ExplicitSpec_Def_Exported>() {} in exportedFuncTmpl() function
305 template<> __declspec(dllexport) inline void exportedFuncTmpl<ExplicitSpec_InlineDef_Exported>() {} in exportedFuncTmpl() function
309 template<> void exportedFuncTmpl<ExplicitSpec_NotExported>() {} in exportedFuncTmpl() function