Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Ddllexport.cpp126 template<typename T> __declspec(dllexport) extern int VarTmplDeclInit;
127 template<typename T> int VarTmplDeclInit = 1; variable
128 INSTVAR(VarTmplDeclInit<ExplicitInst_Exported>)
/external/clang/test/SemaCXX/
Ddllexport.cpp105 template<typename T> __declspec(dllexport) extern int VarTmplDeclInit;
106 template<typename T> int VarTmplDeclInit = 1; variable
Ddllimport.cpp141 template<typename T> __declspec(dllimport) int VarTmplDeclInit; // expected-note{{previous declarat… variable
142 template<typename T> int VarTmplDeclInit = 1; // expected-warning{{'VarTmplDe… variable