OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:declared
(Results
126 - 150
of
3935
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.elab/
p2.cpp
9
typedef int A; // expected-note {{
declared
here}}
18
template <class> class A; // expected-note {{
declared
here}}
/external/clang/test/PCH/
typo.cpp
10
// expected-note@Inputs/typo.hpp:5{{'boost::graph::adjacency_list'
declared
here}}
14
// expected-note@Inputs/typo.hpp:2{{'boost::function'
declared
here}}
/external/clang/test/Sema/
attr-regparm.c
11
void __attribute__((regparm(2))) x5(int); // expected-error{{function
declared
with regparm(2) attribute was previously
declared
with the regparm(3) attribute}}
/external/clang/test/SemaCXX/
access.cpp
4
struct S; // expected-note {{previously
declared
'private' here}}
11
class C; // expected-note {{previously
declared
'public' here}}
19
template<typename T> struct A; // expected-note {{previously
declared
'protected' here}}
29
class X; // expected-note {{previously
declared
'private' here}} \
46
static constexpr I x = 0; // expected-note {{implicitly
declared
private here}}
47
static constexpr I y = 42; // expected-note {{implicitly
declared
private here}}
76
typedef int I; // expected-note {{implicitly
declared
private here}}
77
static constexpr I x = 0; // expected-note {{implicitly
declared
private here}}
nested-name-spec-locations.cpp
27
* // expected-error{{
declared
as a pointer to a reference of type}}
37
* // expected-error{{
declared
as a pointer to a reference of type}}
83
* // expected-error{{
declared
as a pointer to a reference of type}}
92
* // expected-error{{
declared
as a pointer to a reference of type}}
108
* // expected-error{{
declared
as a pointer to a reference of type}}
117
* // expected-error{{
declared
as a pointer to a reference of type}}
126
* // expected-error{{
declared
as a pointer to a reference of type}}
142
* // expected-error{{
declared
as a pointer to a reference of type}}
pr13394-crash-on-invalid.cpp
11
struct closure_t { // expected-note {{'closure_t'
declared
here}}
21
void Bar() {} // expected-note{{'Bar'
declared
here}}
virtual-member-functions-key-function.cpp
8
void operator delete(void *, int); // expected-note {{'operator delete'
declared
here}}
12
void operator delete(void *, int); // expected-note {{'operator delete'
declared
here}}
/external/clang/test/SemaObjC/
custom-atomic-property.m
4
@property (assign) Foo *myProp; // expected-note {{property
declared
here}} expected-note {{property
declared
here}}
error-outof-scope-property-use.m
5
@class NSMutableDictionary; // expected-note {{receiver is instance of class
declared
here}}
9
@property (nonatomic,retain) NSMutableDictionary *uuids_jobs; // expected-note 2 {{'_uuids_jobs'
declared
here}}
gcc-cast-ext.m
8
+ alloc; // expected-note {{method 'alloc'
declared
here}}
9
- autorelease; // expected-note {{method 'autorelease'
declared
here}}
method-undef-extension-warn-1.m
8
- (void)Pmeth1; // expected-note {{method 'Pmeth1'
declared
here}}
13
- (void)meth2; // expected-note {{method 'meth2'
declared
here}}
property-and-class-extension.m
16
int Property; // expected-note {{previously
declared
'Property' here}}
34
@synthesize Property; // expected-error {{property 'Property' attempting to use instance variable 'Property'
declared
in super class 'Super'}}
property-ivar-mismatch.m
6
char ivar; // expected-note{{instance variable is
declared
here}}
18
void * _P; // expected-note {{instance variable is
declared
here}}
return.m
17
void test3(int a) { // expected-warning {{function 'test3' could be
declared
with attribute 'noreturn'}}
47
- (void)method { // expected-warning{{method 'method' could be
declared
with attribute 'noreturn'}}
unimplemented-protocol-prop.m
5
@property float MyProperty0; // expected-note 2 {{property
declared
}}
10
@property float MyProperty; // expected-note 2 {{property
declared
}}
warn-protocol-method-deprecated.m
6
- (void)deprecatedProtocolMethod __attribute__((deprecated)); // expected-note 2 {{method 'deprecatedProtocolMethod'
declared
here}}
14
- (void)deprecatedInstanceMethod __attribute__((deprecated)); // expected-note {{method 'deprecatedInstanceMethod'
declared
here}}
/external/clang/test/SemaObjCXX/
ivar-construct.mm
6
~Y(); // expected-note 3{{
declared
private here}}
32
template<typename T> struct Incomplete; // expected-note{{
declared
here}}
/external/mesa3d/src/gallium/state_trackers/wgl/
SConscript
14
'_GDI32_', # prevent wgl* being
declared
__declspec(dllimport)
19
# prevent _glapi_* from being
declared
__declspec(dllimport)
/external/valgrind/main/drd/tests/
tc01_simple_race.stderr.exp
5
declared
at tc01_simple_race.c:9
10
declared
at tc01_simple_race.c:9
tc16_byterace.stderr.exp
5
a global variable
declared
at tc16_byterace.c:7
10
a global variable
declared
at tc16_byterace.c:7
/dalvik/dx/tests/081-dex-throws-list/
info.txt
2
throws lists (that is, list of
declared
exceptions on methods) get
/external/chromium_org/tools/clang/plugins/tests/
virtual_methods.txt
2
./virtual_methods.h:17:36: warning: [chromium-style] virtual methods with non-empty bodies shouldn't be
declared
inline.
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/
p10.cpp
8
void f(int a); // expected-note{{'f'
declared
here}}
/external/clang/test/CXX/except/except.spec/
p4.cpp
13
S::~S() noexcept {} // expected-warning {{function previously
declared
with an implicit exception specification redeclared with an explicit exception specification}}
14
void S::operator delete(void*) noexcept {} // expected-warning {{function previously
declared
with an implicit exception specification redeclared with an explicit exception specification}}
23
T::~T() {} // expected-warning {{function previously
declared
with an explicit exception specification redeclared with an implicit exception specification}}
24
void T::operator delete(void*) {} // expected-warning {{function previously
declared
with an explicit exception specification redeclared with an implicit exception specification}}
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p12.cpp
36
void immediately_enclosing(int i) { // expected-note{{'i'
declared
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}}
Completed in 1321 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>