HomeSort by relevance Sort by last modified time
    Searched full:deprecated (Results 1 - 25 of 3345) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Sema/
attr-deprecated.c 3 int f() __attribute__((deprecated)); // expected-note 2 {{declared here}}
4 void g() __attribute__((deprecated));
7 extern int var __attribute__((deprecated)); // expected-note {{declared here}}
10 int (*ptr)() = f; // expected-warning {{'f' is deprecated}}
11 f(); // expected-warning {{'f' is deprecated}}
14 g(); // expected-warning {{'g' is deprecated}}
16 return var; // expected-warning {{'var' is deprecated}}
22 return var; // expected-warning {{'var' is deprecated}}
25 int old_fn() __attribute__ ((deprecated));
27 int (*fn_ptr)() = old_fn; // expected-warning {{'old_fn' is deprecated}}
    [all...]
typeof-use-deprecated.c 3 struct s { int a; } __attribute__((deprecated)) x; // expected-warning {{'s' is deprecated}} expected-note 2 {{'s' declared here}}
5 typeof(x) y; // expected-warning {{'s' is deprecated}}
7 union un{ int a; } __attribute__((deprecated)) u; // expected-warning {{'un' is deprecated}} expected-note 2 {{'un' declared here}}
9 typeof( u) z; // expected-warning {{'un' is deprecated}}
11 enum E{ one} __attribute__((deprecated)) e; // expected-warning {{'E' is deprecated}} expected-note 2 {{'E' declared here}}
13 typeof( e) w; // expected-warning {{'E' is deprecated}}
15 struct foo { int x; } __attribute__((deprecated)); // expected-note {{'foo' declared here}
    [all...]
attr-availability-ios.c 3 void f0(int) __attribute__((availability(ios,introduced=2.0,deprecated=2.1))); // expected-note {{'f0' declared here}}
5 void f2(int) __attribute__((availability(ios,introduced=2.0,deprecated=3.0))); // expected-note {{'f2' declared here}}
7 void f4(int) __attribute__((availability(macosx,introduced=10.1,deprecated=10.3,obsoleted=10.5), availability(ios,introduced=2.0,deprecated=2.1,obsoleted=3.0))); // expected-note{{explicitly marked unavailable}}
9 void f5(int) __attribute__((availability(ios,introduced=2.0))) __attribute__((availability(ios,deprecated=3.0))); // expected-note {{'f5' declared here}}
10 void f6(int) __attribute__((availability(ios,deprecated=3.0)));
14 f0(0); // expected-warning{{'f0' is deprecated: first deprecated in iOS 2.1}}
16 f2(0); // expected-warning{{'f2' is deprecated: first deprecated in iOS 3.0}
    [all...]
  /external/clang/test/Index/Inputs/CommentXML/
valid-deprecated-attr.xml 5 <Deprecated>since OS X 10.6</Deprecated>
valid-unavailable-attr.xml 5 <Deprecated>Since iOS 4.0</Deprecated>
  /external/llvm/test/
TestRunner.sh 2 # Deprecated, use 'llvm-lit'.
4 echo "warning: '$0' is deprecated, use 'llvm-lit' instead."
  /external/clang/test/SemaObjC/
attr-deprecated.m 4 int X __attribute__((deprecated)); // expected-note 2 {{declared here}}
6 + (void)F __attribute__((deprecated)); // expected-note 2 {{declared here}}
7 - (void)f __attribute__((deprecated)); // expected-note 4 {{declared here}}
11 + (void)F __attribute__((deprecated))
13 [self F]; // no warning, since the caller is also deprecated.
18 X++; // expected-warning{{'X' is deprecated}}
19 self->X++; // expected-warning{{'X' is deprecated}}
20 [self f]; // expected-warning{{'f' is deprecated}}
25 [self f]; // no warning, the caller is deprecated in its interface.
35 [super F]; // expected-warning{{'F' is deprecated}}
    [all...]
warn-deprecated-implementations.m 6 - (void) D __attribute__((deprecated)); // expected-note {{method 'D' declared here}}
10 + (void)F __attribute__((deprecated));
14 - (void) E __attribute__((deprecated)); // expected-note {{method 'E' declared here}}
18 + (void)F { } // No warning, implementing its own deprecated method
19 - (void) D {} // expected-warning {{Implementing deprecated method}}
20 - (void) E {} // expected-warning {{Implementing deprecated method}}
24 - (void) G __attribute__((deprecated));
28 - (void) G {} // No warning, implementing its own deprecated method
31 __attribute__((deprecated))
35 @implementation CL // expected-warning {{Implementing deprecated class}
    [all...]
