OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:here
(Results
126 - 150
of
18871
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/SemaCXX/
operator-arrow-temporary.cpp
17
// Make sure we try to instantiate the destructor for Lock
here
18
void f() { Accessor acc; acc->doit(); } // expected-note {{requested
here
}}
function-overload-typo-crash.cpp
4
void min(); //expected-note {{'min' declared
here
}}
7
template <typename T> void max(T); //expected-note {{'max' declared
here
}}
14
template <typename T> void somefunc(T*, T*); //expected-note {{'somefunc' declared
here
}}
15
template <typename T> void somefunc(const T[]); //expected-note {{'somefunc' declared
here
}}
16
template <typename T1, typename T2> void somefunc(T1*, T2*); //expected-note {{'somefunc' declared
here
}}
17
template <typename T1, typename T2> void somefunc(T1*, const T2[]); //expected-note 2 {{'somefunc' declared
here
}}
typedef-redecl.cpp
3
typedef INT REALLY_INT; // expected-note {{previous definition is
here
}}
9
typedef int result_type; // expected-note {{previous definition is
here
}}
13
struct Y; // expected-note{{previous definition is
here
}}
16
typedef int Y2; // expected-note{{declared
here
}}
19
void f(); // expected-note{{previous definition is
here
}}
22
typedef int f2; // expected-note{{previous definition is
here
}}
70
typedef int q[C == 1 ? 1 : -1]; // expected-note{{previous definition is
here
}}
82
typedef int q[1]; // expected-note{{previous definition is
here
}}
89
a.f(); // expected-note{{in instantiation of member function 'PR11630::S<int>::f' requested
here
}}
93
b2.f(); // expected-note{{in instantiation of member function 'PR11630::S2<2>::f' requested
here
}}
[
all
...]
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
}}
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
}}
/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
}}
/external/markdown/MarkdownTest/Tests_2004/
Auto links.text
11
Auto-links should not occur
here
: `<http://example.com/>`
13
or
here
: <http://example.com/
/external/markdown/MarkdownTest/Tests_2007/
Auto links.text
11
Auto-links should not occur
here
: `<http://example.com/>`
13
or
here
: <http://example.com/
/external/markdown/tests/markdown-test/
auto-links.txt
15
Auto-links should not occur
here
: `<http://example.com/>`
17
or
here
: <http://example.com/>
/external/clang/test/CXX/dcl.decl/dcl.init/
p14-0x.cpp
4
NoDefault() = delete; // expected-note {{
here
}}
7
struct Explicit { // expected-note 2 {{candidate}} expected-note {{
here
}}
12
NoCopy(const NoCopy &) = delete; // expected-note {{
here
}}
16
NoMove(NoMove &&) = delete; // expected-note {{
here
}}
19
Private(int); // expected-note {{
here
}}
32
Explicit e1; // expected-note {{
here
}}
/external/clang/test/Sema/
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
}}
[
all
...]
/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/Analysis/
stack-addr-ps.cpp
12
int &s2 = s1; // expected-note {{binding reference variable 's2'
here
}}
18
int &s2 = s1; // expected-note {{binding reference variable 's2'
here
}}
19
int &s3 = s2; // expected-note {{binding reference variable 's3'
here
}}
28
const int &x = get_value(); // expected-note {{binding reference variable 'x'
here
}}
33
const int &x1 = get_value(); // expected-note {{binding reference variable 'x1'
here
}}
34
const int &x2 = x1; // expected-note {{binding reference variable 'x2'
here
}}
46
int &x2 = x1; // expected-note {{binding reference variable 'x2'
here
}}
52
int *const &x2 = &x1; // expected-note {{binding reference variable 'x2'
here
}}
57
const int &x1 = get_value(); // expected-note {{binding reference variable 'x1'
here
}}
58
const int &x2 = x1; // expected-note {{binding reference variable 'x2'
here
}}
[
all
...]
/external/clang/test/FixIt/
typo.cpp
8
template<typename T> class basic_string { // expected-note 2{{'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/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
/external/clang/test/Parser/
cxx0x-attributes.cpp
29
int (paren_attr) [[]]; // expected-error {{an attribute list cannot appear
here
}}
34
extern "C++" [[]] { } // expected-error {{an attribute list cannot appear
here
}}
35
[[]] template <typename T> void before_template_attr (); // expected-error {{an attribute list cannot appear
here
}}
36
[[]] namespace ns { int i; } // expected-error {{an attribute list cannot appear
here
}} expected-note {{declared
here
}}
37
[[]] static_assert(true, ""); //expected-error {{an attribute list cannot appear
here
}}
38
[[]] asm(""); // expected-error {{an attribute list cannot appear
here
}}
40
[[]] using ns::i; // expected-error {{an attribute list cannot appear
here
}}
68
} [[]] catch (...) { // expected-error {{an attribute list cannot appear
here
}}
/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
}}
Completed in 318 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>