Searched refs:typedef1 (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/Sema/
H A Ddllexport.c7 __declspec(dllexport) typedef int typedef1; // expected-warning{{'dllexport' attribute only applies to variables and functions}} typedef
H A Ddllimport.c7 __declspec(dllimport) typedef int typedef1; // expected-warning{{'dllimport' attribute only applies to variables and functions}} typedef
/external/clang/test/SemaCXX/
H A Ddllexport.cpp19 __declspec(dllexport) typedef int typedef1; // expected-warning{{'dllexport' attribute only applies to variables, functions and classes}} typedef
H A Ddllimport.cpp18 __declspec(dllimport) typedef int typedef1; // expected-warning{{'dllimport' attribute only applies to variables, functions and classes}} typedef

Completed in 92 milliseconds