Searched refs:ExplicitInst_Exported (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Ddllexport.cpp11 struct ExplicitInst_Exported {}; struct
107 INSTVAR(VarTmplDef<ExplicitInst_Exported>)
118 INSTVAR(VarTmplInit1<ExplicitInst_Exported>)
123 INSTVAR(VarTmplInit2<ExplicitInst_Exported>)
130 INSTVAR(VarTmplDeclInit<ExplicitInst_Exported>)
137 INSTVAR(VarTmplRedecl1<ExplicitInst_Exported>)
143 INSTVAR(VarTmplRedecl2<ExplicitInst_Exported>)
148 INSTVAR(ns::ExternalVarTmpl<ExplicitInst_Exported>)
153 template External ExternalAutoTypeVarTmpl<ExplicitInst_Exported>;
173 template __declspec(dllexport) int ExportedVarTmpl<ExplicitInst_Exported>;
[all...]
H A Ddllexport-members.cpp9 struct ExplicitInst_Exported {}; struct
503 template void MemFunTmpl::exportedNormal<ExplicitInst_Exported>();
507 template void MemFunTmpl::exportedStatic<ExplicitInst_Exported>();
566 template __declspec(dllexport) void MemFunTmpl::normalDef<ExplicitInst_Exported>();
570 template __declspec(dllexport) void MemFunTmpl::staticDef<ExplicitInst_Exported>();
617 template const int MemVarTmpl::ExportedStaticVar<ExplicitInst_Exported>;
642 template __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitInst_Exported>;
/external/clang/test/SemaCXX/
H A Ddllexport.cpp9 struct ExplicitInst_Exported {}; struct
114 template External ExternalAutoTypeVarTmpl<ExplicitInst_Exported>;
128 template __declspec(dllexport) int ExportedVarTmpl<ExplicitInst_Exported>;
144 template __declspec(dllexport) int VarTmpl<ExplicitInst_Exported>;
287 template void exportedFuncTmpl<ExplicitInst_Exported>();
304 template __declspec(dllexport) void funcTmpl<ExplicitInst_Exported>();
756 template void MemFunTmpl::exportedNormal<ExplicitInst_Exported>();
757 template void MemFunTmpl::exportedStatic<ExplicitInst_Exported>();
784 template __declspec(dllexport) void MemFunTmpl::normalDef<ExplicitInst_Exported>();
785 template __declspec(dllexport) void MemFunTmpl::staticDef<ExplicitInst_Exported>();
[all...]

Completed in 244 milliseconds