OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:here
(Results
301 - 325
of
18871
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/clang/test/SemaCXX/
member-location.cpp
4
float a(int *); // expected-note{{passing argument to parameter
here
}}
non-empty-class-size-zero.cpp
18
int zero_size_array[(sizeof(Y) == 8) -1]; // no error
here
!
warn-dangling-field.cpp
12
int &x, *y; // expected-note {{reference member declared
here
}} \
13
// expected-note {{pointer member declared
here
}}
22
const X &x; // expected-note {{reference member declared
here
}}
32
T x; // expected-note {{reference member declared
here
}}
warn-overloaded-virtual.cpp
4
virtual void foo(int); // expected-note {{declared
here
}}
5
virtual void foo(); // expected-note {{declared
here
}}
13
void foo(); // expected-note {{declared
here
}}
17
virtual void foo(void*); // expected-note {{declared
here
}}
/external/clang/test/SemaObjC/
attr-objc-gc.m
10
static int __attribute__((objc_gc(weak))) g; // expected-warning {{'objc_gc' only applies to pointer types; type
here
is 'int'}}
12
static __weak int h; // expected-warning {{'__weak' only applies to pointer types; type
here
is 'int'}}
16
static WEAK int h; // expected-warning {{'objc_gc' only applies to pointer types; type
here
is 'int'}}
18
/* expected-warning {{'__weak' only applies to pointer types; type
here
is 'int'}}*/ static __we\
class-def-test-1.m
7
typedef int INTF; // expected-note {{previous definition is
here
}}
11
@interface OBJECT @end // expected-note {{previous definition is
here
}}
13
@interface INTF1 : OBJECT @end // expected-note {{previous definition is
here
}}
19
typedef int OBJECT2; // expected-note {{previous definition is
here
}}
class-extension-after-implementation.m
6
@implementation A @end // expected-note {{class implementation is declared
here
}}
class-impl-1.m
3
typedef int INTF3; // expected-note {{previous definition is
here
}}
5
@interface SUPER @end // expected-note {{previous definition is
here
}}
12
@implementation INTF @end // expected-note {{previous definition is
here
}}
34
@class INTF5; // expected-note{{forward declaration of class
here
}}
duplicate-property.m
6
@property (nonatomic, retain) id x; // expected-note{{property declared
here
}}
forward-class-1.m
3
@class FOO, BAR; // expected-note {{forward declaration of class
here
}}
17
@interface INTF2 : INTF1 // expected-note {{previous definition is
here
}}
34
typedef NSObject <XCElementP> XCElement; // expected-note {{previous definition is
here
}}
49
@class B; // expected-note {{forward declaration of class
here
}}
forward-class-receiver.m
8
@class NotKnown; // expected-note{{forward declaration of class
here
}}
objc-container-subscripting-3.m
5
- (int)objectAtIndexedSubscript:(int)index; // expected-note {{method 'objectAtIndexedSubscript:' declared
here
}}
6
- (void)setObject:(int)object atIndexedSubscript:(int)index; // expected-note {{parameter of type 'int' is declared
here
}}
10
- (int)objectForKeyedSubscript:(id)key; // expected-note {{method 'objectForKeyedSubscript:' declared
here
}}
11
- (void)setObject:(int)object forKeyedSubscript:(id)key; // expected-note {{parameter of type 'int' is declared
here
}}
qualified-protocol-method-conflicts.m
5
-(void) setX: (int) arg0; // expected-note {{previous declaration is
here
}}
6
+(int) C; // expected-note {{previous declaration is
here
}}
10
-(void) setX: (float) arg0; // expected-note 2 {{previous declaration is
here
}}
11
+(float) C; // expected-note 2 {{previous declaration is
here
}}
/external/clang/test/SemaTemplate/
injected-class-name.cpp
25
void f0(const X0&); // expected-note{{
here
}}
29
void f1(const X0&); // expected-note{{
here
}}
33
void f2(const X0&); // expected-note{{
here
}}
40
void f0(const X1&); // expected-note{{
here
}}
instantiate-decl-dtor.cpp
10
A<int> b = 10; // expected-note {{requested
here
}}
missing-class-keyword-crash.cpp
4
// expected-note{{template parameter is declared
here
}}
nested-incomplete-class.cpp
8
// Should not get errors about bar being incomplete
here
.
rdar9173693.cpp
5
template< bool > struct assert_arg_pred_impl { }; // expected-note 3 {{declared
here
}}
/external/clang/utils/OptionalTests/
README.txt
4
flaky can be kept
here
.
/external/dbus/test/data/auth/
anonymous-client-successful.auth-script
12
## of course real DBUS_COOKIE_SHA1 would not send this
here
...
fallback.auth-script
13
## of course real DBUS_COOKIE_SHA1 would not send this
here
...
/external/dnsmasq/contrib/dns-loc/
README
3
Here
is a patch against dnsmasq 2.39 which provides support for LOC
/external/icu4c/tools/ctestfw/
ucln_ct.c
15
/* this is
here
to prevent the compiler from complaining about an empty file */
/external/icu4c/tools/toolutil/
ucln_tu.c
15
/* this is
here
to prevent the compiler from complaining about an empty file */
/external/kernel-headers/original/asm-arm/
hw_irq.h
2
* Nothing to see
here
yet
Completed in 829 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>