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
124
// MSC-DAG: @"\01??$
VarTmplDeclInit
@UExplicitInst_Exported@@@@3HA" = weak_odr dllexport global i32 1, comdat, align 4
126
template<typename T> __declspec(dllexport) extern int
VarTmplDeclInit
;
127
template<typename T> int
VarTmplDeclInit
= 1;
128
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
141
template<typename T> __declspec(dllimport) int
VarTmplDeclInit
; // expected-note{{previous declaration is here}} expected-note{{previous attribute is here}}
142
template<typename T> int
VarTmplDeclInit
= 1; // expected-warning{{'
VarTmplDeclInit
' redeclared without 'dllimport' attribute: previous 'dllimport' ignored}}
[
all
...]
Completed in 101 milliseconds