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

1 23 4 5 6 7 8 91011>>

  /external/clang/test/PCH/
macro-redef.c 11 #define M1 0 // expected-note {{previous}}
20 // expected-note@-6 {{previous}}
25 int x = M1; // expected-note {{previous}}
  /external/clang/test/SemaCXX/
warn-missing-variable-declarations.cpp 4 int vbad1; // expected-warning{{no previous extern declaration for non-static variable 'vbad1'}}
5 int vbad2 = 10; // expected-warning{{no previous extern declaration for non-static variable 'vbad2'}}
8 int vbad3; // expected-warning{{no previous extern declaration for non-static variable 'vbad3'}}
class-names.cpp 16 class D; // expected-note {{previous use is here}}
18 enum D; // expected-error {{use of 'D' with tag type that does not match previous declaration}}
fntype-decl.cpp 5 fn f; // expected-note {{previous declaration is here}}
13 int h(int x) { // expected-note {{previous definition is here}}
warn-missing-prototypes.cpp 3 void f() { } // expected-warning {{no previous prototype for function 'f'}}
6 void f() { } // expected-warning {{no previous prototype for function 'f'}}
  /external/clang/test/SemaObjC/
alias-test-1.m 5 @class class2; // expected-note {{previous declaration is here}}
8 typedef int I; // expected-note {{previous declaration is here}}
16 typedef int alias2; // expected-note {{previous declaration is here}}
class-conforming-protocol-1.m 8 - (INTF*) METH1; // expected-note {{previous declaration is here}}
11 - (INTF<P2,P1>*) METH2; // expected-note {{previous declaration is here}}
14 - (INTF<P2,P1,P3>*) METH3; // expected-note {{previous declaration is here}}
method-typecheck-3.m 6 - (B*)a; // expected-note {{previous definition is here}}
7 - (void)takesA: (A*)a; // expected-note {{previous definition is here}}
8 - (void)takesId: (id)a; // expected-note {{previous definition is here}}
DoubleMethod.m 8 - (void) method; // expected-note {{previous declaration is here}}
13 - (void) method {;} // expected-note {{previous declaration is here}}
alias-test-2.m 4 @interface Super @end // expected-note {{previous definition is here}}
6 @interface MyWpModule @end // expected-note {{previous definition is here}}
class-conforming-protocol-2.m 9 - (void)setDelegate:(id <NSWindowDelegate>)anObject; // expected-note {{previous definition is here}}
10 - (id <IBStringsTableWindowDelegate>) delegate; // expected-note {{previous definition is here}}
ivar-sem-check-1.m 11 struct T { // expected-note {{previous definition is here}}
15 int kaka; // expected-note {{previous declaration is here}}
  /external/clang/test/CXX/class/class.static/class.static.data/
p4.cpp 13 static const int i = 0; // expected-note{{previous definition is here}}
18 static const int i = 0; // expected-note{{previous definition is here}}
  /external/clang/test/CXX/stmt.stmt/stmt.label/
p1.cpp 8 label1: // expected-note{{previous definition is here}}
23 default:; // expected-note{{previous case defined here}}
  /external/clang/test/CXX/temp/temp.decls/temp.friend/
p4.cpp 6 // expected-note{{previous definition}}
17 // expected-note{{previous definition}}
  /external/clang/test/Misc/
error-limit.c 12 // CHECK: 4:8: note: previous definition is here
15 // CHECK-NOT: 8:8: note: previous definition is here
  /external/clang/test/Sema/
c11-typedef-redef.c 12 typedef int vla[N]; // expected-note{{previous definition is here}}
16 typedef vla2 vla3; // expected-note{{previous definition is here}}
private-extern.c 3 static int g0; // expected-note{{previous definition}}
12 int g3; // expected-note{{previous definition}}
15 extern int g4; // expected-note{{previous definition}}
18 __private_extern__ int g5; // expected-note{{previous definition}}
22 int g6; // expected-note {{previous}}
27 int g7; // expected-note {{previous}}
32 extern int g8; // expected-note{{previous definition}}
37 __private_extern__ int g9; // expected-note{{previous definition}}
redefinition.c 2 int f(int a) { return 0; } // expected-note {{previous definition is here}}
13 extern inline int g(void) { return 0; } // expected-note{{previous definition}}
  /external/srtp/crypto/include/
aes_cbc.h 19 v128_t previous; /* previous ciphertext block */ member in struct:__anon15511
  /external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/
p8.cpp 4 alignas(double) unsigned char c[sizeof(double)]; // expected-note {{previous}}
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/
p3.cpp 6 typedef I2 I; // expected-note {{previous definition is here}}
p4.cpp 4 typedef struct A {} A; // expected-note {{previous definition is here}}
  /external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.delete/
p4.cpp 7 template<> void func2<int>(); // expected-note {{previous declaration is here}}
  /external/clang/test/CXX/temp/temp.param/
p12.cpp 7 class T2 = int> // expected-note{{previous default template argument defined here}}
15 template<class> class = Y1> // expected-note{{previous default template argument defined here}}
25 int M = 5> // expected-note{{previous default template argument defined here}}
35 template<template<class, int> class // expected-note{{previous template template parameter is here}}

Completed in 348 milliseconds

1 23 4 5 6 7 8 91011>>