OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VarTmplDeclInit
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/CodeGenCXX/
dllexport.cpp
128
// MSC-DAG: @"\01??$
VarTmplDeclInit
@UExplicitInst_Exported@@@@3HA" = weak_odr dllexport global i32 1, comdat, align 4
130
template<typename T> __declspec(dllexport) extern int
VarTmplDeclInit
;
131
template<typename T> int
VarTmplDeclInit
= 1;
132
INSTVAR(
VarTmplDeclInit
<ExplicitInst_Exported>)
[
all
...]
/external/clang/test/SemaCXX/
dllexport.cpp
105
template<typename T> __declspec(dllexport) extern int
VarTmplDeclInit
;
106
template<typename T> int
VarTmplDeclInit
= 1;
[
all
...]
dllimport.cpp
185
__declspec(dllimport) int
VarTmplDeclInit
; // expected-note{{previous declaration is here}}
187
// expected-warning@+5{{'
VarTmplDeclInit
' redeclared without 'dllimport' attribute: 'dllexport' attribute added}}
189
// expected-warning@+3{{'
VarTmplDeclInit
' redeclared without 'dllimport' attribute: previous 'dllimport' ignored}}
192
int
VarTmplDeclInit
= 1;
[
all
...]
Completed in 792 milliseconds