/external/clang/test/SemaObjC/ |
D | special-dep-unavail-warning.m | 6 - (void) unavailMeth __attribute__((unavailable)); // expected-note {{has been explicitly marked un… argument 10 - (void) unavailMeth2 __attribute__((unavailable)); // expected-note {{has been explicitly marked u… argument 12 …ttribute__((deprecated)) __attribute__((unavailable)); // expected-note {{has been explicitly mark… argument 14 - (void)FuzzyMeth1 __attribute__((unavailable)); argument 18 - (void) unavailMeth1 __attribute__((unavailable)); // expected-note {{has been explicitly marked u… argument 22 - (void) unavailMeth2 __attribute__((unavailable)); argument 23 …ttribute__((deprecated)) __attribute__((unavailable)); // expected-note {{has been explicitly mark… argument 25 - (void)FuzzyMeth __attribute__((unavailable)); argument 34 …[c unavailMeth]; // expected-warning {{'unavailMeth' maybe unavailable because receiver type is un… 36 …[c unavailMeth1]; // expected-warning {{'unavailMeth1' maybe unavailable because receiver type is … [all …]
|
D | arc-system-header.m | 1 // silly workaround expected-note {{marked unavailable here}} 5 // another silly workaround expected-note {{marked unavailable here}} 10 …cp = test0(op); // expected-error {{'test0' is unavailable: converts between Objective-C and C poi… 11 …cp = *test1(&op); // expected-error {{'test1' is unavailable: converts between Objective-C and C p… 14 // workaround expected-note {{marked unavailable here}} 16 …p->field = 0; // expected-error {{'field' is unavailable: this system declaration uses an unsuppor… 19 // workaround expected-note {{marked unavailable here}} 21 …p->field1 = 0; // expected-error {{'field1' is unavailable: this system declaration uses an unsupp… 25 // workaround expected-note {{marked unavailable here}} 27 …p->field = 0; // expected-error {{'field' is unavailable: this system field has retaining ownershi… [all …]
|
D | class-unavail-warning.m | 4 __attribute__((unavailable("not available"))) 5 @interface MyClass { // expected-note 8 {{declaration has been explicitly marked unavailable here}} 19 MyClass *ivar; // expected-error {{unavailable}} 21 - (MyClass *)meth; // expected-error {{unavailable}} 31 @implementation MyClass (Cat2) // expected-error {{unavailable}} 35 [MyClass new]; // expected-error {{'MyClass' is unavailable: not available}} 36 [MyClass self]; // expected-error {{'MyClass' is unavailable: not available}} 37 [MyClass addObject:((void *)0)]; // expected-error {{'MyClass' is unavailable: not available}} 39 MyClass *foo = [MyClass new]; // expected-error 2 {{'MyClass' is unavailable: not available}}
|
D | protocol-attribute.m | 3 __attribute ((unavailable)) 4 @protocol FwProto; // expected-note{{marked unavailable}} 6 Class <FwProto> cFw = 0; // expected-error {{'FwProto' is unavailable}} 36 @protocol FwProto @end // expected-note{{marked unavailable}} 38 @interface MyClass2 <FwProto> // expected-error {{'FwProto' is unavailable}} 41 __attribute ((unavailable)) __attribute ((deprecated)) @protocol XProto; // expected-note{{marked u… 43 id <XProto> idX = 0; // expected-error {{'XProto' is unavailable}}
|
D | arc-unavailable-for-weakref.m | 17 …ns1 = (__weak sub *)obj; // expected-error {{assignment of a weak-unavailable object to a __weak o… 31 weak1 = strong1; // expected-error {{assignment of a weak-unavailable object to a __weak object}} 33 …__weak id weak2 = strong1; // expected-error {{assignment of a weak-unavailable object to a __weak… 34 …return (__weak id)strong1; // expected-error {{cast of weak-unavailable object of type 'NOWEAK *' … 44 weak1 = strong1; // expected-error {{assignment of a weak-unavailable object to a __weak object}} 46 …__weak id<P> weak2 = strong1; // expected-error {{assignment of a weak-unavailable object to a __w… 47 …return (__weak id<P>)strong1; // expected-error {{cast of weak-unavailable object of type 'NOWEAK<… 63 @synthesize font = _font; // expected-error {{synthesis of a weak-unavailable property is disallowe…
|
D | method-attributes.m | 18 - (int) foo2: (int)arg1 __attribute__((deprecated)) __attribute__((unavailable)); // expected-note … argument 19 - (int) foo3: (int)arg1 __attribute__((deprecated)) __attribute__((unavailable)) __attribute__((ns_… 32 - (int) foo3: (int)arg1 __attribute__((deprecated)) __attribute__((unavailable)) __attribute__((ns_… 66 …attribute__((aligned(16))) __attribute__((deprecated)) __attribute__((unavailable)); // expected-… argument 67 … (int)arg1 __attribute__((aligned(16))) __attribute__((deprecated)) __attribute__((unavailable)); argument 80 - (id) method3: (int)arg1 __attribute__((deprecated)) __attribute__((unavailable)) { // expected-w… argument 83 …: (int)arg1 __attribute__((aligned(16))) __attribute__((deprecated)) __attribute__((unavailable)) { argument
|
D | no-warning-unavail-unimp.m | 5 @property (getter=getVal) int val __attribute__((unavailable)); 6 - Method __attribute__((unavailable)); argument 7 + CMethod __attribute__((unavailable)); argument
|
D | arc-unavailable-system-function.m | 6 id * foo(); // expected-note {{function has been explicitly marked unavailable here}} 8 # 1 "arc-unavailable-system-function.m" 2 10 …foo(); // expected-error {{'foo' is unavailable: this system declaration uses an unsupported type}}
|
/external/clang/test/SemaObjCXX/ |
D | arc-unavailable-for-weakref.mm | 17 …ns1 = (__weak sub *)obj; // expected-error {{assignment of a weak-unavailable object to a __weak o… 31 weak1 = strong1; // expected-error {{assignment of a weak-unavailable object to a __weak object}} 33 …__weak id weak2 = strong1; // expected-error {{assignment of a weak-unavailable object to a __weak… 34 …return (__weak id)strong1; // expected-error {{cast of weak-unavailable object of type 'NOWEAK *' … 44 weak1 = strong1; // expected-error {{assignment of a weak-unavailable object to a __weak object}} 46 …__weak id<P> weak2 = strong1; // expected-error {{assignment of a weak-unavailable object to a __w… 47 …return (__weak id<P, P1>)strong1; // expected-error {{cast of weak-unavailable object of type 'NOW…
|
D | arc-system-header.mm | 7 …a->data.a_b.b = 0; // expected-error{{'a_b' is unavailable: this system field has retaining owners… 10 // expected-note{{declaration has been explicitly marked unavailable here}}
|
D | overload.mm | 118 void foo(A*) __attribute__((unavailable)); // expected-note {{explicitly made unavailable}} 121 foo(b); // expected-error {{call to unavailable function 'foo'}}
|
/external/clang/test/ARCMT/ |
D | atautorelease-check.m | 5 #define NS_AUTOMATED_REFCOUNT_UNAVAILABLE __attribute__((unavailable("not available in automatic re… 52 @interface NSAutoreleasePool : NSObject { // expected-note 13 {{marked unavailable here}} 73 …Pool = [[NSAutoreleasePool alloc] init]; // expected-error 2 {{'NSAutoreleasePool' is unavailable}} 78 …nkPool = [[NSAutoreleasePool alloc] init]; // expected-error {{'NSAutoreleasePool' is unavailable}} 88 NSAutoreleasePool * pool; // expected-error {{'NSAutoreleasePool' is unavailable}} 95 … pool = [[NSAutoreleasePool alloc] init]; // expected-error {{'NSAutoreleasePool' is unavailable}} 101 …ol = [[NSAutoreleasePool alloc] init]; // expected-error 2 {{'NSAutoreleasePool' is unavailable}} \ 114 …ol = [[NSAutoreleasePool alloc] init]; // expected-error 2 {{'NSAutoreleasePool' is unavailable}} \ 126 …ol = [[NSAutoreleasePool alloc] init]; // expected-error 2 {{'NSAutoreleasePool' is unavailable}} \ 137 …ol = [[NSAutoreleasePool alloc] init]; // expected-error 2 {{'NSAutoreleasePool' is unavailable}} \
|
D | GC-check.m | 5 #define CF_AUTOMATED_REFCOUNT_UNAVAILABLE __attribute__((unavailable("not available in automatic re… 8 …CFMakeCollectable(CFTypeRef cf) CF_AUTOMATED_REFCOUNT_UNAVAILABLE; // expected-note {{unavailable}} 13 // expected-error {{unavailable}}
|
D | checking.m | 5 #define NS_AUTOMATED_REFCOUNT_UNAVAILABLE __attribute__((unavailable("not available in automatic re… 48 - (id)retain; // expected-note {{declaration has been explicitly marked unavailable here}} 49 - (id)retainCount; // expected-note {{declaration has been explicitly marked unavailable here}} 50 - (id)autorelease; // expected-note 2 {{declaration has been explicitly marked unavailable here}} 83 // expected-error {{'retain' is unavailable}} 92 // expected-error {{'retainCount' is unavailable}} 96 // expected-error {{'autorelease' is unavailable}} 99 // expected-error {{'autorelease' is unavailable}}
|
/external/clang/test/Parser/ |
D | attr-availability.c | 15 void f4() __attribute__((availability(macosx,introduced=10.5), availability(ios,unavailable))); 17 …ibute__((availability(macosx,introduced=10.5), availability(ios,unavailable, unavailable))); // ex… 19 void f6() __attribute__((availability(macosx,unavailable,introduced=10.5))); // expected-warning{{'…
|
D | access-spec-attrs.cpp | 4 public __attribute__((unavailable)): // expected-error {{access specifier can only have annotation …
|
D | cxx11-stmt-attributes.cpp | 35 …[[unavailable]] continue; // TODO: only noreturn, alignas and carries_dependency are parsed in C++… in foo()
|
/external/clang/test/Modules/Inputs/NoUmbrella.framework/ |
D | module.map | 5 module unavailable { 6 requires unavailable
|
/external/svox/pico/src/com/svox/pico/ |
D | EngineSettings.java | 52 …ArrayList<String> unavailable = data.getStringArrayListExtra(TextToSpeech.Engine.EXTRA_UNAVAILABLE… in onActivityResult() local 67 for (int i = 0; i < unavailable.size(); i++){ in onActivityResult() 68 final String unavailableLang = unavailable.get(i); in onActivityResult()
|
D | CheckVoiceData.java | 65 ArrayList<String> unavailable = new ArrayList<String>(); in onCreate() local 89 unavailable.add(supportedLanguages[i]); in onCreate() 108 … returnData.putStringArrayListExtra(TextToSpeech.Engine.EXTRA_UNAVAILABLE_VOICES, unavailable); in onCreate()
|
/external/clang/include/clang/Sema/ |
D | AttributeList.h | 172 SourceLocation unavailable, in AttributeList() argument 180 UnavailableLoc(unavailable), MessageExpr(messageExpr), in AttributeList() 466 SourceLocation unavailable, in create() argument 474 unavailable, MessageExpr, syntax)); in create() 606 SourceLocation unavailable, in addNew() argument 611 introduced, deprecated, obsoleted, unavailable, in addNew()
|
/external/clang/test/PCH/Inputs/ |
D | chain-macro-override1.h | 1 void f() __attribute__((unavailable));
|
/external/valgrind/main/memcheck/tests/ |
D | file_locking.stderr.exp | 4 fcntl: Resource temporarily unavailable
|
/external/clang/test/Index/ |
D | complete-exprs.c | 4 int f(int) __attribute__((unavailable));
|
/external/clang/test/SemaCXX/ |
D | attr-unavailable.cpp | 24 #define FOO __attribute__((unavailable("not available - replaced")))
|