Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Ddllexport.cpp356 template<typename T> __declspec(dllexport) void exportedFuncTmpl() {} in exportedFuncTmpl() function
361 USE(exportedFuncTmpl<ImplicitInst_Exported>)
366 extern template void exportedFuncTmpl<ExplicitDecl_Exported>();
367 template void exportedFuncTmpl<ExplicitDecl_Exported>();
372 template void exportedFuncTmpl<ExplicitInst_Exported>();
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
/external/llvm-project/clang/test/CodeGenCXX/
Ddllexport.cpp394 template<typename T> __declspec(dllexport) void exportedFuncTmpl() {} in exportedFuncTmpl() function
399 USE(exportedFuncTmpl<ImplicitInst_Exported>)
404 extern template void exportedFuncTmpl<ExplicitDecl_Exported>();
405 template void exportedFuncTmpl<ExplicitDecl_Exported>();
410 template void exportedFuncTmpl<ExplicitInst_Exported>();
415 template<> __declspec(dllexport) void exportedFuncTmpl<ExplicitSpec_Def_Exported>() {} in exportedFuncTmpl() function
419 template<> __declspec(dllexport) inline void exportedFuncTmpl<ExplicitSpec_InlineDef_Exported>() {} in exportedFuncTmpl() function
425 template<> void exportedFuncTmpl<ExplicitSpec_NotExported>() {} in exportedFuncTmpl() function
/external/clang/test/SemaCXX/
Ddllexport.cpp293 template<typename T> __declspec(dllexport) void exportedFuncTmpl() {} in exportedFuncTmpl() function
297 void useFunTmplDef() { exportedFuncTmpl<ImplicitInst_Exported>(); } in useFunTmplDef()
300 extern template void exportedFuncTmpl<ExplicitDecl_Exported>();
301 template void exportedFuncTmpl<ExplicitDecl_Exported>();
304 template void exportedFuncTmpl<ExplicitInst_Exported>();
307 template<> __declspec(dllexport) void exportedFuncTmpl<ExplicitSpec_Exported>();
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
/external/llvm-project/clang/test/SemaCXX/
Ddllexport.cpp306 template<typename T> __declspec(dllexport) void exportedFuncTmpl() {} in exportedFuncTmpl() function
310 void useFunTmplDef() { exportedFuncTmpl<ImplicitInst_Exported>(); } in useFunTmplDef()
313 extern template void exportedFuncTmpl<ExplicitDecl_Exported>();
314 template void exportedFuncTmpl<ExplicitDecl_Exported>();
317 template void exportedFuncTmpl<ExplicitInst_Exported>();
320 template<> __declspec(dllexport) void exportedFuncTmpl<ExplicitSpec_Exported>();
321 template<> __declspec(dllexport) void exportedFuncTmpl<ExplicitSpec_Def_Exported>() {} in exportedFuncTmpl() function
322 template<> __declspec(dllexport) inline void exportedFuncTmpl<ExplicitSpec_InlineDef_Exported>() {} in exportedFuncTmpl() function
326 template<> void exportedFuncTmpl<ExplicitSpec_NotExported>() {} in exportedFuncTmpl() function