DIRECTORY
Alloc USING [Notifier],
Basics USING [BITAND, LowHalf],
ConstArith USING [Add, Compare, Const, FromInt, Sub, ToCard, ToInt],
Host: TYPE MachineParms USING [bitsPerLongWord],
LiteralOps USING [Find],
MimData USING [checks, idCARD, idNAT, interface, switches, typeStringBody],
MimosaLog USING [Error, ErrorTree, WarningTree],
MimP4 USING [Attr, Bias, BiasForType, BitsForType, Bounds, CatchNest, checked, ClearType, CommonAttr, CommonProp, Exp, ForceType, LiteralAttr, MakeArgRecord, MakeTreeLiteralCard, MakeTreeLiteralInt, nullBias, OperandStruct, OperandType, Prop, RelTest, RepForType, Repr, Rhs, RValue, SetType, TreeLiteral, TreeLiteralConst, TypeExp, TypeForTree, VAttr, voidAttr, VPop, VProp, VPush, VRep, VSetTop],
Symbols USING [Base, BitAddress, BitCount, codeCHAR, CSEIndex, ctxType, ISEIndex, ISENull, lZ, seType, Type, UNSPEC],
SymbolOps USING [ArgRecord, BitsPerElement, Cardinality, CtxLevel, DecodeBitAddr, DecodeCard, EncodeCard, FirstCtxSe, FromType, NextSe, NormalType, own, PackedSize, ToType, UnderType, VariantField],
SymLiteralOps USING [TypeRef],
Target: TYPE MachineParms USING [bitsPerAU, bitsPerChar, bitsPerLongWord, bitsPerWord, maxWord],
Tree USING [Base, Index, Link, NodeName, NodePtr, Null, treeType],
TreeOps USING [FreeNode, FreeTree, GetNode, GetTag, IdentityMap, OpName, PopTree, PushLit, PushNode, PushSe, PushTree, SetAttr, SetAttrs, SetSubInfo];