special-dep-unavail-warning.m 7 - (void) depInA1 __attribute__((deprecated));
9 - (void) depInA2 __attribute__((deprecated));
12 - (void) depunavailInA1 __attribute__((deprecated)) __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailable here}}
13 - (void)FuzzyMeth __attribute__((deprecated));
19 - (void) depInA __attribute__((deprecated));
20 - (void) depInA2 __attribute__((deprecated));
23 - (void) depunavailInA __attribute__((deprecated)) __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailable here}}
26 - (void)FuzzyMeth1 __attribute__((deprecated));
33 [c depInA]; // expected-warning {{'depInA' maybe deprecated because receiver type is unknown}}
35 [c depInA1]; // expected-warning {{'depInA1' maybe deprecated because receiver type is unknown}
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DERTags.java 4 * @deprecated use BERTags
  /external/clang/test/Parser/
prefix-attributes.m 3 __attribute__((deprecated)) @class B; // expected-error {{prefix attribute must be followed by an interface or protocol}}
5 __attribute__((deprecated)) @interface A @end
6 __attribute__((deprecated)) @protocol P0;
7 __attribute__((deprecated)) @protocol P1
  /external/doclava/test/api/
add-class.xml 9 deprecated="not deprecated"
16 deprecated="not deprecated"
27 deprecated="not deprecated"
40 deprecated="not deprecated"
50 deprecated="not deprecated"
    [all...]
api.xml 9 deprecated="not deprecated"
16 deprecated="not deprecated"
27 deprecated="not deprecated"
38 deprecated="not deprecated"
48 deprecated="not deprecated"
    [all...]
added-exception.xml 9 deprecated="not deprecated"
16 deprecated="not deprecated"
29 deprecated="not deprecated"
40 deprecated="not deprecated"
50 deprecated="not deprecated"
    [all...]
added-field.xml 9 deprecated="not deprecated"
16 deprecated="not deprecated"
27 deprecated="not deprecated"
38 deprecated="not deprecated"
48 deprecated="not deprecated"
    [all...]
removed-exception.xml 9 deprecated="not deprecated"
16 deprecated="not deprecated"
27 deprecated="not deprecated"
38 deprecated="not deprecated"
48 deprecated="not deprecated"
    [all...]
throws.xml 9 deprecated="not deprecated"
16 deprecated="not deprecated"
27 deprecated="not deprecated"
38 deprecated="not deprecated"
48 deprecated="not deprecated"
    [all...]
  /prebuilts/sdk/api/
13.xml 9 deprecated="not deprecated"
16 deprecated="not deprecated"
26 deprecated="not deprecated"
33 deprecated="not deprecated"
44 deprecated="not deprecated"
    [all...]
12.xml 9 deprecated="not deprecated"
16 deprecated="not deprecated"
26 deprecated="not deprecated"
33 deprecated="not deprecated"
44 deprecated="not deprecated"
    [all...]
11.xml 9 deprecated="not deprecated"
16 deprecated="not deprecated"
26 deprecated="not deprecated"
33 deprecated="not deprecated"
44 deprecated="not deprecated"
    [all...]
10.xml 9 deprecated="not deprecated"
16 deprecated="not deprecated"
26 deprecated="not deprecated"
33 deprecated="not deprecated"
44 deprecated="not deprecated"
    [all...]
9.xml 9 deprecated="not deprecated"
16 deprecated="not deprecated"
26 deprecated="not deprecated"
33 deprecated="not deprecated"
44 deprecated="not deprecated"
    [all...]
8.xml 9 deprecated="not deprecated"
16 deprecated="not deprecated"
26 deprecated="not deprecated"
33 deprecated="not deprecated"
44 deprecated="not deprecated"
    [all...]
4.xml 9 deprecated="not deprecated"
16 deprecated="not deprecated"
26 deprecated="not deprecated"
33 deprecated="not deprecated"
44 deprecated="not deprecated"
    [all...]
  /external/clang/test/SemaCXX/
attr-deprecated.cpp 3 void f() __attribute__((deprecated)); // expected-note 2 {{declared here}}
5 void h(A* a) __attribute__((deprecated));
7 int b __attribute__((deprecated)); // expected-note 2 {{declared here}}
12 f(); // expected-warning{{'f' is deprecated}}
13 a->f(); // expected-warning{{'f' is deprecated}}
15 (void)b; // expected-warning{{'b' is deprecated}}
16 (void)a->b; // expected-warning{{'b' is deprecated}}
29 virtual void f() __attribute__((deprecated)); // expected-note 4 {{declared here}}
35 B::f(); // expected-warning{{'f' is deprecated}}
46 B::f(); // expected-warning{{'f' is deprecated}}
    [all...]

Completed in 532 milliseconds

1 2 3 4 5 6 7 8 91011>>