Searched
full:declared (Results
426 -
450 of
2980) sorted by null
<<11121314151617181920>>
/external/clang/test/SemaObjC/ |
instancetype.m | 127 - (Subclass4 *)methodInProto2; // expected-warning{{method is expected to return an instance of its class type 'Subclass3', but is declared to return 'Subclass4 *'}} 132 - (Subclass3 *)init; // expected-warning{{method is expected to return an instance of its class type 'Subclass4', but is declared to return 'Subclass3 *'}} 141 - (int)otherMethodInProto2; // expected-warning{{protocol method is expected to return an instance of the implementing class, but is declared to return 'int'}} 151 - (Subclass3 *)self { return 0; } // expected-warning{{method is expected to return an instance of its class type 'Subclass4', but is declared to return 'Subclass3 *'}}
|
ivar-ref-misuse.m | 3 @interface Sprite { // expected-note{{'Sprite' declared here}}
|
property-category-1.m | 40 @property(readonly) int p0; // expected-note {{property declared here}}
|
property-category-impl.m | 27 @property(readwrite) int foo; // expected-note {{property declared here}}
|
protocol-attribute.m | 9 __attribute ((deprecated)) @protocol MyProto1 // expected-note 7 {{declared here}}
|
super.m | 56 void f1(id puper) { // expected-note {{'puper' declared here}}
|
synth-provisional-ivars.m | 33 @synthesize PROP4=PROP4; // expected-note 4 {{'PROP4' declared here}}
|
synthesized-ivar.m | 55 @property (weak) id testObjectWeakProperty; // expected-note {{declared here}}
|
undef-superclass-1.m | 17 // expected-note{{'INTF3' declared here}}
|
weak-property.m | 18 @property () __weak id x; // expected-note {{property declared here}}
|
/external/clang/test/SemaObjCXX/ |
property-reference.mm | 11 TCPPObject& operator=(const TCPPObject& inObj)const ; // expected-note {{'operator=' declared here}}
|
unknown-anytype.mm | 30 Uncopyable(const Uncopyable &); // expected-note {{declared private here}}
|
/external/clang/test/SemaTemplate/ |
class-template-id.cpp | 41 template<typename T> struct Foo { }; // expected-note{{template is declared here}}
|
destructor-template.cpp | 56 template <int i> ~Foo() {} // expected-error{{destructor cannot be declared as a template}}
|
injected-class-name.cpp | 14 X<float>::X<int> xi = x; // expected-error{{qualified reference to 'X' is a constructor name rather than a template name wherever a constructor can be declared}}
|
instantiate-call.cpp | 36 short& f0(char); // expected-note {{should be declared prior to the call site}}
|
/external/guava/guava/src/com/google/common/base/ |
Throwables.java | 99 * @param declaredType the single checked exception type declared by the 112 * declared checked exception types, you can handle them all by invoking these 117 * @param declaredType1 any checked exception type declared by the calling 119 * @param declaredType2 any other checked exception type declared by the
|
/external/guava/guava-testlib/src/com/google/common/testing/ |
SerializableTester.java | 52 * {@link java.io.Serializable} instance, and is thus declared an 53 * {@code Object}. For example, it might be declared as a {@code List}. 76 * {@link java.io.Serializable} instance, and is thus declared an 77 * {@code Object}. For example, it might be declared as a {@code List}.
|
/external/icu4c/common/ |
messageimpl.h | 29 * In C++, they are declared here and implemented in messagepattern.cpp.
|
ucln_cmn.h | 32 Please keep the order of enums declared in same order
|
/external/jmonkeyengine/engine/src/core/checkers/quals/ |
Dependent.java | 16 * Such a field can be declared as:
|
/external/junit/src/org/junit/ |
After.java | 13 * exception. The <code>@After</code> methods declared in superclasses will be run after those of the current
|
AfterClass.java | 13 * exception. The <code>@AfterClass</code> methods declared in superclasses will be run after those of the current
|
/external/libogg/doc/libogg/ |
ogg_page_checksum_set.html | 18 <p><i>declared in "ogg/ogg.h";</i></p>
|
/external/llvm/test/Feature/ |
constpointer.ll | 7 ; declared and involves an icky bytecode encoding. There is no meaningful
|
Completed in 279 milliseconds
<<11121314151617181920>>