OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:declared
(Results
151 - 175
of
3935
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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/Modules/
cxx-decls.cpp
10
// ever been explicitly
declared
in an unimported submodule.
/external/clang/test/PCH/
typo.m
6
// expected-note@Inputs/typo.h:3{{
declared
here}}
/external/clang/test/Sema/
incomplete-call.c
5
struct foo a(); // expected-note {{'a'
declared
here}}
/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-dangling-field.cpp
12
int &x, *y; // expected-note {{reference member
declared
here}} \
13
// expected-note {{pointer member
declared
here}}
22
const X &x; // expected-note {{reference member
declared
here}}
32
T x; // expected-note {{reference member
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}}
method-undef-category-warn-1.m
7
- (void) Pmeth; // expected-note {{method 'Pmeth'
declared
here}}
8
- (void) Pmeth1; // expected-note {{method 'Pmeth1'
declared
here}}
12
- (void) meth2; // expected-note {{method 'meth2'
declared
here}}
21
- (void)ppp; // expected-note {{method 'ppp'
declared
here}}
protocol-id-test-1.m
10
@interface INTF<P> // expected-note {{receiver is instance of class
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}}
microsoft-abi-byval.mm
4
~Foo(); // expected-note {{implicitly
declared
private 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
.
Completed in 268 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>