HomeSort by relevance Sort by last modified time
    Searched full:here (Results 251 - 275 of 33179) sorted by null

<<11121314151617181920>>

  /external/clang/test/SemaObjC/
class-protocol-method-match.m 6 - (bycopy id)bud; // expected-note {{previous declaration is here}}
7 - (unsigned char) baz; // expected-note {{previous declaration is here}}
14 - (unsigned char) baz; // expected-note {{previous declaration is here}}
15 - (unsigned char) also_ok; // expected-note {{previous declaration is here}}
16 - (void) ban : (int) arg, ...; // expected-note {{previous declaration is here}}
20 - (void) bar : (unsigned char)arg; // expected-note {{previous declaration is here}}
22 - (char) bak; // expected-note {{previous declaration is here}}
special-dep-unavail-warning.m 6 - (void) unavailMeth __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailable here}}
10 - (void) unavailMeth2 __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailable here}}
12 - (void) depunavailInA1 __attribute__((deprecated)) __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailable here}}
18 - (void) unavailMeth1 __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailable here}}
23 - (void) depunavailInA __attribute__((deprecated)) __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailable here}}
30 @class C; // expected-note 5 {{forward declaration of class here}}
48 @interface DEPRECATED // expected-note {{declared here}}
argument-checking.m 5 extern int charStarFunc(char *); // expected-note{{passing argument to parameter here}}
6 extern int charFunc(char); // expected-note{{passing argument to parameter here}}
10 -(int)charStarMeth:(char *)s; // expected-note{{passing argument to parameter 's' here}}
11 -structMeth:(struct S)s; // expected-note{{passing argument to parameter 's' here}}
13 :(struct S)s2; // expected-note{{passing argument to parameter 's2' here}}
objc2-merge-gc-attribue-decl.m 13 extern __weak id WLoopGetMain(); // expected-note {{previous declaration is here}}
16 extern id p3; // expected-note {{previous definition is here}}
19 extern void *p4; // expected-note {{previous definition is here}}
25 extern char* __strong p6; // expected-note {{previous definition is here}}
28 extern __strong char* p7; // expected-note {{previous definition is here}}
property-impl-misuse.m 12 @dynamic X; // expected-note {{previous declaration is here}}
14 @synthesize Y; // expected-note {{previous use is here}}
41 - (void)P; // expected-note {{declared here}}
44 - (double) P1; // expected-note {{declared here}}
47 - (double*)P2; // expected-note {{declared here}}
property-noninherited-availability-attr.m 8 @property int myProtocolProperty __attribute__((availability(macosx,introduced=10.7,deprecated=10.8))); // expected-note {{method 'myProtocolProperty' declared here}} \
9 // expected-note {{property 'myProtocolProperty' is declared deprecated here}}
13 @property int myProperty __attribute__((availability(macosx,introduced=10.7,deprecated=10.8))); // expected-note {{'myProperty' declared here}} \
14 // expected-note {{method 'myProperty' declared here}} \
15 // expected-note {{property 'myProperty' is declared deprecated here}}
warn-deprecated-implementations.m 6 - (void) D __attribute__((deprecated)); // expected-note {{method 'D' declared here}}
14 - (void) E __attribute__((deprecated)); // expected-note {{method 'E' declared here}}
32 @interface CL // expected-note 2 {{class declared here}} // expected-note 2 {{declared here}}
46 - (void) B __attribute__((deprecated)); // expected-note {{method 'B' declared here}}
  /external/clang/test/ASTMerge/
struct.c 6 // CHECK: struct1.c:15:7: note: field 'field2' has type 'int' here
7 // CHECK: struct2.c:12:9: note: field 'field2' has type 'float' here
9 // CHECK: struct1.c:18:11: note: declared here with type 'struct S1'
11 // CHECK: struct2.c:18:7: note: 'S2' is a union here
13 // CHECK: struct1.c:21:31: note: declared here with type 'struct S2'
15 // CHECK: struct1.c:24:36: note: field 'd' has type 'double' here
16 // CHECK: struct2.c:21:8: note: no corresponding field here
18 // CHECK: struct1.c:24:41: note: declared here with type 'struct S3'
20 // CHECK: struct2.c:24:26: note: field 'f' has type 'float' here
21 // CHECK: struct1.c:27:8: note: no corresponding field here
    [all...]
