Home
last modified time | relevance | path

Searched defs:unavailable (Results 1 – 24 of 24) sorted by relevance

/external/clang/test/SemaObjC/
Dspecial-dep-unavail-warning.m6 …Meth __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailable here}}
10 …eth2 __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailable here}}
12 …ed)) __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailable here}}
14 - (void)FuzzyMeth1 __attribute__((unavailable));
18 …eth1 __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailable here}}
22 - (void) unavailMeth2 __attribute__((unavailable));
23 …ed)) __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailable here}}
25 - (void)FuzzyMeth __attribute__((unavailable));
Dobjc-container-subscripting-attr.m6 …le)); // expected-note 2 {{'objectForKeyedSubscript:' has been explicitly marked unavailable here}}
7 …)); // expected-note {{'setObject:forKeyedSubscript:' has been explicitly marked unavailable here}}
Dno-warning-unavail-unimp.m9 - Method __attribute__((unavailable));
10 + CMethod __attribute__((unavailable));
Dmethod-attributes.m20 - (int) foo2: (int)arg1 __attribute__((deprecated)) __attribute__((unavailable));
68 …: (int)arg1 __attribute__((aligned(16))) __attribute__((deprecated)) __attribute__((unavailable));
69 … (int)arg1 __attribute__((aligned(16))) __attribute__((deprecated)) __attribute__((unavailable));
82 - (id) method3: (int)arg1 __attribute__((deprecated)) __attribute__((unavailable)) {
85 …: (int)arg1 __attribute__((aligned(16))) __attribute__((deprecated)) __attribute__((unavailable)) {
Dattr-availability.m24 - (void)overridden5 __attribute__((availability(macosx,unavailable)));
26 - (void)unavailableMethod __attribute__((unavailable));
38 …-warning{{overriding method cannot be unavailable on OS X when its overridden method is available}}
218 …ibute__((unavailable)); // expected-note 4{{'methodB' has been explicitly marked unavailable here}}
267 -(void)methodB __attribute__((unavailable));
278 -(void)methodB __attribute__((unavailable)) {
284 …ttribute__((unavailable)); // expected-note{{'method' has been explicitly marked unavailable here}}
Dincomplete-implementation.m5 - unavailableMeth __attribute__((availability(macosx,unavailable)));
6 - unavailableMeth2 __attribute__((unavailable));
Dattr-deprecated-pch.m15 - (void)partiallyUnavailableMethod __attribute__((unavailable));
Dmultiple-method-names.m9 - (void)foo:(int)i __attribute__((unavailable));
Dattr-deprecated.m248 - (instancetype)init __attribute__((unavailable));
266 - (void)partiallyUnavailableMethod __attribute__((unavailable));
281 - (void)anotherPartiallyUnavailableMethod __attribute__((unavailable));
288 typedef struct {} S1 __attribute__((unavailable)); // expected-note2{{marked unavailable here}} typedef
Dinvalid-code.m53 __attribute__((unavailable)) @interface I4 @end // expected-error {{Objective-C declarations may on… category
Dattr-availability-1.m21 - (void)overridden5 __attribute__((availability(macosx,unavailable)));
33 …-warning{{overriding method cannot be unavailable on OS X when its overridden method is available}}
Dmessage.m111 -(void)unavail_meth __attribute__((unavailable)); // expected-note {{marked unavailable here}}
Dproperty-deprecated-warning.m153 …__attribute__ ((unavailable)); // expected-note {{'x' has been explicitly marked unavailable here}}
/external/svox/pico/src/com/svox/pico/
DEngineSettings.java52 …ArrayList<String> unavailable = data.getStringArrayListExtra(TextToSpeech.Engine.EXTRA_UNAVAILABLE… in onActivityResult() local
DCheckVoiceData.java65 ArrayList<String> unavailable = new ArrayList<String>(); in onCreate() local
/external/clang/test/ARCMT/
Dobjcmt-ns-returns-inner-pointer.m98 - (void **) ptr_bytes __attribute__((availability(macosx,unavailable)));
102 - (void *)mutableBytes __attribute__((deprecated)) __attribute__((unavailable));
Dobjcmt-atomic-property.m30 - (NSString *) UnavailProp __attribute__((unavailable));
33 - (NSString *) UnavailProp1 __attribute__((unavailable));
34 - (void) setUnavailProp1 : (NSString *)Val __attribute__((unavailable));
37 - (void) setUnavailProp2 : (NSString *)Val __attribute__((unavailable));
Dobjcmt-ns-nonatomic-iosonly.m37 - (NSString *) UnavailProp __attribute__((unavailable));
40 - (NSString *) UnavailProp1 __attribute__((unavailable));
41 - (void) setUnavailProp1 : (NSString *)Val __attribute__((unavailable));
44 - (void) setUnavailProp2 : (NSString *)Val __attribute__((unavailable));
Dobjcmt-migrate-all.m99 - (void **) ptr_bytes __attribute__((availability(macosx,unavailable)));
103 - (void *)mutableBytes __attribute__((deprecated)) __attribute__((unavailable));
Dobjcmt-property.m30 - (NSString *) UnavailProp __attribute__((unavailable));
33 - (NSString *) UnavailProp1 __attribute__((unavailable));
34 - (void) setUnavailProp1 : (NSString *)Val __attribute__((unavailable));
37 - (void) setUnavailProp2 : (NSString *)Val __attribute__((unavailable));
Dchecking.m47 …tribute__((unavailable)); // expected-note {{'retain' has been explicitly marked unavailable here}}
48 …te__((unavailable)); // expected-note {{'retainCount' has been explicitly marked unavailable here}}
49 …__((unavailable)); // expected-note 2 {{'autorelease' has been explicitly marked unavailable here}}
Dobjcmt-subscripting-literals.m201 - (id)objectAtIndexedSubscript:(unsigned)idx __attribute__((unavailable));
209 - (void)setObject:(id)obj atIndexedSubscript:(unsigned)idx __attribute__((unavailable));
/external/clang/test/Sema/
Dbuiltins.c206 void unavailable() { in unavailable() function
/external/clang/include/clang/Sema/
DAttributeList.h234 SourceLocation unavailable, in AttributeList()
607 SourceLocation unavailable, in create()
742 SourceLocation unavailable, in addNew()