Home
last modified time | relevance | path

Searched defs:MemVarTmpl (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/CodeGenCXX/
Ddllimport-members.cpp827 struct MemVarTmpl { struct
833 // MSC-DAG: @"\01??$ImportedStaticVar@UImplicitInst_Imported@@@MemVarTmpl@@2HB" = available_externa… argument
Ddllexport-members.cpp600 struct MemVarTmpl { struct
604 template<typename T> const int MemVarTmpl::StaticVar; argument
/external/clang/test/SemaCXX/
Ddllimport.cpp920 struct MemVarTmpl { struct
926 int useMemVarTmpl() { return MemVarTmpl::ImportedStaticVar<ImplicitInst_Imported>; } in useMemVarTmpl() argument
Ddllexport.cpp874 struct MemVarTmpl { struct
878 template<typename T> const int MemVarTmpl::StaticVar; argument