Searched refs:exportedNormal (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Ddllexport-members.cpp469 template<typename T> __declspec(dllexport) void exportedNormal() {} function in struct:MemFunTmpl
476 // M32-DAG: define weak_odr dllexport x86_thiscallcc void @"\01??$exportedNormal@UImplicitInst_Exported@@@MemFunTmpl@@QAEXXZ"(%struct.MemFunTmpl* %this)
477 // M64-DAG: define weak_odr dllexport void @"\01??$exportedNormal@UImplicitInst_Exported@@@MemFunTmpl@@QEAAXXZ"(%struct.MemFunTmpl* %this)
480 MemFunTmpl().exportedNormal<ImplicitInst_Exported>();
490 // M32-DAG: define weak_odr dllexport x86_thiscallcc void @"\01??$exportedNormal@UExplicitDecl_Exported@@@MemFunTmpl@@QAEXXZ"(%struct.MemFunTmpl* %this)
491 // M64-DAG: define weak_odr dllexport void @"\01??$exportedNormal@UExplicitDecl_Exported@@@MemFunTmpl@@QEAAXXZ"(%struct.MemFunTmpl* %this)
494 extern template void MemFunTmpl::exportedNormal<ExplicitDecl_Exported>();
495 template void MemFunTmpl::exportedNormal<ExplicitDecl_Exported>();
505 // M32-DAG: define weak_odr dllexport x86_thiscallcc void @"\01??$exportedNormal@UExplicitInst_Exported@@@MemFunTmpl@@QAEXXZ"(%struct.MemFunTmpl* %this)
506 // M64-DAG: define weak_odr dllexport void @"\01??$exportedNormal
521 template<> __declspec(dllexport) void MemFunTmpl::exportedNormal<ExplicitSpec_Def_Exported>() {} function in class:MemFunTmpl
527 template<> __declspec(dllexport) inline void MemFunTmpl::exportedNormal<ExplicitSpec_InlineDef_Exported>() {} function in class:MemFunTmpl
544 template<> void MemFunTmpl::exportedNormal<ExplicitSpec_NotExported>() {} function in class:MemFunTmpl
[all...]
/external/clang/test/SemaCXX/
H A Ddllexport.cpp810 template<typename T> __declspec(dllexport) void exportedNormal() {} function in struct:MemFunTmpl
817 MemFunTmpl().exportedNormal<ImplicitInst_Exported>();
823 extern template void MemFunTmpl::exportedNormal<ExplicitDecl_Exported>();
824 template void MemFunTmpl::exportedNormal<ExplicitDecl_Exported>();
831 template void MemFunTmpl::exportedNormal<ExplicitInst_Exported>();
835 template<> __declspec(dllexport) void MemFunTmpl::exportedNormal<ExplicitSpec_Exported>();
836 template<> __declspec(dllexport) void MemFunTmpl::exportedNormal<ExplicitSpec_Def_Exported>() {} function in class:MemFunTmpl
837 template<> __declspec(dllexport) inline void MemFunTmpl::exportedNormal<ExplicitSpec_InlineDef_Exported>() {} function in class:MemFunTmpl
845 template<> void MemFunTmpl::exportedNormal<ExplicitSpec_NotExported>() {} function in class:MemFunTmpl

Completed in 1526 milliseconds