HomeSort by relevance Sort by last modified time
    Searched full:previous (Results 26 - 50 of 7416) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/clang/test/CXX/stmt.stmt/stmt.select/
p3.cpp 6 if (int x = f()) { // expected-note 2{{previous definition}}
15 if (int x = f()) // expected-note 2{{previous definition}}
  /external/clang/test/Sema/
block-explicit-noreturn-type.c 11 return (double)2.0; // expected-error {{return type 'double' must match previous return type 'float' when block literal has}}
13 return (SHORT)3; // expected-error {{return type 'SHORT' (aka 'short') must match previous return type 'float' when}}
typedef-redef.c 3 typedef const int x; // expected-note {{previous definition is here}}
9 int y; // expected-note 2 {{previous definition is here}}
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}}
39 struct __attribute__((visibility("default"))) zed4; // expected-error {{visibility does not match previous declaration}}
warn-shadow.c 3 int i; // expected-note 3 {{previous declaration is here}}
8 // expected-note {{previous declaration is here}}
12 // expected-note {{previous declaration is here}}
24 // expected-note{{previous declaration is here}}
27 // expected-note{{previous declaration is here}}
52 extern int bob; // expected-note {{previous declaration is here}}
function-redecl.c 5 void g0(); // expected-note{{previous declaration is here}} expected-note{{'g0' declared here}}
24 int g2(int, int); // expected-note{{previous declaration is here}}
37 void f1(double); // expected-note{{previous declaration is here}}
45 extern void g3(int); // expected-note{{previous declaration is here}}
49 extern int f2; // expected-note 2 {{previous definition is here}}
63 int outer1(int); // expected-note{{previous declaration is here}}
66 int outer5; // expected-note{{previous definition is here}}
71 int outer2(int); // expected-note{{previous declaration is here}}
72 int outer3(int); // expected-note{{previous declaration is here}}
73 int outer4(int); // expected-note{{previous declaration is here}
    [all...]
warn-missing-prototypes.c 6 int f(int x) { return x; } // expected-warning{{no previous prototype for function 'f'}}
10 int h(int x) { return x; } // expected-warning{{no previous prototype for function 'h'}}
28 int h2(int x) { return x; } // expected-warning{{no previous prototype for function 'h2'}}
29 int h3(int x) { return x; } // expected-warning{{no previous prototype for function 'h3'}}
41 void not_a_prototype_test() { } // expected-warning{{no previous prototype for function 'not_a_prototype_test'}}
  /external/clang/test/SemaCXX/
attr-visibility.cpp 7 __attribute__((visibility("hidden"))) // expected-note {{previous attribute is here}}
14 __attribute__((visibility("default"))) // expected-error {{visibility does not match previous declaration}}
overload-decl.cpp 9 void f(int, Float); // expected-note {{previous declaration is here}}
13 void g(void); // expected-note {{previous declaration is here}}
20 void f(int); // expected-note {{previous declaration is here}}
25 void g(int); // expected-note {{previous declaration is here}}
26 void g(int, float); // expected-note {{previous declaration is here}}
33 int main() {} // expected-note {{previous definition is here}}
class-base-member-init.cpp 10 b1(0), // expected-note {{previous initialization is here}}
13 S(), // expected-note {{previous initialization is here}}
34 B() : A<T>(), // expected-note {{previous initialization is here}}
41 A() : T(), // expected-note {{previous initialization is here}}
50 A() : t(1), // expected-note {{previous initialization is here}}
72 A(short _) : a(0), c(0) {} // expected-error {{initializing multiple members of union}} expected-note {{previous initialization is here}}
73 A(int _) : d(0), e(0) {} // expected-error {{initializing multiple members of union}} expected-note {{previous initialization is here}}
74 A(long _) : a(0), d(0) {} // expected-error {{initializing multiple members of union}} expected-note {{previous initialization is here}}
85 A(int) : Base(3), // expected-note {{previous initialization is here}}
extern-c.cpp 6 void test1_g(int); // expected-note {{previous declaration is here}}
15 extern int test2_x; // expected-note {{previous definition is here}}
24 extern int test3_b; // expected-note {{previous definition is here}}
34 extern int test4_b; // expected-note {{previous definition is here}}
41 extern int test5_b; // expected-note {{previous definition is here}}
warn-shadow.cpp 4 int i; // expected-note {{previous declaration is here}}
9 int j; // expected-note {{previous declaration is here}}
31 static int data; // expected-note {{previous declaration}}
32 int field; // expected-note {{previous declaration}}
74 extern int bob; // expected-note {{previous declaration is here}}
  /external/clang/test/SemaObjC/
