Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CodeGenCXX/
Ddllimport-members.cpp827 struct MemVarTmpl { struct
833 // MSC-DAG: @"??$ImportedStaticVar@UImplicitInst_Imported@@@MemVarTmpl@@2HB" = available_externally… argument
Ddllexport-members.cpp628 struct MemVarTmpl { struct
632 template<typename T> const int MemVarTmpl::StaticVar; argument
/external/clang/test/CodeGenCXX/
Ddllimport-members.cpp827 struct MemVarTmpl { struct
833 // MSC-DAG: @"\01??$ImportedStaticVar@UImplicitInst_Imported@@@MemVarTmpl@@2HB" = available_externa… argument
Ddllexport-members.cpp628 struct MemVarTmpl { struct
632 template<typename T> const int MemVarTmpl::StaticVar; argument
/external/clang/test/SemaCXX/
Ddllimport.cpp1026 struct MemVarTmpl { struct
1032 int useMemVarTmpl() { return MemVarTmpl::ImportedStaticVar<ImplicitInst_Imported>; } in useMemVarTmpl() argument
Ddllexport.cpp879 struct MemVarTmpl { struct
883 template<typename T> const int MemVarTmpl::StaticVar; argument
/external/llvm-project/clang/test/SemaCXX/
Ddllimport.cpp1088 struct MemVarTmpl { struct
1094 int useMemVarTmpl() { return MemVarTmpl::ImportedStaticVar<ImplicitInst_Imported>; } in useMemVarTmpl() argument
Ddllexport.cpp948 struct MemVarTmpl { struct
952 template<typename T> const int MemVarTmpl::StaticVar; argument