HomeSort by relevance Sort by last modified time
    Searched refs:ExternalAutoTypeVarTmpl (Results 1 - 2 of 2) sorted by null

  /external/clang/test/CodeGenCXX/
dllexport.cpp 150 // MSC-DAG: @"\01??$ExternalAutoTypeVarTmpl@UExplicitInst_Exported@@@@3UExternal@@A" = weak_odr dllexport global %struct.External zeroinitializer, align 4
152 template<typename T> __declspec(dllexport) auto ExternalAutoTypeVarTmpl = External();
153 template External ExternalAutoTypeVarTmpl<ExplicitInst_Exported>;
    [all...]
  /external/clang/test/SemaCXX/
dllexport.cpp 113 template<typename T> __declspec(dllexport) auto ExternalAutoTypeVarTmpl = External();
114 template External ExternalAutoTypeVarTmpl<ExplicitInst_Exported>;
    [all...]

Completed in 6956 milliseconds