Home
last modified time | relevance | path

Searched refs:unavailable (Results 1 – 25 of 52) sorted by relevance

123

/external/clang/test/SemaObjC/
Dspecial-dep-unavail-warning.m6 - (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 …]
Darc-system-header.m1 // 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 …]
Dprotocol-attribute.m3 __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}}
Dclass-unavail-warning.m4 __attribute__((unavailable("not available")))
5 @interface MyClass { // expected-note 5 {{declaration has been explicitly marked unavailable here}}
17 [MyClass new]; // expected-error {{'MyClass' is unavailable: not available}}
18 [MyClass self]; // expected-error {{'MyClass' is unavailable: not available}}
19 [MyClass addObject:((void *)0)]; // expected-error {{'MyClass' is unavailable: not available}}
21 MyClass *foo = [MyClass new]; // expected-error 2 {{'MyClass' is unavailable: not available}}
Darc-unavailable-for-weakref.m17 …ns1 = (__weak sub *)obj; // expected-error {{assignment of a weak-unavailable object to a __weak o…
30 weak1 = strong1; // expected-error {{assignment of a weak-unavailable object to a __weak object}}
32 …__weak id weak2 = strong1; // expected-error {{assignment of a weak-unavailable object to a __weak…
33 …return (__weak id)strong1; // expected-error {{cast of weak-unavailable object of type 'NOWEAK *' …
42 weak1 = strong1; // expected-error {{assignment of a weak-unavailable object to a __weak object}}
44 …__weak id<P> weak2 = strong1; // expected-error {{assignment of a weak-unavailable object to a __w…
45 …return (__weak id<P>)strong1; // expected-error {{cast of weak-unavailable object of type 'NOWEAK<…
Dno-warning-unavail-unimp.m5 @property (getter=getVal) int val __attribute__((unavailable));
6 - Method __attribute__((unavailable)); argument
7 + CMethod __attribute__((unavailable)); argument
Dmethod-attributes.m18 - (int) foo2: (int)arg1 __attribute__((deprecated)) __attribute__((unavailable)); argument
/external/clang/test/SemaObjCXX/
Darc-unavailable-for-weakref.mm17 …ns1 = (__weak sub *)obj; // expected-error {{assignment of a weak-unavailable object to a __weak o…
30 weak1 = strong1; // expected-error {{assignment of a weak-unavailable object to a __weak object}}
32 …__weak id weak2 = strong1; // expected-error {{assignment of a weak-unavailable object to a __weak…
33 …return (__weak id)strong1; // expected-error {{cast of weak-unavailable object of type 'NOWEAK *' …
42 weak1 = strong1; // expected-error {{assignment of a weak-unavailable object to a __weak object}}
44 …__weak id<P> weak2 = strong1; // expected-error {{assignment of a weak-unavailable object to a __w…
45 …return (__weak id<P, P1>)strong1; // expected-error {{cast of weak-unavailable object of type 'NOW…
Darc-system-header.mm7 …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}}
Doverload.mm118 void foo(A*) __attribute__((unavailable)); // expected-note {{explicitly made unavailable}}
121 foo(b); // expected-error {{call to unavailable function 'foo'}}
/external/clang/test/ARCMT/
Datautorelease-check.m4 #define NS_AUTOMATED_REFCOUNT_UNAVAILABLE __attribute__((unavailable("not available in automatic re…
51 @interface NSAutoreleasePool : NSObject { // expected-note 13 {{marked unavailable here}}
72 …Pool = [[NSAutoreleasePool alloc] init]; // expected-error 2 {{'NSAutoreleasePool' is unavailable}}
77 …nkPool = [[NSAutoreleasePool alloc] init]; // expected-error {{'NSAutoreleasePool' is unavailable}}
87 NSAutoreleasePool * pool; // expected-error {{'NSAutoreleasePool' is unavailable}}
94 … pool = [[NSAutoreleasePool alloc] init]; // expected-error {{'NSAutoreleasePool' is unavailable}}
100 …ol = [[NSAutoreleasePool alloc] init]; // expected-error 2 {{'NSAutoreleasePool' is unavailable}} \
113 …ol = [[NSAutoreleasePool alloc] init]; // expected-error 2 {{'NSAutoreleasePool' is unavailable}} \
125 …ol = [[NSAutoreleasePool alloc] init]; // expected-error 2 {{'NSAutoreleasePool' is unavailable}} \
136 …ol = [[NSAutoreleasePool alloc] init]; // expected-error 2 {{'NSAutoreleasePool' is unavailable}} \
DCommon.h2 #define NS_AUTOMATED_REFCOUNT_UNAVAILABLE __attribute__((unavailable("not available in automatic re…
/external/clang/test/Parser/
Dattr-availability.c15 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{{w…
/external/svox/pico/src/com/svox/pico/
DEngineSettings.java52 …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()
DCheckVoiceData.java65 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/
DAttributeList.h137 SourceLocation unavailable, in AttributeList() argument
142 Invalid(false), IsAvailability(true), UnavailableLoc(unavailable), in AttributeList()
463 SourceLocation unavailable,
470 unavailable,
587 SourceLocation unavailable,
591 introduced, deprecated, obsoleted, unavailable,
/external/clang/test/PCH/Inputs/
Dchain-macro-override1.h1 void f() __attribute__((unavailable));
/external/valgrind/main/memcheck/tests/
Dfile_locking.stderr.exp4 fcntl: Resource temporarily unavailable
/external/clang/test/Index/
Dcomplete-exprs.c4 int f(int) __attribute__((unavailable));
/external/e2fsprogs/debian/
De2fsprogs.preinst9 This package requires features of dpkg unavailable in this version.
/external/clang/test/SemaCXX/
Dattr-unavailable.cpp24 #define FOO __attribute__((unavailable("not available - replaced")))
/external/clang/test/Sema/
Dattr-availability-macosx.c8 void f5(int) __attribute__((availability(ios,introduced=3.2), availability(macosx,unavailable))); /…
/external/llvm/test/CodeGen/ARM/
Darguments.ll13 ; test that allocating the double to r2/r3 makes r1 unavailable on gnueabi.
/external/webkit/Tools/android/flex-2.5.4a/MISC/fastwc/
DREADME5 using gcc (version unavailable, sorry) with the -O flag, and run on a
/external/clang/test/SemaTemplate/
Dinstantiate-expr-4.cpp104 …void *operator new[](__SIZE_TYPE__) __attribute__((unavailable)); // expected-note{{explicitly mad…

123