OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:declared
(Results
426 - 450
of
3874
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/clang/test/SemaCXX/
microsoft-dtor-lookup.cpp
38
~A(); // expected-note 2{{
declared
private here}}
67
~A(); // expected-note 2{{implicitly
declared
private here}}
ms-interface.cpp
4
// expected-error@+1 {{user-
declared
constructor is not permitted within an interface type}}
6
// expected-error@+1 {{user-
declared
destructor is not permitted within an interface type}}
typedef-redecl.cpp
16
typedef int Y2; // expected-note{{
declared
here}}
59
typedef T f(T t) { return t; } // expected-error {{function definition
declared
'typedef'}}
/external/clang/test/SemaObjC/
arc-system-header.m
31
// This is actually okay to use if
declared
in a system header.
47
// expected-note@arc-system-header.h:41 2 {{property 'prop' is
declared
unavailable here}}
atomoic-property-synnthesis-rules.m
110
@property int Get; // expected-note {{property
declared
here}} \
112
@property int Set; // expected-note {{property
declared
here}} \
132
@property(readonly) int Get_ReadWriteInExt; // expected-note {{property
declared
here}} \
134
@property(readonly) int Set_ReadWriteInExt; // expected-note {{property
declared
here}} \
145
@property int Get_LateSynthesize; // expected-note {{property
declared
here}} \
147
@property int Set_LateSynthesize; // expected-note {{property
declared
here}} \
165
@property(readonly) int Get_ReadWriteInExt_LateSynthesize; // expected-note {{property
declared
here}} \
167
@property(readonly) int Set_ReadWriteInExt_LateSynthesize; // expected-note {{property
declared
here}} \
property.m
5
int IVAR; // expected-note{{instance variable is
declared
here}}
60
@property int treeController; // expected-note {{property
declared
here}}
arc.m
60
- (id)retain; // expected-note {{method 'retain'
declared
here}}
61
- (id)autorelease; // expected-note {{method 'autorelease'
declared
here}}
62
- (oneway void)release; // expected-note {{method 'release'
declared
here}}
63
- (NSUInteger)retainCount; // expected-note {{method 'retainCount'
declared
here}}
210
- (void) init01 {} // expected-error {{method was
declared
as an 'init' method, but its implementation doesn't match because its result type is not an object pointer}} \
211
// expected-warning{{method is expected to return an instance of its class type 'Test8', but is
declared
to return 'void'}}
213
- (void) init21 {} // expected-error {{method was
declared
as an 'init' method, but its implementation doesn't match because its result type is not an object pointer}}
214
- (void) init31 {} // expected-error {{method was
declared
as an 'init' method, but its implementation doesn't match because its result type is not an object pointer}} \
215
// expected-warning{{method is expected to return an instance of its class type 'Test8', but is
declared
to return 'void'}}
216
- (void) init41 {} // expected-error {{method was
declared
as an 'init' method, but its implementation doesn't match because its result type is not an object (…)
[
all
...]
/external/clang/test/SemaObjCXX/
arc-unavailable-for-weakref.mm
5
@interface NSOptOut1072 // expected-note {{class is
declared
here}}
8
@interface sub : NSOptOut1072 @end // expected-note 2 {{class is
declared
here}}
/external/gtest/test/
gtest_prod_test.cc
43
// Tests that private members can be accessed from a TEST
declared
as
55
// Tests that private members can be accessed from a TEST_F
declared
/external/javassist/src/main/javassist/convert/
TransformFieldAccess.java
52
* a different field is accessed. The new field must be
declared
54
*
declared
.
/external/libogg/doc/libogg/
ogg_stream_packetin.html
18
<p><i>
declared
in "ogg/ogg.h";</i></p>
44
<dd>Pointer to a previously
declared
<a href="ogg_stream_state.html">ogg_stream_state</a> struct.</dd>
ogg_stream_packetpeek.html
18
<p><i>
declared
in "ogg/ogg.h";</i></p>
46
<dd>Pointer to a previously
declared
ogg_stream_pagein.html
18
<p><i>
declared
in "ogg/ogg.h";</i></p>
38
<dd>Pointer to a previously
declared
<a href="ogg_stream.html">ogg_stream</a> struct, which represents the current logical bitstream.</dd>
ogg_sync_buffer.html
18
<p><i>
declared
in "ogg/ogg.h";</i></p>
39
<dd>Pointer to a previously
declared
<a href="ogg_sync_state.html">ogg_sync_state</a> struct.</dd>
ogg_sync_clear.html
18
<p><i>
declared
in "ogg/ogg.h";</i></p>
36
<dd>Pointer to a previously
declared
<a href="ogg_sync_state.html">ogg_sync_state</a> struct.</dd>
ogg_sync_destroy.html
18
<p><i>
declared
in "ogg/ogg.h";</i></p>
42
<dd>Pointer to a previously
declared
<a href="ogg_sync_state.html">ogg_sync_state</a> struct.</dd>
ogg_sync_pageseek.html
18
<p><i>
declared
in "ogg/ogg.h";</i></p>
37
<dd>Pointer to a previously
declared
<a href="ogg_sync_state.html">ogg_sync_state</a> struct.</dd>
ogg_sync_wrote.html
18
<p><i>
declared
in "ogg/ogg.h";</i></p>
44
<dd>Pointer to a previously
declared
<a href="ogg_sync_state.html">ogg_sync_state</a> struct.</dd>
/external/mesa3d/src/mapi/glapi/
SConscript
17
'_GDI32_', # prevent gl* being
declared
__declspec(dllimport) in MS headers
23
# prevent _glapi_* from being
declared
__declspec(dllimport)
/external/protobuf/gtest/test/
gtest_prod_test.cc
37
// Tests that private members can be accessed from a TEST
declared
as
49
// Tests that private members can be accessed from a TEST_F
declared
/external/v8/test/mjsunit/regress/
regress-799761.js
47
// const variables may be
declared
but never initialized, in which case
85
// const variables may be
declared
via 'eval'
/libcore/luni/src/main/java/org/w3c/dom/
Notation.java
16
* This interface represents a notation
declared
in the DTD. A notation either
20
* to the
declared
name of the notation.
/ndk/sources/third_party/googletest/googletest/test/
gtest_prod_test.cc
37
// Tests that private members can be accessed from a TEST
declared
as
49
// Tests that private members can be accessed from a TEST_F
declared
/external/clang/include/clang/Basic/
DiagnosticASTKinds.td
161
"external variable %0
declared
with incompatible types in different "
165
def note_odr_value_here : Note<"
declared
here with type %0">;
168
"external function %0
declared
with incompatible types in different "
189
"field %0
declared
with incompatible types in different "
194
"instance variable %0
declared
with incompatible types in different "
213
"%select{class|instance}0 method %1 also
declared
here">;
215
"property %0
declared
with incompatible types in different "
232
"template parameter list also
declared
here">;
236
"template parameter
declared
here">;
240
"%select{parameter|parameter pack}0
declared
here">
[
all
...]
/libcore/xml/src/main/java/org/xmlpull/v1/
XmlSerializer.java
16
* (more runtime exceptions can be thrown but are not
declared
and as such
123
* The prefix and namespace MUST be always
declared
even if prefix
205
* default empty namespace is
declared
(in XML 1.0 xmlns='')
228
* default empty namespace is
declared
(in XML 1.0 xmlns='').
239
// *and namespace
declared
if not already
declared
or
245
// * default empty namespace is
declared
(in XML 1.0 xmlns='')
258
// * and namespace
declared
if not already
declared
or
264
// * default empty namespace is
declared
(in XML 1.0 xmlns=''
[
all
...]
Completed in 371 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>