DIRECTORY
Alloc: TYPE USING [Notifier],
ComData: TYPE USING [idCARDINAL, idINT, interface, typeINT, typeStringBody],
ComDataExtras: TYPE USING [idCARD32],
LiteralOps: TYPE USING [FindDescriptor],
Log: TYPE USING [Error, ErrorTree, WarningTree],
P4:
TYPE
USING [
Attr, BiasForType, BitsForType, both, CatchNest, CommonAttr, CommonProp, Exp,
FillMultiWord, ForceType, LiteralAttr, MakeArgRecord, MakeStructuredLiteral,
MakeTreeLiteral, maxRegs, none, OperandStruct, OperandType, other, Prop, RegCount,
RegsForType, RelTest, RepForType, Repr, Rhs, RValue, StructuredLiteral,
TreeLiteral, TreeLiteralValue, TypeExp, TypeForTree, unsigned, ValueDescriptor,
VAttr, voidAttr, VPop, VProp, VPush, VRegs, VRep, WordSeq, WordsForType],
Symbols:
TYPE
USING [
Base, BitAddress, BitCount, ByteLength, codeCHAR, codeINT, CSEIndex, ctxType,
ISEIndex, ISENull, lZ, seType, Type, WordLength],
SymbolOps:
TYPE
USING [
ArgRecord, BitsPerElement, Cardinality, CtxLevel, FirstCtxSe, NormalType, NextSe,
PackedSize, VariantField, UnderType],
SymLiteralOps: TYPE USING [TypeRef],
Tree: TYPE USING [Base, Index, Link, NodeName, Null, treeType],
TreeOps:
TYPE
USING [
FreeNode, FreeTree, GetNode, IdentityMap, MakeNode, OpName, PopTree,
PushLit, PushNode, PushSe, PushTree, SetAttr, SetInfo];