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

/external/clang/test/CodeGenCXX/
H A Ddllexport.cpp148 // MSC-DAG: @"\01??$ExternalAutoTypeVarTmpl@UExplicitInst_Exported@@@@3UExternal@@A" = weak_odr dllexport global %struct.External zeroinitializer, comdat, align 4
150 template<typename T> __declspec(dllexport) auto ExternalAutoTypeVarTmpl = External(); variable
151 template External ExternalAutoTypeVarTmpl<ExplicitInst_Exported>; variable
/external/clang/test/SemaCXX/
H A Ddllexport.cpp121 template<typename T> __declspec(dllexport) auto ExternalAutoTypeVarTmpl = External(); variable
122 template External ExternalAutoTypeVarTmpl<ExplicitInst_Exported>; variable

Completed in 66 milliseconds