Home
last modified time | relevance | path

Searched refs:VarTmplDeclInit (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Ddllexport.cpp158 template<typename T> __declspec(dllexport) extern int VarTmplDeclInit;
159 template<typename T> int VarTmplDeclInit = 1; variable
160 INSTVAR(VarTmplDeclInit<ExplicitInst_Exported>)
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Ddllexport.cpp117 template<typename T> __declspec(dllexport) extern int VarTmplDeclInit;
118 template<typename T> int VarTmplDeclInit = 1; variable
H A Ddllimport.cpp199 __declspec(dllimport) int VarTmplDeclInit; // expected-note{{previous declaration is here}} variable
206 int VarTmplDeclInit = 1; variable