OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:declared
(Results
401 - 425
of
2980
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/clang/test/CXX/special/class.temporary/
p1.cpp
27
A(const A&) = default; // expected-note {{
declared
private here}}
/external/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.constexpr/
p2-0x.cpp
9
// - a name
declared
with a dependent type
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p4.cpp
16
T value; // expected-note {{member is
declared
here}}
/external/clang/test/CXX/temp/temp.spec/temp.explicit/
p12.cpp
33
class Private {}; // expected-note {{implicitly
declared
private here}}
/external/clang/test/Modules/Inputs/
redecl-merge-left.h
85
// A class that is
declared
in the 'bottom' module, then loaded from
/external/clang/test/Parser/
cxx-template-decl.cpp
63
template<typename T, // expected-note{{template parameter is
declared
here}}
67
template<typename T> // expected-note{{template parameter is
declared
here}}
70
template<typename T> // expected-note{{template parameter is
declared
here}}
74
template<int Size> // expected-note{{template parameter is
declared
here}}
recovery.cpp
43
// expected-note {{'Uuuu'
declared
here}}
/external/clang/test/Sema/
array-bounds-ptr-arith.c
5
unsigned char s_uuid[8]; // expected-note {{
declared
here}}
attr-availability-macosx.c
5
void f2(int) __attribute__((availability(macosx,introduced=10.4,deprecated=10.5))); // expected-note {{'f2'
declared
here}}
attr-cleanup.c
41
void c5(void*) __attribute__((deprecated)); // expected-note{{'c5'
declared
here}}
block-misc.c
205
int vla[n]; // expected-note {{
declared
here}}
206
int (*vm)[n] = 0; // expected-note {{
declared
here}}
216
int a[7]; // expected-note {{
declared
here}}
217
__block int b[10]; // expected-note {{
declared
here}}
declspec.c
8
int typedef validTypeDecl() { } // expected-error {{function definition
declared
'typedef'}}
struct-decl.c
9
char name2[(int)&((struct bar *)0)->n - 1]; //expected-error{{'name2'
declared
as an array with a negative size}}
ucn-identifiers.c
12
// expected-note@-4 + {{
declared
here}}
warn-shadow.c
19
int sin; // okay; 'sin' has not been
declared
, even though it's a builtin.
/external/clang/test/SemaCXX/
arrow-operator.cpp
48
void Check(); // expected-note {{'Check'
declared
here}}
attr-noreturn.cpp
55
return 3; // expected-warning {{function 'blah'
declared
'noreturn' should not return}}
elaborated-type-specifier.cpp
22
void test_elab2(struct S4 *s4); // expected-note{{'NS::S4'
declared
here}}
microsoft-cxx0x.cpp
19
// expected-note@-5{{'make'
declared
here}}
user-defined-conversions.cpp
92
A(int i); // expected-note{{
declared
private here}}
virtual-base-used.cpp
4
class NoDestroy { ~NoDestroy(); }; // expected-note 3 {{
declared
private here}}
/external/clang/test/SemaObjC/
arc-cf.m
4
char _global[-1]; // expected-error {{
declared
as an array with a negative size}}
class-message-protocol-lookup.m
16
- (id)alloc2; // expected-note 2 {{method 'alloc2'
declared
here}}
compare-qualified-id.m
8
@protocol NSCopying - (id)copyWithZone:(NSZone *)zone; @end // expected-note {{method 'copyWithZone:'
declared
here}}
error-property-gc-attr.m
6
id IVAR; // expected-note {{instance variable is
declared
here}}
Completed in 315 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>