Searched refs:GlobalDeclInit (Results 1 - 6 of 6) sorted by relevance

/external/clang/test/CodeGen/
H A Ddllexport.c25 // CHECK-DAG: @GlobalDeclInit = dllexport global i32 1, align 4
26 __declspec(dllexport) extern int GlobalDeclInit;
27 int GlobalDeclInit = 1; variable
/external/clang/test/Sema/
H A Ddllexport.c31 __declspec(dllexport) extern int GlobalDeclInit;
32 int GlobalDeclInit = 1; variable
H A Ddllimport.c40 __declspec(dllimport) int GlobalDeclInit; // expected-note{{previous declaration is here}} expected-note{{previous attribute is here}}
41 int GlobalDeclInit = 1; // expected-warning{{'GlobalDeclInit' redeclared without 'dllimport' attribute: previous 'dllimport' ignored}} variable
/external/clang/test/CodeGenCXX/
H A Ddllexport.cpp53 // MSC-DAG: @"\01?GlobalDeclInit@@3HA" = dllexport global i32 1, align 4
54 // GNU-DAG: @GlobalDeclInit = dllexport global i32 1, align 4
55 __declspec(dllexport) extern int GlobalDeclInit;
56 int GlobalDeclInit = 1; variable
/external/clang/test/SemaCXX/
H A Ddllexport.cpp45 __declspec(dllexport) extern int GlobalDeclInit;
46 int GlobalDeclInit = 1; variable
H A Ddllimport.cpp50 __declspec(dllimport) int GlobalDeclInit; // expected-note{{previous declaration is here}} expected-note{{previous attribute is here}} variable
51 int GlobalDeclInit = 1; // expected-warning{{'GlobalDeclInit' redeclared without 'dllimport' attribute: previous 'dllimport' ignored}} variable

Completed in 217 milliseconds