OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Nested
(Results
1 - 13
of
13
) sorted by null
/dalvik/dx/tests/115-merge/testdata/
Annotated.java
7
c = @Annotated.
Nested
(e="E1", f=1695938256, g=7264081114510713000L),
8
d = { @Annotated.
Nested
(e="E2", f=1695938256, g=7264081114510713000L) })
21
Nested
c() default @
Nested
;
22
Nested
[] d() default {};
26
public @interface
Nested
{
/external/clang/test/CXX/temp/temp.spec/
p5.cpp
31
// Make sure that we don't get tricked by redeclarations of
nested
classes.
35
struct
Nested
;
36
friend struct
Nested
;
38
struct
Nested
{
39
Nested
() {}
40
}
nested
;
member in struct:NestedClassRedecls::X
/external/clang/test/CXX/special/class.init/class.base.init/
p8-0x.cpp
51
struct
Nested
{
52
Nested
() {}
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p6.cpp
10
struct
Nested
{
20
X0<int>::
Nested
nested
; // expected-note{{implicit instantiation first required here}}
local
33
struct X0<int>::
Nested
{ }; // expected-error{{after instantiation}}
/external/clang/test/PCH/
struct.h
28
struct
Nested
{ int x, y; } nest;
/external/clang/test/SemaCXX/
implicit-exception-spec.cpp
32
// And within a
nested
class.
33
struct
Nested
{
35
int n = ExceptionIf<noexcept(
Nested
())>::f(); // expected-error {{exception specification is not available until end of class definition}}
38
bool y = noexcept(
Nested
());
39
bool z = noexcept(
Nested
::Inner());
46
struct
Nested
{ // expected-note {{not complete}}
48
T() noexcept(!noexcept(
Nested
())); // expected-error {{incomplete type}}
default2.cpp
63
struct
Nested
{
65
int j = c, // OK; use Y::
Nested
::c
68
Nested
* self = this, // expected-error{{invalid use of 'this' outside of a nonstatic member function}}
71
Nested
(int i = 42);
74
int mem7(
Nested
n =
Nested
());
MicrosoftExtensions.cpp
186
class
Nested
{
nested-name-spec.cpp
111
namespace
Nested
{
168
Y::foo y; // expected-error{{incomplete type 'Y' named in
nested
name specifier}}
190
foo<somens:a> a2; // expected-error {{unexpected ':' in
nested
name specifier}}
228
A::execute(path); // expected-error {{incomplete type 'test3::A' named in
nested
name specifier}}
/external/clang/test/SemaTemplate/
dependent-base-classes.cpp
41
class
Nested
{ };
49
class HasDepBase::
Nested
nested
;
local
58
class NoDepBase::
Nested
nested
; // expected-error{{no class named '
Nested
' in 'NoDepBase<T>'}}
local
nested-template.cpp
7
struct
Nested
{
14
S::A<int>::
Nested
::type *ip = &i;
/external/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp
103
bool
Nested
= MF.getFunction()->
106
if (
Nested
) {
/external/protobuf/src/google/protobuf/
repeated_field_unittest.cc
854
typedef TestAllTypes::NestedMessage
Nested
;
855
Nested
nesteds[2];
856
std::vector<
Nested
*> nested_ptrs;
893
nested_ptrs.push_back(new
Nested
);
895
nested_ptrs.push_back(new
Nested
);
947
vector<
Nested
*> data;
950
Nested
* new_data = new
Nested
;
Completed in 485 milliseconds