Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/test/Sema/
H A Ddllexport.c7 __declspec(dllexport) typedef int typedef1; // expected-warning{{'dllexport' attribute only applies… typedef
H A Ddllimport.c7 __declspec(dllimport) typedef int typedef1; // expected-warning{{'dllimport' attribute only applies… typedef
/aosp_15_r20/external/clang/test/SemaObjC/
H A Dkindof.m46 typedef __kindof NSObject *typedef1; typedef
/aosp_15_r20/external/clang/test/SemaCXX/
H A Ddllimport.cpp18 __declspec(dllimport) typedef int typedef1; // expected-warning{{'dllimport' attribute only applies… typedef
H A Ddllexport.cpp19 __declspec(dllexport) typedef int typedef1; // expected-warning{{'dllexport' attribute only applies… typedef