Home
last modified time | relevance | path

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

/src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/struct/
H A Dtst.StructInside.d45 struct InnerMost IMost; member
79 OMost.OMore.O.I.IMore.IMost.position = 5;
80 OMost.OMore.O.I.IMore.IMost.content = 'e';
95 OMost.OMore.O.I.IMore.IMost.position);
98 OMost.OMore.O.I.IMore.IMost.content);
109 (5 != OMost.OMore.O.I.IMore.IMost.position) ||
110 ('e' != OMost.OMore.O.I.IMore.IMost.content)/
120 (5 != OMostCopy.OMore.O.I.IMore.IMost.position) ||
121 ('e' != OMostCopy.OMore.O.I.IMore.IMost.content)/
H A Derr.D_DECL_INCOMPLETE.order2.d41 struct InnerMost IMost; member
79 OMost.OMore.O.I.IMore.IMost.position = 5;
80 OMost.OMore.O.I.IMore.IMost.content = 'e';
92 OMost.OMore.O.I.IMore.IMost.position);
95 OMost.OMore.O.I.IMore.IMost.content);
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.d44 union InnerMost IMost; 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/