HomeSort by relevance Sort by last modified time
    Searched full:declared (Results 501 - 525 of 3874) sorted by null

<<21222324252627282930>>

  /external/clang/test/SemaCXX/
microsoft-cxx0x.cpp 19 // expected-note@-5{{'make' declared here}}
user-defined-conversions.cpp 92 A(int i); // expected-note{{declared private here}}
virtual-base-used.cpp 4 class NoDestroy { ~NoDestroy(); }; // expected-note 3 {{declared private here}}
  /external/clang/test/SemaObjC/
class-message-protocol-lookup.m 16 - (id)alloc2; // expected-note 2 {{method 'alloc2' declared here}}
error-property-gc-attr.m 6 id IVAR; // expected-note {{instance variable is declared here}}
ivar-ref-misuse.m 3 @interface Sprite { // expected-note{{'Sprite' declared here}}
no-protocol-option-tests.m 20 - PMeth; // expected-note {{method 'PMeth' declared here}}
property-category-1.m 40 @property(readonly) int p0; // 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/
references.mm 70 unsigned bf : 4; // expected-note {{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:

Completed in 624 milliseconds

<<21222324252627282930>>