OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:declared
(Results
176 - 200
of
3874
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/valgrind/main/drd/tests/
annotate_ignore_rw.stderr.exp
5
declared
at annotate_ignore_rw.c:12, in frame #? of thread 1
annotate_ignore_write2.stderr.exp
5
declared
at annotate_ignore_write.c:11, in frame #? of thread 1
10
declared
at annotate_ignore_write.c:10, in frame #? of thread 1
15
declared
at annotate_ignore_write.c:12, in frame #? of thread 1
20
declared
at annotate_ignore_write.c:10, in frame #? of thread 1
annotate_ignore_rw2.stderr.exp
5
declared
at annotate_ignore_rw.c:11, in frame #? of thread 1
10
declared
at annotate_ignore_rw.c:10, in frame #? of thread 1
15
declared
at annotate_ignore_rw.c:12, in frame #? of thread 1
annotate_ignore_write.stderr.exp
5
declared
at annotate_ignore_write.c:11, in frame #? of thread 1
10
declared
at annotate_ignore_write.c:12, in frame #? of thread 1
15
declared
at annotate_ignore_write.c:10, in frame #? of thread 1
/ndk/tests/build/no-installable-modules/jni/
Android.mk
10
# Import another module, which is not used by the one
declared
here.
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
Required_Suite.py
20
# Indices of types
declared
in this module
/cts/tools/signature-tools/src/signature/model/
IAnnotation.java
35
* Returns the elements
declared
in this annotation. The values which are
36
* not
declared
are not contained in this list. Each element consists of its
39
* @return elements
declared
in this annotation
/external/clang/test/ASTMerge/
category.m
6
// CHECK: category1.m:16:1: note: instance method 'method2' also
declared
here
8
// CHECK: category1.m:24:1: note: instance method 'method3' also
declared
here
10
// CHECK: category1.m:46:1: note: instance method 'blah' also
declared
here
/external/clang/test/CXX/basic/basic.link/
p6.cpp
4
// The name of a function
declared
in block scope and the name
5
// of a variable
declared
by a block scope extern declaration
8
//
declared
outside the innermost enclosing namespace scope, the
/external/clang/test/CXX/class/
p2-0x.cpp
4
class A final { }; // expected-note {{'A'
declared
here}}
11
template<typename T> struct A final { }; // expected-note 2 {{'A'
declared
here}}
22
template<> struct A<int> final { }; // expected-note {{'A'
declared
here}}
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.noreturn/
p1.cpp
4
return; // expected-warning {{function 'a'
declared
'noreturn' should not return}}
7
return; // expected-warning {{function 'a2'
declared
'noreturn' should not return}}
21
[[noreturn]] int f(); // expected-error {{function
declared
'[[noreturn]]' after its first declaration}}
/external/clang/test/Sema/
array-constraint.c
27
int foo[](void); // expected-error {{'foo'
declared
as array of functions}}
28
int foo2[1](void); // expected-error {{'foo2'
declared
as array of functions}}
32
pfunc xx(int f[](void)) { // expected-error {{'f'
declared
as array of functions}}
/external/clang/test/SemaCXX/
typo-correction-pt2.cpp
12
void nab(); // expected-note{{'::PR12287::nab'
declared
here}}
19
template <class T> // expected-note {{'::TemplateFunction::A'
declared
here}}
22
template <class T> // expected-note {{'::TemplateFunction::B'
declared
here}}
implicit-member-functions.cpp
4
A::A() { } // expected-error {{definition of implicitly
declared
default constructor}}
7
B::B(const B&) { } // expected-error {{definition of implicitly
declared
copy constructor}}
10
C& C::operator=(const C&) { return *this; } // expected-error {{definition of implicitly
declared
copy assignment operator}}
13
D::~D() { } // expected-error {{definition of implicitly
declared
destructor}}
16
// name-lookup purposes and overload with user-
declared
77
// definition of 'struct B', so there is no
declared
copy constructor yet.
115
//
declared
it yet), but by the time we get all the way back here, we should
/external/clang/test/SemaObjC/
property-ambiguous-synthesis.m
5
@property (copy) id foo; // expected-note 2 {{it could also be property of type 'id'
declared
here}} \\
11
// expected-note {{it could also be property of type 'double'
declared
here}}
15
@property short foo; // expected-note {{it could also be property of type 'short'
declared
here}}
property-impl-misuse.m
41
- (void)P; // expected-note {{
declared
here}}
44
- (double) P1; // expected-note {{
declared
here}}
47
- (double*)P2; // expected-note {{
declared
here}}
property-inherited.m
4
// rdar://6497242 Inherited overridden protocol
declared
objects don't work
24
@property(nonatomic, assign) id<BarDelegate> delegate2; // expected-note {{property
declared
here}}
39
@property(assign) NSMutableData *p_data; // expected-note {{property
declared
here}}
protocol-implementing-class-methods.m
8
- (void) : (double) arg; // expected-note {{method ':'
declared
here}}
12
- (void) initialize; // expected-note {{method 'initialize'
declared
here}}
20
- (void) CEMeth; // expected-note {{method 'CEMeth'
declared
here}}
arc-property.m
11
@property (strong) id myString; // expected-note {{property
declared
here}}
13
@property (retain) id myString2; // expected-note {{property
declared
here}}
17
@property __weak id myString5; // expected-note {{property
declared
here}}
38
@property(weak) id x; // expected-note {{property
declared
here}}
39
@property(weak) id y; // expected-note {{property
declared
here}}
/external/clang/test/CXX/class.access/class.friend/
p9-cxx0x.cpp
12
void f(); // expected-note {{implicitly
declared
private here}}
23
void f(); // expected-note {{implicitly
declared
private here}}
52
void f(); // expected-note {{implicitly
declared
private here}}
77
void f(); // expected-note {{implicitly
declared
private here}}
92
void f(); // expected-note {{implicitly
declared
private here}}
/libcore/luni/src/main/java/org/xml/sax/ext/
Attributes2.java
29
* it will of necessity also have been
declared
(<em>isDeclared()</em>)
32
* must have been
declared
.
42
* Returns false unless the attribute was
declared
in the DTD.
44
* as CDATA: ones that were
declared
(and hence are usually valid),
48
* @return true if the attribute was
declared
in the DTD,
56
* Returns false unless the attribute was
declared
in the DTD.
58
* as CDATA: ones that were
declared
(and hence are usually valid),
62
* @return true if the attribute was
declared
in the DTD,
70
* Returns false unless the attribute was
declared
in the DTD.
72
* as CDATA: ones that were
declared
(and hence are usually valid)
[
all
...]
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/
p6.cpp
19
alignas(8) extern int n6; // expected-note {{
declared
with 'alignas' attribute here}}
24
alignas(8) extern int n8; // expected-note {{
declared
with 'alignas' attribute here}}
28
alignas(4) extern int n9; // expected-note {{
declared
with 'alignas' attribute here}}
31
enum alignas(2) E : char; // expected-note {{
declared
with 'alignas' attribute here}}
42
enum alignas(1) H : char; // expected-note {{
declared
with 'alignas' attribute here}}
46
struct alignas(16) S; // expected-note {{
declared
with 'alignas' attribute here}}
59
struct alignas(1) V; // expected-note {{
declared
with 'alignas' attribute here}}
/external/libsepol/tests/
test-linker-types.c
51
* - attr a
declared
in base, added to in module
52
* - attr a
declared
in base, added to in module optional
53
* - attr a
declared
in base, added to in 2 modules
54
* - attr a
declared
in base, added to in 2 modules (optional and global)
55
* - attr a
declared
in base optional, added to in module
56
* - attr a
declared
in base optional, added to in module optional
57
* - attr a added to in base optional,
declared
in module
58
* - attr a added to in base optional,
declared
in module optional
59
* - attr a added to in base optional,
declared
in module, added to in other module
60
* - attr a added to in base optional,
declared
in module optional, added to in other modul
[
all
...]
/external/chromium_org/tools/clang/plugins/tests/
base_refcounted.txt
2
./base_refcounted.h:47:3: warning: [chromium-style] Classes that are ref-counted should have destructors that are
declared
protected or private.
8
./base_refcounted.h:59:3: warning: [chromium-style] Classes that are ref-counted should have destructors that are
declared
protected or private.
17
./base_refcounted.h:110:3: warning: [chromium-style] Classes that are ref-counted should have destructors that are
declared
protected or private.
26
./base_refcounted.h:115:7: warning: [chromium-style] Classes that are ref-counted should have explicit destructors that are
declared
protected or private.
35
./base_refcounted.h:145:1: warning: [chromium-style] Classes that are ref-counted should have destructors that are
declared
protected or private.
41
./base_refcounted.h:139:3: note: [chromium-style] Public destructor
declared
here
47
./base_refcounted.h:164:1: warning: [chromium-style] Classes that are ref-counted should have explicit destructors that are
declared
protected or private.
63
base_refcounted.cpp:16:3: warning: [chromium-style] Classes that are ref-counted should have destructors that are
declared
protected or private.
75
base_refcounted.cpp:33:3: warning: [chromium-style] Classes that are ref-counted should have destructors that are
declared
protected or private.
81
base_refcounted.cpp:59:3: warning: [chromium-style] Classes that are ref-counted should have destructors that are
declared
protected or private
[
all
...]
/external/clang/test/FixIt/
typo.m
7
@interface NSString // expected-note 2{{'NSString'
declared
here}}
17
@property int *sprop; // expected-note{{'sprop'
declared
here}}
22
int his_ivar; // expected-note 2{{'his_ivar'
declared
here}}
27
@property int his_prop; // expected-note{{'his_prop'
declared
here}}
32
int her_ivar; // expected-note 2{{'her_ivar'
declared
here}}
35
@property int her_prop; // expected-note{{'her_prop'
declared
here}}
67
@interface Collide // expected-note{{'Collide'
declared
here}}
70
int value; // expected-note{{'value'
declared
here}}
73
@property int value; // expected-note{{'value'
declared
here}}
91
@protocol NetworkSocket // expected-note{{'NetworkSocket'
declared
here}
[
all
...]
Completed in 460 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>