Home
last modified time | relevance | path

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

/aosp_15_r20/external/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
/aosp_15_r20/external/clang/test/SemaObjC/
H A Dkindof.m47 typedef NSObject __kindof *typedef2; typedef
/aosp_15_r20/external/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