class-extension-dup-methods.m 4 - (int) garf; // expected-note {{previous declaration is here}}
6 + (int) cgarf; // expected-note {{previous declaration is here}}
duplicate-ivar-check.m 5 double fill_B; // expected-note {{previous declaration is here}}
12 int one; // expected-note {{previous declaration is here}}
check-dup-decl-methods-1.m 11 - (int) meth; // expected-note {{previous declaration is here}}
13 - (T*) meth1; // expected-note {{previous declaration is here}}
19 - (int) catm : (char)ch1; // expected-note {{previous declaration is here}}
27 + (int) catm1 : (char)ch : (int)i; // expected-note {{previous declaration is here}}
28 + (T*) meth1; // expected-note {{previous declaration is here}}
35 - (int) meth; // expected-note {{previous declaration is here}}
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}}
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}}
  /external/clang/test/CXX/basic/basic.scope/basic.scope.local/
p2.cpp 3 void func1(int i) { // expected-note{{previous definition is here}}
7 void func2(int i) try { // expected-note{{previous definition is here}}
12 void func3(int i) try { // FIXME: note {{previous definition is here}}
16 void func4(int i) try { // expected-note{{previous definition is here}}
28 } catch (int i) { // expected-note{{previous definition is here}}
34 } catch (int i) { // expected-note{{previous definition is here}}
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.elab/
p3.cpp 3 class A {}; // expected-note 4 {{previous use is here}}
8 void a3(union A); // expected-error {{use of 'A' with tag type that does not match previous declaration}}
9 void a4(enum A); // expected-error {{use of 'A' with tag type that does not match previous declaration}}
14 friend union A; // expected-error {{use of 'A' with tag type that does not match previous declaration}}
16 friend enum A; // expected-error {{use of 'A' with tag type that does not match previous declaration}}
20 template <class T> struct B { // expected-note {{previous use is here}}
21 class Member {}; // expected-note 2 {{previous use is here}}
29 union Member { // expected-note 4 {{previous use is here}}
36 void b3(union B<float>); // expected-error {{use of 'B<float>' with tag type that does not match previous declaration}}
41 void c3(union B<float>::Member); // expected-error {{use of 'Member' with tag type that does not match previous declaration}
    [all...]
  /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/
p5.cpp 4 template void f(int); // expected-note{{previous explicit instantiation}}
19 template struct X0<int>; // expected-note{{previous explicit instantiation}} \
23 template void X0<float>::f(float); // expected-note{{previous explicit instantiation}}
26 template union X0<float>::Inner; // expected-note{{previous explicit instantiation}}
29 template float X0<float>::value; // expected-note{{previous explicit instantiation}}
  /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/
canonical-expr-type.cpp 7 void f0(T x, __typeof__(f(x)) y) { } // expected-note{{previous}}
20 void f0a(T x, __typeof__(f(N)) y) { } // expected-note{{previous}}
26 // expected-note{{previous}}
35 void f1(T (&array)[N + M]) { } // expected-note{{previous}}
50 void f0(type1); // expected-note{{previous}}
  /external/webkit/Source/WebCore/html/
HTMLTableRowsCollection.cpp 55 HTMLTableRowElement* HTMLTableRowsCollection::rowAfter(HTMLTableElement* table, HTMLTableRowElement* previous)
61 if (previous && previous->parentNode() != table) {
62 for (child = previous->nextSibling(); child; child = child->nextSibling()) {
69 if (!previous)
71 else if (isInHead(previous))
72 child = previous->parentNode()->nextSibling();
83 if (!previous || isInHead(previous))
85 else if (previous->parentNode() == table
    [all...]
  /libcore/luni/src/main/java/java/util/
LinkedList.java 51 Link<ET> previous, next; field in class:LinkedList.Link
55 previous = p;
81 link = link.previous;
94 next.previous = newLink;
131 public ET previous() { method in class:LinkedList.LinkIterator
135 link = link.previous;
152 Link<ET> previous = lastLink.previous; local
153 next.previous = previous;
225 Link<ET> previous = link.next; local
290 Link<E> previous = link.previous; local
353 Link<E> previous = voidLink; local
393 Link<E> previous = voidLink.previous; local
652 Link<E> previous = link.previous; local
706 Link<E> previous = last.previous; local
    [all...]

Completed in 2276 milliseconds

12 3 4 5 6 7 8 91011>>