Searched refs:importedFuncTmpl (Results 1 – 4 of 4) sorted by relevance
457 template<typename T> __declspec(dllimport) inline void importedFuncTmpl() {} in importedFuncTmpl() function468 USE(importedFuncTmpl<ImplicitInst_Imported>)475 extern template void importedFuncTmpl<ExplicitDecl_Imported>();476 USE(importedFuncTmpl<ExplicitDecl_Imported>)483 template void importedFuncTmpl<ExplicitInst_Imported>();484 USE(importedFuncTmpl<ExplicitInst_Imported>)510 template<> __declspec(dllimport) void importedFuncTmpl<ExplicitSpec_Imported>();511 USE(importedFuncTmpl<ExplicitSpec_Imported>) in USE()524 template<> __declspec(dllimport) inline void importedFuncTmpl<ExplicitSpec_InlineDef_Imported>() {} in USE()525 USE(importedFuncTmpl<ExplicitSpec_InlineDef_Imported>) in USE()[all …]
487 template<typename T> __declspec(dllimport) inline void importedFuncTmpl() {} in importedFuncTmpl() function498 USE(importedFuncTmpl<ImplicitInst_Imported>)505 extern template void importedFuncTmpl<ExplicitDecl_Imported>();506 USE(importedFuncTmpl<ExplicitDecl_Imported>)513 template void importedFuncTmpl<ExplicitInst_Imported>();514 USE(importedFuncTmpl<ExplicitInst_Imported>)540 template<> __declspec(dllimport) void importedFuncTmpl<ExplicitSpec_Imported>();541 USE(importedFuncTmpl<ExplicitSpec_Imported>) in USE()554 template<> __declspec(dllimport) inline void importedFuncTmpl<ExplicitSpec_InlineDef_Imported>() {} in USE()555 USE(importedFuncTmpl<ExplicitSpec_InlineDef_Imported>) in USE()[all …]
456 template<typename T> __declspec(dllimport) inline void importedFuncTmpl() {} in importedFuncTmpl() function460 void useFunTmplDef() { importedFuncTmpl<ImplicitInst_Imported>(); } in useFunTmplDef()463 extern template void importedFuncTmpl<ExplicitDecl_Imported>();468 template void importedFuncTmpl<ExplicitInst_Imported>();472 template<> __declspec(dllimport) void importedFuncTmpl<ExplicitSpec_Imported>();473 template<> __declspec(dllimport) void importedFuncTmpl<ExplicitSpec_Def_Imported>() {} // expected-… in importedFuncTmpl() function475 template<> __declspec(dllimport) inline void importedFuncTmpl<ExplicitSpec_InlineDef_Imported>() {} in importedFuncTmpl() function480 template<> void importedFuncTmpl<ExplicitSpec_NotImported>() {} in importedFuncTmpl() function
484 template<typename T> __declspec(dllimport) inline void importedFuncTmpl() {} in importedFuncTmpl() function488 void useFunTmplDef() { importedFuncTmpl<ImplicitInst_Imported>(); } in useFunTmplDef()491 extern template void importedFuncTmpl<ExplicitDecl_Imported>();496 template void importedFuncTmpl<ExplicitInst_Imported>();500 template<> __declspec(dllimport) void importedFuncTmpl<ExplicitSpec_Imported>();501 template<> __declspec(dllimport) void importedFuncTmpl<ExplicitSpec_Def_Imported>() {} // expected-… in importedFuncTmpl() function503 template<> __declspec(dllimport) inline void importedFuncTmpl<ExplicitSpec_InlineDef_Imported>() {} in importedFuncTmpl() function508 template<> void importedFuncTmpl<ExplicitSpec_NotImported>() {} in importedFuncTmpl() function