OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Empty1
(Results
1 - 6
of
6
) sorted by null
/prebuilts/go/darwin-x86/test/
nilcheck.go
27
type
Empty1
struct {
39
empty1p *
Empty1
63
empty1p *
Empty1
nilptr3.go
30
type
Empty1
struct {
42
empty1p *
Empty1
74
empty1p *
Empty1
/prebuilts/go/linux-x86/test/
nilcheck.go
27
type
Empty1
struct {
39
empty1p *
Empty1
63
empty1p *
Empty1
nilptr3.go
30
type
Empty1
struct {
42
empty1p *
Empty1
74
empty1p *
Empty1
/external/clang/test/CodeGenCXX/
override-layout.cpp
12
struct
Empty1
{ };
16
struct X0 : public
Empty1
{
27
struct PACKED X2 : public X1, public X0, public
Empty1
{
/external/clang/test/SemaCXX/
empty-class-layout.cpp
163
struct
Empty1
{};
165
struct Empties :
Empty1
, Empty2 {};
166
typedef
Empty1
Sugar[4];
169
// V[0][1] would overlap Empties::
Empty1
.
Completed in 117 milliseconds