Searched defs:foo_dep (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/Sema/
H A Dattr-deprecated.c44 typedef struct foo foo_dep __attribute__((deprecated)); // expected-note 12 {{'foo_dep' has been explicitly marked deprecated here}} typedef in typeref:struct:foo
45 foo_dep *test2; // expected-warning {{'foo_dep' is deprecated}}
55 foo_dep *test4 __attribute__((deprecated));
58 typedef foo_dep test6(struct bar_dep*); // expected-warning {{'foo_dep' is deprecated}} \
60 typedef foo_dep test7(struct bar_dep*) __attribute__((deprecated));
63 p += sizeof(foo_dep); // expected-warning {{'foo_dep' i
[all...]

Completed in 395 milliseconds