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

/external/clang/test/CodeGenCXX/
H A Ddllexport-members.cpp463 template<typename T> __declspec(dllexport) void exportedNormal() {} function in struct:MemFunTmpl
470 // M32-DAG: define weak_odr dllexport x86_thiscallcc void @"\01??$exportedNormal@UImplicitInst_Exported@@@MemFunTmpl@@QAEXXZ"(%struct.MemFunTmpl* %this)
471 // M64-DAG: define weak_odr dllexport void @"\01??$exportedNormal@UImplicitInst_Exported@@@MemFunTmpl@@QEAAXXZ"(%struct.MemFunTmpl* %this)
474 MemFunTmpl().exportedNormal<ImplicitInst_Exported>();
484 // M32-DAG: define weak_odr dllexport x86_thiscallcc void @"\01??$exportedNormal@UExplicitDecl_Exported@@@MemFunTmpl@@QAEXXZ"(%struct.MemFunTmpl* %this)
485 // M64-DAG: define weak_odr dllexport void @"\01??$exportedNormal@UExplicitDecl_Exported@@@MemFunTmpl@@QEAAXXZ"(%struct.MemFunTmpl* %this)
488 extern template void MemFunTmpl::exportedNormal<ExplicitDecl_Exported>();
489 template void MemFunTmpl::exportedNormal<ExplicitDecl_Exported>();
499 // M32-DAG: define weak_odr dllexport x86_thiscallcc void @"\01??$exportedNormal@UExplicitInst_Exported@@@MemFunTmpl@@QAEXXZ"(%struct.MemFunTmpl* %this)
500 // M64-DAG: define weak_odr dllexport void @"\01??$exportedNormal
515 template<> __declspec(dllexport) void MemFunTmpl::exportedNormal<ExplicitSpec_Def_Exported>() {} function in class:MemFunTmpl
521 template<> __declspec(dllexport) inline void MemFunTmpl::exportedNormal<ExplicitSpec_InlineDef_Exported>() {} function in class:MemFunTmpl
538 template<> void MemFunTmpl::exportedNormal<ExplicitSpec_NotExported>() {} function in class:MemFunTmpl
[all...]
/external/clang/test/SemaCXX/
H A Ddllexport.cpp800 template<typename T> __declspec(dllexport) void exportedNormal() {} function in struct:MemFunTmpl
807 MemFunTmpl().exportedNormal<ImplicitInst_Exported>();
813 extern template void MemFunTmpl::exportedNormal<ExplicitDecl_Exported>();
814 template void MemFunTmpl::exportedNormal<ExplicitDecl_Exported>();
821 template void MemFunTmpl::exportedNormal<ExplicitInst_Exported>();
825 template<> __declspec(dllexport) void MemFunTmpl::exportedNormal<ExplicitSpec_Exported>();
826 template<> __declspec(dllexport) void MemFunTmpl::exportedNormal<ExplicitSpec_Def_Exported>() {} function in class:MemFunTmpl
827 template<> __declspec(dllexport) inline void MemFunTmpl::exportedNormal<ExplicitSpec_InlineDef_Exported>() {} function in class:MemFunTmpl
835 template<> void MemFunTmpl::exportedNormal<ExplicitSpec_NotExported>() {} function in class:MemFunTmpl

Completed in 91 milliseconds