HomeSort by relevance Sort by last modified time
    Searched full:note (Results 126 - 150 of 18033) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libieee.a 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/xen/
libieee.a 
  /prebuilts/gcc/linux-x86/x86/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/
crtend.o 
crtendS.o 
  /external/clang/test/CXX/temp/temp.spec/temp.explicit/
p1.cpp 12 template struct X0<void>; // expected-note{{instantiation}}
23 template void f0(int C::*); // expected-note{{instantiation}}
42 template struct X1<int>::Inner<void>; // expected-note{{instantiation}}
47 template void X1<int>::f<>(int&, int*); // expected-note{{instantiation}}
50 struct Incomplete; // expected-note{{forward declaration}}
51 struct NonDefaultConstructible { // expected-note{{candidate constructor (the implicit copy constructor) not viable}}
52 NonDefaultConstructible(int); // expected-note{{candidate constructor}}
78 template void X2<int, int*>::f(int&, int*); // expected-note{{instantiation}}
81 template struct X2<int, Incomplete>::Inner; // expected-note{{instantiation}}
84 template int* X2<int*, float>::static_member1; // expected-note{{instantiation}
    [all...]
  /external/clang/test/CXX/basic/basic.link/
p9.cpp 4 namespace N { } // expected-note{{here}}
9 int N(); // expected-error{{redefinition}} expected-warning{{interpreted as a function declaration}} expected-note {{replace parentheses with an initializer}}
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/
p15.cpp 9 C::C(int a, // expected-note {{previous definition}}
10 int b) // expected-note {{previous definition}}
  /external/clang/test/CXX/class.derived/class.abstract/
p5.cpp 4 virtual void f() = 0; // expected-note{{unimplemented pure virtual method}}
12 virtual void f() = 0; // expected-note 2{{unimplemented pure virtual method}}
  /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/FixIt/
no-macro-fixit.c 13 // expected-note {{use '==' to turn this assignment into an equality comparison}} \
14 // expected-note {{place parentheses around the assignment to silence this warning}}
  /external/clang/test/Sema/
incomplete-call.c 3 struct foo; // expected-note 3 {{forward declaration of 'struct foo'}}
5 struct foo a(); // expected-note {{'a' declared 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}}
typedef-redef.c 3 typedef const int x; // expected-note {{previous definition is here}}
9 int y; // expected-note 2 {{previous definition is here}}
  /external/clang/test/SemaCXX/
PR9572.cpp 3 virtual ~Base(); // expected-note {{implicitly declared private here}}
10 Bar() { } // expected-note {{implicit default destructor for 'Foo' first required here}}
value-initialization.cpp 4 const int i; // expected-note{{const member 'i' will never be initialized}} expected-note {{implicitly deleted}}
  /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}}
method-lookup-3.m 10 @property Abstract *x; // expected-note {{using}}
14 @property Abstract *y; // expected-note {{using}}
18 @property Abstract *z; // expected-note {{using}}
22 -(void) x; // expected-note {{also found}}
23 -(void) y; // expected-note {{also found}}
24 -(void) z; // expected-note {{also found}}
69 @interface Test4A - (struct test4a) test4; @end //expected-note{{using}}
70 @interface Test4B - (struct test4b) test4; @end //expected-note{{also found}}
warn-strict-selector-match.m 4 -(int) method; // expected-note {{using}}
8 -(float) method; // expected-note {{also found}}
16 - (void)setWindow:(Object *)wdw; // expected-note {{using}}
20 - (void)setWindow:(Class1 *)window; // expected-note {{also found}}
32 - (id)initWithData:(Object *)data; // expected-note {{using}} \
33 // expected-note {{passing argument to parameter 'data' here}}
37 - (id)initWithData:(int)data; // expected-note {{also found}}
41 - (id)initWithData:(id<MyObject, MyCoding>)data; // expected-note {{also found}}
  /external/clang/test/SemaObjCXX/
parameters.mm 11 X0<A> x0a; // expected-note{{instantiation}}
14 struct test2 { virtual void foo() = 0; }; // expected-note {{unimplemented}}
  /external/clang/test/SemaTemplate/
dependent-names.cpp 80 d1.test1(); // expected-note {{in instantiation of member function}}
81 d1.test2(); // expected-note {{in instantiation of member function}}
82 d1.test3(); // expected-note {{in instantiation of member function}}
85 d2.test0(); // expected-note {{in instantiation of member function}}
87 d2.test2(); // expected-note {{in instantiation of member function}}
88 d2.test3(); // expected-note {{in instantiation of member function}}
94 void foo(T); // expected-note {{must qualify identifier to find this declaration in dependent base class}}
103 template struct Derived<int>; // expected-note {{requested here}}
155 void f(int&); // expected-note {{'f' should be declared prior to the call site}}
157 A<int> a; // expected-note {{in instantiation of member function}
    [all...]
instantiate-typeof.cpp 5 int buffer[n]; // expected-note {{declared here}}
9 f<int>(1); // expected-note {{in instantiation}}
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/
p5.cpp 4 struct x {}; // expected-note {{candidate found by name lookup is 'A::x'}}
5 int x; // expected-note {{candidate found by name lookup is 'A::x'}}
7 struct y {}; // expected-note {{type declaration hidden}}
14 struct x {}; // expected-note {{candidate found by name lookup is 'B::x'}}
15 float x; // expected-note {{candidate found by name lookup is 'B::x'}}
17 float y; // expected-note {{declaration hides type}}
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p10.cpp 3 int GlobalVar; // expected-note {{declared here}}
6 int AmbiguousVar; // expected-note {{candidate}}
8 int AmbiguousVar; // expected-note {{candidate}}
19 int variable; // expected-note {{declared here}}
28 int local; // expected-note{{declared here}}
29 static int local_static; // expected-note{{'local_static' declared here}}
  /external/clang/test/CXX/temp/temp.param/
p12.cpp 2 template<typename> struct Y1; // expected-note{{too few template parameters in template template argument}}
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}}
39 C1<> c1; // expected-note{{while checking a default template argument}}

Completed in 2825 milliseconds

1 2 3 4 56 7 8 91011>>