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
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
122 template External ExternalAutoTypeVarTmpl<ExplicitInst_Exported>;
136 template __declspec(dllexport) int ExportedVarTmpl<ExplicitInst_Exported>;
152 template __declspec(dllexport) int VarTmpl<ExplicitInst_Exported>;
300 template void exportedFuncTmpl<ExplicitInst_Exported>();
317 template __declspec(dllexport) void funcTmpl<ExplicitInst_Exported>();
821 template void MemFunTmpl::exportedNormal<ExplicitInst_Exported>();
822 template void MemFunTmpl::exportedStatic<ExplicitInst_Exported>();
849 template __declspec(dllexport) void MemFunTmpl::normalDef<ExplicitInst_Exported>();
850 template __declspec(dllexport) void MemFunTmpl::staticDef<ExplicitInst_Exported>();
[all...]

Completed in 65 milliseconds