Home
last modified time | relevance | path

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

/external/clang/test/Sema/
Dattr-availability.c91AllDeprecatedUnavailable __attribute__((availability(macosx, unavailable))) // expected-note + {{'… enumerator
111 UserADU = AllDeprecatedUnavailable, // expected-error {{unavailable}}
112 …ecated __attribute__((availability(macosx, deprecated=10.2))) = AllDeprecatedUnavailable, // expec…
113 UserADUUnavailable __attribute__((availability(macosx, unavailable))) = AllDeprecatedUnavailable,
133 UserDeprecatedADU = AllDeprecatedUnavailable, // expected-error {{unavailable}}
134 …ecated __attribute__((availability(macosx, deprecated=10.2))) = AllDeprecatedUnavailable, // expec…
135 …ecatedADUUnavailable __attribute__((availability(macosx, unavailable))) = AllDeprecatedUnavailable,
155 UserUnavailableADU = AllDeprecatedUnavailable,
156 …bleADUDeprecated __attribute__((availability(macosx, deprecated=10.2))) = AllDeprecatedUnavailable,
157 …ilableADUUnavailable __attribute__((availability(macosx, unavailable))) = AllDeprecatedUnavailable,