Searched refs:AllDeprecatedUnavailable (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/Sema/ |
D | attr-availability.c | 91 …AllDeprecatedUnavailable __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,
|
/external/llvm-project/clang/test/Sema/ |
D | attr-availability.c | 102 …AllDeprecatedUnavailable __attribute__((availability(macosx, unavailable))) // expected-note + {{'… enumerator 122 UserADU = AllDeprecatedUnavailable, // expected-error {{unavailable}} 123 …ecated __attribute__((availability(macosx, deprecated=10.2))) = AllDeprecatedUnavailable, // expec… 124 UserADUUnavailable __attribute__((availability(macosx, unavailable))) = AllDeprecatedUnavailable, 144 UserDeprecatedADU = AllDeprecatedUnavailable, // expected-error {{unavailable}} 145 …ecated __attribute__((availability(macosx, deprecated=10.2))) = AllDeprecatedUnavailable, // expec… 146 …ecatedADUUnavailable __attribute__((availability(macosx, unavailable))) = AllDeprecatedUnavailable, 166 UserUnavailableADU = AllDeprecatedUnavailable, 167 …bleADUDeprecated __attribute__((availability(macosx, deprecated=10.2))) = AllDeprecatedUnavailable, 168 …ilableADUUnavailable __attribute__((availability(macosx, unavailable))) = AllDeprecatedUnavailable,
|