HomeSort by relevance Sort by last modified time
    Searched refs:GlobalDeclInit (Results 1 - 6 of 6) sorted by null

  /external/clang/test/CodeGen/
dllexport.c 25 // CHECK-DAG: @GlobalDeclInit = dllexport global i32 1, align 4
26 __declspec(dllexport) extern int GlobalDeclInit;
27 int GlobalDeclInit = 1;
  /external/clang/test/Sema/
dllexport.c 31 __declspec(dllexport) extern int GlobalDeclInit;
32 int GlobalDeclInit = 1;
dllimport.c 40 __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}}
  /external/clang/test/CodeGenCXX/
dllexport.cpp 53 // 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;
    [all...]
  /external/clang/test/SemaCXX/
dllexport.cpp 45 __declspec(dllexport) extern int GlobalDeclInit;
46 int GlobalDeclInit = 1;
    [all...]
dllimport.cpp 50 __declspec(dllimport) int GlobalDeclInit; // expected-note{{previous declaration is here}} expected-note{{previous attribute is here}}
51 int GlobalDeclInit = 1; // expected-warning{{'GlobalDeclInit' redeclared without 'dllimport' attribute: previous 'dllimport' ignored}}
    [all...]

Completed in 115 milliseconds