Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/SemaObjCXX/
Ddllexport.mm3 __declspec(dllexport) typedef int typedef1; typedef
Ddllimport.mm3 __declspec(dllimport) typedef int typedef1; typedef
/external/llvm-project/clang/test/SemaObjC/
Ddllexport.m3 __declspec(dllexport) typedef int typedef1; typedef
Ddllimport.m3 __declspec(dllimport) typedef int typedef1; typedef
Dkindof.m46 typedef __kindof NSObject *typedef1; typedef
/external/llvm-project/clang/test/Sema/
Ddllexport.c7 __declspec(dllexport) typedef int typedef1; typedef
Ddllimport.c12 __declspec(dllimport) typedef int typedef1; typedef
Daddress-packed.c183 int *typedef1(TypedefStructArguable *s) { in typedef1() function
/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/SemaObjC/
Dkindof.m46 typedef __kindof NSObject *typedef1; 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
/external/llvm-project/clang/test/SemaCXX/
Ddllimport.cpp23 __declspec(dllimport) typedef int typedef1; typedef
Ddllexport.cpp22 __declspec(dllexport) typedef int typedef1; typedef