Home
last modified time | relevance | path

Searched refs:GlobalDeclAttrInit (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/Sema/
Ddllimport.c73 int GlobalDeclAttrInit __attribute__((dllimport)); // expected-note{{previous declaration is here}} variable
79 int GlobalDeclAttrInit = 1; variable
/external/clang/test/SemaCXX/
Ddllimport.cpp83 int GlobalDeclAttrInit __attribute__((dllimport)); // expected-note{{previous declaration is here}} variable
89 int GlobalDeclAttrInit = 1; variable