Home
last modified time | relevance | path

Searched defs:typedef1 (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/Sema/
Ddllexport.c7 __declspec(dllexport) typedef int typedef1; // expected-warning{{'dllexport' attribute only applies… typedef
Ddllimport.c7 __declspec(dllimport) typedef int typedef1; // expected-warning{{'dllimport' attribute only applies… typedef
/external/clang/test/SemaCXX/
Ddllimport.cpp18 __declspec(dllimport) typedef int typedef1; // expected-warning{{'dllimport' attribute only applies… typedef
Ddllexport.cpp19 __declspec(dllexport) typedef int typedef1; // expected-warning{{'dllexport' attribute only applies… typedef