interface.m 6 // CHECK: interface1.m:16:7: note: declared here with type 'int'
8 // CHECK: interface1.m:21:17: note: inherits from superclass 'I2' here
9 // CHECK: interface2.m:21:17: note: inherits from superclass 'I1' here
11 // CHECK: interface1.m:34:1: note: class method 'foo' also declared here
13 // CHECK: interface1.m:40:17: note: declared here with type 'int'
15 // CHECK: interface1.m:46:1: note: class method 'bar:' also declared here
17 // CHECK: interface1.m:58:19: note: declared here with type 'float'
19 // CHECK: interface1.m:100:17: note: inherits from superclass 'I12' here
20 // CHECK: interface2.m:99:17: note: inherits from superclass 'I11' here
  /external/clang/test/ARCMT/
atautorelease-check.m 52 @interface NSAutoreleasePool : NSObject { // expected-note 13 {{marked unavailable here}}
102 // expected-note {{scope begins here}}
106 int x = 0; // expected-note {{declared here}}
108 [pool release]; // expected-note {{scope ends here}}
115 // expected-note {{scope begins here}}
117 struct S { int x; }; // expected-note {{declared here}}
119 [pool release]; // expected-note {{scope ends here}}
127 // expected-note {{scope begins here}}
129 enum { Bar }; // expected-note {{declared here}}
131 [pool release]; // expected-note {{scope ends here}}
    [all...]
  /external/clang/test/Sema/
attr-deprecated.c 3 int f() __attribute__((deprecated)); // expected-note 2 {{declared here}}
5 void g(); // expected-note {{declared here}}
7 extern int var __attribute__((deprecated)); // expected-note {{declared here}}
20 extern int var; // expected-note {{declared here}}
26 int old_fn(); // expected-note {{declared here}}
35 int x __attribute__((deprecated)); // expected-note 3 {{declared here}}
44 typedef struct foo foo_dep __attribute__((deprecated)); // expected-note 12 {{declared here}}
48 invalid_attribute)) bar_dep ; // expected-warning {{unknown attribute 'invalid_attribute' ignored}} expected-note 2 {{declared here}}
105 enum __attribute__((deprecated)) Test20 { // expected-note {{declared here}}
106 test20_a __attribute__((deprecated)), // expected-note {{declared here}}
    [all...]
attr-decl-after-definition.c 6 void foo(){} // expected-note {{previous definition is here}}
16 int bar = 0; // expected-note {{previous definition is here}}
23 struct zed { // expected-note {{previous definition is here}}
31 struct __attribute__((visibility("hidden"))) zed3 { // expected-note {{previous definition is here}}
37 struct __attribute__((visibility("hidden"))) zed4 { // expected-note {{previous attribute is here}}
  /external/clang/test/SemaCXX/
access.cpp 4 struct S; // expected-note {{previously declared 'private' here}}
11 class C; // expected-note {{previously declared 'public' here}}
19 template<typename T> struct A; // expected-note {{previously declared 'protected' here}}
29 class X; // expected-note {{previously declared 'private' here}} \
30 // expected-note {{previous declaration is here}}
46 static constexpr I x = 0; // expected-note {{implicitly declared private here}}
47 static constexpr I y = 42; // expected-note {{implicitly declared private here}}
64 template struct U<int, int>; // expected-note {{in instantiation of member function 'PR15209::alias_templates::U<int, int>::U' requested here}}
70 W<float>(); // expected-note {{in instantiation of member function 'PR15209::alias_templates::U<float, float>::U' requested here}}
76 typedef int I; // expected-note {{implicitly declared private here}}
    [all...]
undefined-inline.cpp 6 void test() { f(); } // expected-note{{used here}}
17 void test() { f(); } // expected-note{{used here}}
23 void test() { error_on_zero(0); } // expected-note{{used here}}
33 void test(X &x) { x.f(); } // expected-note{{used here}}
38 void test() { f(); } // no used-here note.
virtual-base-used.cpp 4 class NoDestroy { ~NoDestroy(); }; // expected-note 3 {{declared private here}}
16 void D::foo() { // expected-note {{implicit destructor for 'B' first required here}}
22 struct F : public E { // expected-note {{implicit destructor for 'E' first required here}}
28 void G::foo() { // expected-note {{implicit destructor for 'F' first required here}}
41 void J::foo() { // expected-note {{implicit destructor for 'H' first required here}}
  /external/chromium_org/chrome/installer/linux/common/
wrapper 10 HERE="`dirname "$CHROME_WRAPPER"`"
18 # Old xdg utilities. Prepend $HERE to $PATH to use ours instead.
19 export PATH="$HERE:$PATH"
31 LD_LIBRARY_PATH="$HERE:$HERE/lib:$LD_LIBRARY_PATH"
33 LD_LIBRARY_PATH="$HERE:$HERE/lib"
46 "$HERE/@@PROGNAME@@" "--migrate-data-dir-for-sxs=@@SXS_USER_DATA_DIR@@" \
51 exec -a "$0" "$HERE/@@PROGNAME@@" @@DEFAULT_FLAGS@@ "$@"
  /external/clang/test/CXX/class/class.mem/
p1.cpp 5 static int v1; // expected-note{{previous declaration is here}}
7 int v; //expected-note 2{{previous definition is here}} \
8 // expected-note{{previous declaration is here}}
26 static int v2; // expected-note{{previous declaration is here}}
44 int S4::v4; //expected-note{{previous definition is here}}
49 static int v5; //expected-note{{previous definition is here}}
52 void v6() { } //expected-note{{previous definition is here}}
56 void v7(int) { } //expected-note{{previous definition is here}}
60 int v8(int); //expected-note{{previous declaration is here}}
  /external/clang/test/CXX/temp/temp.spec/temp.explicit/
p4.cpp 3 template<typename T> void f0(T); // expected-note{{here}}
10 void f1(); // expected-note{{here}}
12 static T value; // expected-note{{here}}
19 template<> void f0(long); // expected-note{{previous template specialization is here}}
22 template<> void X0<long>::f1(); // expected-note{{previous template specialization is here}}
25 template<> struct X0<long>::Inner; // expected-note{{previous template specialization is here}}
28 template<> long X0<long>::value; // expected-note{{previous template specialization is here}}
31 template<> struct X0<double>; // expected-note{{previous template specialization is here}}
42 // invalid at T=char; if we get a diagnostic here, we're
  /dalvik/vm/native/
README.txt 3 All of the functions defined here make direct use of VM functions or data
5 a separate shared library. Do not add additional functions here unless
8 All functions here either complete quickly or are used to enter a wait
11 to finish. DO NOT perform long operations or blocking I/O in here.
18 The functions here use the DalvikNativeFunc prototype, but we can
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p6.cpp 16 int &use_X0_int(X0<int> x0i, // expected-note{{implicit instantiation first required here}}
18 x0i.f(); // expected-note{{implicit instantiation first required here}}
19 x0i.g(i); // expected-note{{implicit instantiation first required here}}
20 X0<int>::Nested nested; // expected-note{{implicit instantiation first required here}}
21 return X0<int>::member; // expected-note{{implicit instantiation first required here}}
  /external/clang/test/FixIt/
typo.cpp 8 template<typename T> class basic_string { // expected-note 3{{'basic_string' declared here}}
10 int find(const char *substr); // expected-note{{'find' declared here}}
11 static const int npos = -1; // expected-note{{'npos' declared here}}
14 typedef basic_string<char> string; // expected-note 2{{'string' declared here}}
17 namespace otherstd { // expected-note 2{{'otherstd' declared here}} \
18 // expected-note{{namespace 'otherstd' defined here}}
30 float area(float radius, // expected-note{{'radius' declared here}}
36 namespace blargh = otherstd; // expected-note 3{{namespace 'blargh' defined here}}
52 struct Derived : public Base { // expected-note{{base class 'Base' specified here}}
53 int member; // expected-note 3{{'member' declared here}}
    [all...]
  /external/clang/test/SemaObjCXX/
objc2-merge-gc-attribue-decl.mm 35 extern __weak id WLoopGetMain(); // expected-note {{previous declaration is here}}
38 extern id p3; // expected-note {{previous definition is here}}
41 extern void *p4; // expected-note {{previous definition is here}}
47 extern char* __strong p6; // expected-note {{previous definition is here}}
50 extern __strong char* p7; // expected-note {{previous definition is here}}
  /external/clang/test/SemaTemplate/
temp_arg_type.cpp 2 template<typename T> class A; // expected-note 2 {{template parameter is declared here}} expected-note{{template is declared here}}
20 template<typename T> class B {}; // expected-note{{template is declared here}}
30 struct { int x; } Unnamed; // expected-note{{unnamed type used in template argument was declared here}}
41 // FIXME: [temp.arg.type]p3. The check doesn't really belong here (it
  /external/oauth/core/src/main/java/net/oauth/
consumer.properties.sample 3 ma.gnolia.consumerKey: - Your key here -
4 ma.gnolia.consumerSecret: - Your secret here -
9 twitter.consumerKey: - Your key here -
10 twitter.consumerSecret: - Your secret here -
11 twitter.callbackURL: - Your URL here -
  /external/chromium_org/native_client_sdk/src/
README 10 Please refer to the online documentation here:
18 online documentation on contributing code to Chromium here:
25 Please refer to the online documentation here:

Completed in 1289 milliseconds

<<11121314151617181920>>