HomeSort by relevance Sort by last modified time
    Searched full:declared (Results 301 - 325 of 2980) sorted by null

<<11121314151617181920>>

  /external/clang/test/SemaObjC/
property-3.m 21 @property (atomic, readonly) BOOL allowNonatomicProperty; // expected-note {{property declared here}}
property-category-3.m 4 @property(readonly) int X; // expected-note {{property declared here}}
property-user-setter.m 114 @property (copy) id t; // expected-note 2 {{property declared here}}
115 @property (copy) id T; // expected-note 2 {{property declared here}}
116 @property (copy) id Pxyz; // expected-note 2 {{property declared here}}
117 @property (copy) id pxyz; // expected-note 2 {{property declared here}}
  /external/clang/test/SemaTemplate/
instantiate-member-class.cpp 16 type; // expected-note{{not-yet-instantiated member is declared here}}
33 struct F; // expected-note{{member is declared here}}
40 X<int>::X *xi; // expected-error{{qualified reference to 'X' is a constructor name rather than a type wherever a constructor can be declared}}
41 X<float>::X *xf; // expected-error{{qualified reference to 'X' is a constructor name rather than a type wherever a constructor can be declared}}
instantiate-try-catch.cpp 21 Exception(const Exception&); // expected-note{{declared private here}}
instantiation-default-2.cpp 3 template<typename T, T Value> struct Constant; // expected-note{{template parameter is declared here}} \
temp_arg.cpp 5 class A; // expected-note 3 {{template is declared here}}
dependent-names.cpp 155 void f(int&); // expected-note {{'f' should be declared prior to the call site}}
167 void f(char&); // expected-note {{'f' should be declared prior to the call site}}
193 int Multiply(int x, int y) { // expected-note {{should be declared prior to the call site}}
213 std::ostream& operator<<(std::ostream& out, ns::Data data) { // expected-note {{should be declared prior to the call site or in namespace 'PR10053::my_file2::ns'}}
235 std::ostream &print(std::ostream &out, int); // expected-note-re {{should be declared prior to the call site$}}
236 std::ostream &print(std::ostream &out, ns::Data); // expected-note {{should be declared prior to the call site or in namespace 'PR10053::my_file2_a::ns'}}
237 std::ostream &print(std::ostream &out, std::vector<ns2::Data>); // expected-note {{should be declared prior to the call site or in namespace 'PR10053::my_file2_a::ns2'}}
238 std::ostream &print(std::ostream &out, std::pair<ns::Data, ns2::Data>); // expected-note {{should be declared prior to the call site or in an associated namespace of one of its arguments}}
258 ns::Data operator!(ns::Data); // expected-note {{should be declared prior to the call site or in namespace 'PR10053::unary::ns'}}
335 struct A : public B { // expected-note{{'rdar12629723::X::A' declared here}
    [all...]
  /external/icu4c/i18n/
ucln_in.h 24 Please keep the order of enums declared in same order
  /external/icu4c/io/
ucln_io.h 24 Please keep the order of enums declared in same order
  /external/icu4c/tools/toolutil/
swapimpl.h 16 * Declarations for data file swapping functions not declared in internal
  /external/javassist/src/main/javassist/runtime/
Inner.java 19 * A support class for compiling a method declared in an inner class.
  /external/mockito/src/org/mockito/internal/util/reflection/
Fields.java 26 * Instance fields declared in the class and superclasses of the given instance.
28 * @param instance Instance from which declared fields will be retrieved.
40 * Instance fields declared in the class of the given instance.
42 * @param instance Instance from which declared fields will be retrieved.
  /external/qemu/memcheck/
memcheck_api.h 30 * is declared in memchec/memcheck.c */
39 * collected. The variable is declared in memchec/memcheck.c */
45 * declared in ./translate_all.c */
49 * The variable is declared in ./translate_all.c */
  /external/smali/smali/src/test/resources/LexerTest/
MiscTest.smali 30 declared-synchronized
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/LexicalConventions/
regexp-literals-001.js 29 "// typeof object should be type of object declared on following line",
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
DC_2I_D16_TRC_WRA_01_Private.h 25 /* In this (private) file, the internal structure is declared fro private use.*/
  /libcore/luni/src/main/java/java/util/concurrent/
TimeoutException.java 15 * declared and thrown.
  /external/clang/include/clang/Basic/
DiagnosticASTKinds.td 131 "external variable %0 declared with incompatible types in different "
135 def note_odr_value_here : Note<"declared here with type %0">;
138 "external function %0 declared with incompatible types in different "
159 "field %0 declared with incompatible types in different "
164 "instance variable %0 declared with incompatible types in different "
183 "%select{class|instance}0 method %1 also declared here">;
185 "property %0 declared with incompatible types in different "
202 "template parameter list also declared here">;
206 "template parameter declared here">;
210 "%select{parameter|parameter pack}0 declared here">
    [all...]
  /external/clang/test/CXX/dcl.decl/dcl.init/
p5.cpp 9 int &x; // expected-note {{declared here}} expected-error 3{{reference to type 'int' requires an initializer}}
27 // In this case, there is no user-declared default constructor, so we
  /external/clang/test/CXX/special/class.inhctor/
p4.cpp 13 A(X<2>) {} // expected-note {{declared private here}}
18 using A::A; // expected-error {{private constructor}} expected-note {{implicitly declared protected here}}
  /external/clang/test/Sema/
attr-unavailable-message.c 32 a = 1, // expected-note {{declared here}}
33 b __attribute__((deprecated())) = 2, // expected-note {{declared here}}
type-spec-struct-union.c 5 type has not yet been declared. See C99 6.7.2.3p8. */
27 // the type "struct S4" declared in the function parameter list has
  /external/clang/test/SemaCXX/
constructor.cpp 14 static Foo(short, short); // expected-error{{constructor cannot be declared 'static'}}
15 virtual Foo(double); // expected-error{{constructor cannot be declared 'virtual'}}
default1.cpp 49 void j (int f); // expected-note{{'j' declared here}}
55 void j(int f = 4); // expected-note{{'j' declared here}}

Completed in 541 milliseconds

<<11121314151617181920>>