Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/test/Sema/
H A Ddllexport.c8 typedef __declspec(dllexport) int typedef2; // expected-warning{{'dllexport' attribute only applies… typedef
H A Ddllimport.c8 typedef __declspec(dllimport) int typedef2; // expected-warning{{'dllimport' attribute only applies… typedef
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Ddllimport.cpp19 typedef __declspec(dllimport) int typedef2; // expected-warning{{'dllimport' attribute only applies… typedef
H A Ddllexport.cpp20 typedef __declspec(dllexport) int typedef2; // expected-warning{{'dllexport' attribute only applies… typedef