Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGenCXX/
H A Ddllimport-members.cpp827 struct MemVarTmpl { struct
833 // MSC-DAG: @"??$ImportedStaticVar@UImplicitInst_Imported@@@MemVarTmpl@@2HB" = available_externally… argument
H A Ddllexport-members.cpp628 struct MemVarTmpl { struct
632 template<typename T> const int MemVarTmpl::StaticVar; argument
/llvm-project/clang/test/SemaCXX/
H A Ddllimport.cpp1089 struct MemVarTmpl { struct
1095 int useMemVarTmpl() { return MemVarTmpl::ImportedStaticVar<ImplicitInst_Imported>; } in useMemVarTmpl() argument
H A Ddllexport.cpp964 struct MemVarTmpl { struct
968 template<typename T> const int MemVarTmpl::StaticVar; argument