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

/external/clang/test/CodeGenCXX/
H A Ddllexport.cpp9 struct ExplicitInst_Exported {}; struct
105 INSTVAR(VarTmplDef<ExplicitInst_Exported>)
116 INSTVAR(VarTmplInit1<ExplicitInst_Exported>)
121 INSTVAR(VarTmplInit2<ExplicitInst_Exported>)
128 INSTVAR(VarTmplDeclInit<ExplicitInst_Exported>)
135 INSTVAR(VarTmplRedecl1<ExplicitInst_Exported>)
141 INSTVAR(VarTmplRedecl2<ExplicitInst_Exported>)
146 INSTVAR(ns::ExternalVarTmpl<ExplicitInst_Exported>)
151 template External ExternalAutoTypeVarTmpl<ExplicitInst_Exported>;
171 template __declspec(dllexport) int ExportedVarTmpl<ExplicitInst_Exported>;
[all...]
H A Ddllexport-members.cpp9 struct ExplicitInst_Exported {}; struct
509 template void MemFunTmpl::exportedNormal<ExplicitInst_Exported>();
513 template void MemFunTmpl::exportedStatic<ExplicitInst_Exported>();
572 template __declspec(dllexport) void MemFunTmpl::normalDef<ExplicitInst_Exported>();
576 template __declspec(dllexport) void MemFunTmpl::staticDef<ExplicitInst_Exported>();
623 template const int MemVarTmpl::ExportedStaticVar<ExplicitInst_Exported>;
648 template __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitInst_Exported>;
/external/clang/test/SemaCXX/
H A Ddllexport.cpp9 struct ExplicitInst_Exported {}; struct
126 template External ExternalAutoTypeVarTmpl<ExplicitInst_Exported>;
140 template __declspec(dllexport) int ExportedVarTmpl<ExplicitInst_Exported>;
156 template __declspec(dllexport) int VarTmpl<ExplicitInst_Exported>;
304 template void exportedFuncTmpl<ExplicitInst_Exported>();
321 template __declspec(dllexport) void funcTmpl<ExplicitInst_Exported>();
831 template void MemFunTmpl::exportedNormal<ExplicitInst_Exported>();
832 template void MemFunTmpl::exportedStatic<ExplicitInst_Exported>();
859 template __declspec(dllexport) void MemFunTmpl::normalDef<ExplicitInst_Exported>();
860 template __declspec(dllexport) void MemFunTmpl::staticDef<ExplicitInst_Exported>();
[all...]

Completed in 119 milliseconds