OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:here
(Results
151 - 175
of
18871
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/SemaCXX/
virtual-base-used.cpp
4
class NoDestroy { ~NoDestroy(); }; // expected-note 3 {{declared private
here
}}
16
void D::foo() { // expected-note {{implicit default destructor for 'B' first required
here
}}
22
struct F : public E { // expected-note {{implicit default destructor for 'E' first required
here
}}
28
void G::foo() { // expected-note {{implicit default destructor for 'F' first required
here
}}
41
void J::foo() { // expected-note {{implicit default destructor for 'H' first required
here
}}
/external/clang/test/SemaObjC/
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
}}
warn-deprecated-implementations.m
5
- (void) D __attribute__((deprecated)); // expected-note {{method 'D' declared
here
}}
9
+ (void)F __attribute__((deprecated)); // expected-note {{method 'F' declared
here
}}
13
- (void) E __attribute__((deprecated)); // expected-note {{method 'E' declared
here
}}
23
@interface CL // expected-note 2 {{class declared
here
}}
37
- (void) B __attribute__((deprecated)); // expected-note {{method 'B' declared
here
}}
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
}}
duplicate-property-class-extension.m
6
@property (readwrite) char bar; // expected-note {{property declared
here
}}
10
@property (readwrite) char foo; // expected-note 2 {{property declared
here
}}
11
@property (readwrite) char NewProperty; // expected-note 2 {{property declared
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
}}
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
}}
/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/clang/test/ASTMerge/
enum.c
6
// CHECK: enum1.c:11:3: note: enumerator 'E2Enumerator2' with value 3
here
7
// CHECK: enum2.c:11:3: note: enumerator 'E2Enumerator2' with value 4
here
9
// CHECK: enum1.c:13:3: note: declared
here
with type 'enum E2'
11
// CHECK: enum1.c:18:3: note: enumerator 'E3Enumerator2' with value 3
here
12
// CHECK: enum2.c:18:3: note: enumerator 'E3Enumerator' with value 3
here
14
// CHECK: enum1.c:20:3: note: declared
here
with type 'enum E3'
16
// CHECK: enum1.c:26:3: note: enumerator 'E4Enumerator3' with value 2
here
17
// CHECK: enum2.c:23:6: note: no corresponding enumerator
here
19
// CHECK: enum1.c:27:3: note: declared
here
with type 'enum E4'
21
// CHECK: enum2.c:33:3: note: enumerator 'E5Enumerator4' with value 3
here
[
all
...]
/external/clang/test/CXX/special/class.inhctor/
p7.cpp
11
using B1::B1; // expected-note {{inherited
here
}}
25
using B3<T>::B3; // expected-note {{inherited
here
}}
29
B4<int> b4i; // expected-note {{
here
}}
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
p2.cpp
15
// expected-note{{in instantiation of function template specialization 'recurse_until_fail<char [7], >' requested
here
}} \
16
// expected-note{{in instantiation of function template specialization 'recurse_until_fail<double, char [7]>' requested
here
}}
20
recurse_until_fail(1, 3.14159, "string"); // expected-note{{in instantiation of function template specialization 'recurse_until_fail<int, double, char [7]>' requested
here
}}
/external/clang/test/PCH/
cxx0x-default-delete.cpp
12
void bar() = delete; // expected-note{{deleted
here
}}
16
~baz() = delete; // expected-note{{deleted
here
}}
20
~quux() = default; // expected-note{{private
here
}}
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p12.cpp
36
void immediately_enclosing(int i) { // expected-note{{'i' declared
here
}}
45
[]() { // expected-note{{lambda expression begins
here
}}
50
void f1(int i) { // expected-note{{declared
here
}}
64
void work(int n) { // expected-note{{declared
here
}}
66
int j = 40; // expected-note{{declared
here
}}
67
auto m3 = [this,m] { // expected-note 3{{lambda expression begins
here
}}
/external/valgrind/main/none/tests/ppc32/
lsw.stdout.exp
2
here
is
17
here
is a
32
HERE
IS A S
47
here
is
50
here
is a stringH
53
HERE
IS A S
/external/valgrind/main/none/tests/ppc64/
lsw.stdout.exp
2
here
is
17
here
is a
32
HERE
IS A S
47
here
is
50
here
is a stringH
53
HERE
IS A S
/external/clang/test/Analysis/
misc-ps-region-store-i386.m
3
//
Here
is a case where a pointer is treated as integer, invalidated as an
11
//
Here
we have a pointer to integer cast.
misc-ps-region-store-x86_64.m
3
//
Here
is a case where a pointer is treated as integer, invalidated as an
11
//
Here
we have a pointer to integer cast.
/external/clang/test/CXX/class/class.local/
p1-0x.cpp
4
int x = 3; // expected-note{{'x' declared
here
}}
11
int x = 3; // expected-note{{'x' declared
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/expr/expr.unary/expr.new/
p17.cpp
4
ctor(); // expected-note{{implicitly declared private
here
}}
8
~dtor(); // expected-note 3 {{implicitly declared private
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
}}
Completed in 424 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>