Home
last modified time | relevance | path

Searched refs:test23_ty (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/test/Sema/
Dattr-deprecated.c126 typedef int test23_ty __attribute((deprecated));
132 typedef int test23_ty; typedef
134 test23_ty test23_v; // expected-warning {{'test23_ty' is deprecated}}
/external/clang/test/Sema/
Dattr-deprecated.c124 typedef int test23_ty __attribute((deprecated));
129 typedef int test23_ty; // expected-note {{'test23_ty' has been explicitly marked deprecated here}} typedef
131 test23_ty test23_v; // expected-warning {{'test23_ty' is deprecated}}