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
2980
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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}}
/external/clang/test/CXX/expr/expr.unary/expr.new/
p20-0x.cpp
8
static void operator delete(void*, size_t); // expected-note{{
declared
here}}
/external/clang/test/CXX/special/class.ctor/
p4-0x.cpp
3
// A constructor shall not be
declared
with a ref-qualifier.
/external/clang/test/CXX/special/class.dtor/
p2-0x.cpp
3
// A destructor shall not be
declared
with a ref-qualifier.
p9.cpp
31
static void operator delete(void *p) {}; // expected-note {{member 'operator delete'
declared
here}}
37
static void operator delete(void *, size_t) {}; // expected-note {{member 'operator delete'
declared
here}}
61
static void operator delete(void*, const int &); // expected-note {{
declared
here}}
67
static void operator delete(void*, const int &); // expected-note {{
declared
here}}
/external/clang/test/CXX/temp/temp.arg/temp.arg.type/
p2.cpp
14
enum {e}; // expected-note{{unnamed type used in template argument was
declared
here}}
26
enum {e1}; // expected-note 2{{unnamed type used in template argument was
declared
here}}
27
enum {e2}; // expected-note 2{{unnamed type used in template argument was
declared
here}}
28
enum {e3}; // expected-note{{unnamed type used in template argument was
declared
here}}
/external/clang/test/CXX/temp/temp.param/
p7.cpp
3
// A non-type template-parameter shall not be
declared
to have
/external/clang/test/CodeGenObjC/
forward-decl-param.m
3
// <rdar://problem/9123036> crash due to forward-
declared
struct in
/external/clang/test/Sema/
incomplete-call.c
5
struct foo a(); // expected-note {{'a'
declared
here}}
warn-main.c
11
// expected-warning@+1 {{'main' should not be
declared
static}}
18
// expected-error@+2 {{'main' is not allowed to be
declared
inline}}
25
// expected-warning@+6 {{function 'main'
declared
'noreturn' should not return}}
27
// expected-warning@+2 {{'main' is not allowed to be
declared
_Noreturn}}
/external/clang/test/SemaCXX/
PR9572.cpp
3
virtual ~Base(); // expected-note {{implicitly
declared
private here}}
access-base-class.cpp
5
class B : private A { }; // expected-note {{
declared
private here}}
16
class B : A { }; // expected-note {{implicitly
declared
private here}}
64
class A {}; // expected-note{{member is
declared
here}}
66
class B : private A { // expected-note {{
declared
private here}} expected-note {{constrained by private inheritance here}}
access-member-pointer.cpp
5
class B : private A { public: void foo(); }; // expected-note {{
declared
private here}}
operator-arrow-temporary.cpp
9
~Lock() { int a[x]; } // expected-error {{
declared
as an array with a negative size}}
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/
arc-peformselector.m
5
- (id)copy; // expected-note {{method 'copy'
declared
here}}
6
- (id) test __attribute__((ns_returns_retained)); // expected-note {{method 'test'
declared
here}}
7
+ (id) new ; // expected-note {{method 'new'
declared
here}}
10
- (id)PlusOne __attribute__((ns_returns_retained)); // expected-note {{method 'PlusOne'
declared
here}}
undef-class-messagin-error.m
3
@interface _Child // expected-note{{'_Child'
declared
here}}
/external/clang/test/SemaObjCXX/
capturing-flexible-array-in-block.mm
5
struct { int x; int y[]; } a; // expected-note 2 {{'a'
declared
here}}
/external/clang/test/SemaTemplate/
alias-nested-nontag.cpp
3
template<typename T> using Id = T; // expected-note {{type alias template 'Id'
declared
here}}
instantiate-typeof.cpp
5
int buffer[n]; // expected-note {{
declared
here}}
/external/elfutils/
EXCEPTION
7
The Approved Interfaces are the functions
declared
in the files:
/external/mockito/src/org/mockito/internal/util/reflection/
Constructors.java
11
* @return The no-arg constructor or null if none is
declared
.
/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
/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
Completed in 146 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>