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

  /external/clang/test/Sema/
dllimport.c 37 __declspec(dllimport) extern int ExternGlobalDeclInit; // expected-note{{previous declaration is here}} expected-note{{previous attribute is here}}
38 int ExternGlobalDeclInit = 1; // expected-warning{{'ExternGlobalDeclInit' redeclared without 'dllimport' attribute: previous 'dllimport' ignored}}
  /external/clang/test/SemaCXX/
dllimport.cpp 47 __declspec(dllimport) extern int ExternGlobalDeclInit; // expected-note{{previous declaration is here}} expected-note{{previous attribute is here}}
48 int ExternGlobalDeclInit = 1; // expected-warning{{'ExternGlobalDeclInit' redeclared without 'dllimport' attribute: previous 'dllimport' ignored}}
    [all...]

Completed in 1203 milliseconds