Home
last modified time | relevance | path

Searched refs:IMore (Results 1 – 3 of 3) sorted by relevance

/src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/struct/
H A Dtst.StructInside.d50 struct InnerMore IMore; member
78 OMost.OMore.O.I.IMore.dummy_More = 4;
79 OMost.OMore.O.I.IMore.IMost.position = 5;
80 OMost.OMore.O.I.IMore.IMost.content = 'e';
92 OMost.OMore.O.I.IMore.dummy_More);
95 OMost.OMore.O.I.IMore.IMost.position);
98 OMost.OMore.O.I.IMore.IMost.content);
108 (4 != OMost.OMore.O.I.IMore.dummy_More) ||
109 (5 != OMost.OMore.O.I.IMore.IMost.position) ||
110 ('e' != OMost.OMore.O.I.IMore.IMost.content)/
[all …]
H A Derr.D_DECL_INCOMPLETE.order2.d51 struct InnerMore IMore; member
78 OMost.OMore.O.I.IMore.dummy_More = 4;
79 OMost.OMore.O.I.IMore.IMost.position = 5;
80 OMost.OMore.O.I.IMore.IMost.content = 'e';
89 OMost.OMore.O.I.IMore.dummy_More);
92 OMost.OMore.O.I.IMore.IMost.position);
95 OMost.OMore.O.I.IMore.IMost.content);
103 (4 != OMost.OMore.O.I.IMore.dummy_More)
104 (5 != OMost.OMore.O.I.IMore.IMost.position)
105 ('e' != OMost.OMore.O.I.IMore.IMost.content)/
/src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/union/
H A Dtst.UnionInside.d49 union InnerMore IMore; member
72 OMost.OMore.O.I.IMore.IMost.position = 5;
73 OMost.OMore.O.I.IMore.IMost.content = 'e';
76 OMost.OMore.O.I.IMore.IMost.content);
82 /'e' != OMost.OMore.O.I.IMore.IMost.content/