Struct moore_vhdl::score::HirTable []

pub struct HirTable<'ctx> { /* fields omitted */ }

Methods

impl<'ctx> HirTable<'ctx>

Create a new empty table.

Trait Implementations

impl<'ctx> NodeStorage<LibRef> for HirTable<'ctx>

The type of the node that is returned when presented with an ID of type I. Read more

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ctx> NodeStorage<EntityRef> for HirTable<'ctx>

The type of the node that is returned when presented with an ID of type I. Read more

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ctx> NodeStorage<ArchRef> for HirTable<'ctx>

The type of the node that is returned when presented with an ID of type I. Read more

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ctx> NodeStorage<IntfSignalRef> for HirTable<'ctx>

The type of the node that is returned when presented with an ID of type I. Read more

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ctx> NodeStorage<SubtypeIndRef> for HirTable<'ctx>

The type of the node that is returned when presented with an ID of type I. Read more

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ctx> NodeStorage<PkgDeclRef> for HirTable<'ctx>

The type of the node that is returned when presented with an ID of type I. Read more

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ctx> NodeStorage<PkgBodyRef> for HirTable<'ctx>

The type of the node that is returned when presented with an ID of type I. Read more

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ctx> NodeStorage<PkgInstRef> for HirTable<'ctx>

The type of the node that is returned when presented with an ID of type I. Read more

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ctx> NodeStorage<TypeDeclRef> for HirTable<'ctx>

The type of the node that is returned when presented with an ID of type I. Read more

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ctx> NodeStorage<SubtypeDeclRef> for HirTable<'ctx>

The type of the node that is returned when presented with an ID of type I. Read more

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ctx> NodeStorage<ExprRef> for HirTable<'ctx>

The type of the node that is returned when presented with an ID of type I. Read more

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ctx> NodeStorage<AggregateRef> for HirTable<'ctx>

The type of the node that is returned when presented with an ID of type I. Read more

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ctx> NodeStorage<ConstDeclRef> for HirTable<'ctx>

The type of the node that is returned when presented with an ID of type I. Read more

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ctx> NodeStorage<SignalDeclRef> for HirTable<'ctx>

The type of the node that is returned when presented with an ID of type I. Read more

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ctx> NodeStorage<VarDeclRef> for HirTable<'ctx>

The type of the node that is returned when presented with an ID of type I. Read more

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ctx> NodeStorage<FileDeclRef> for HirTable<'ctx>

The type of the node that is returned when presented with an ID of type I. Read more

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ctx> NodeStorage<ProcessStmtRef> for HirTable<'ctx>

The type of the node that is returned when presented with an ID of type I. Read more

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ctx> NodeStorage<SigAssignStmtRef> for HirTable<'ctx>

The type of the node that is returned when presented with an ID of type I. Read more

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ctx> NodeStorage<ArrayTypeIndexRef> for HirTable<'ctx>

The type of the node that is returned when presented with an ID of type I. Read more

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ctx> NodeStorage<SubprogDeclRef> for HirTable<'ctx>

The type of the node that is returned when presented with an ID of type I. Read more

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ctx> NodeStorage<SubprogBodyRef> for HirTable<'ctx>

The type of the node that is returned when presented with an ID of type I. Read more

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ctx> NodeStorage<SubprogInstRef> for HirTable<'ctx>

The type of the node that is returned when presented with an ID of type I. Read more

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ctx> NodeStorage<LatentTypeMarkRef> for HirTable<'ctx>

The type of the node that is returned when presented with an ID of type I. Read more

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ctx> NodeStorage<LatentPkgRef> for HirTable<'ctx>

The type of the node that is returned when presented with an ID of type I. Read more

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ctx> NodeStorage<LatentSubprogRef> for HirTable<'ctx>

The type of the node that is returned when presented with an ID of type I. Read more

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ctx> NodeStorage<WaitStmtRef> for HirTable<'ctx>

The type of the node that is returned when presented with an ID of type I. Read more

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ctx> NodeStorage<AssertStmtRef> for HirTable<'ctx>

The type of the node that is returned when presented with an ID of type I. Read more

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ctx> NodeStorage<ReportStmtRef> for HirTable<'ctx>

The type of the node that is returned when presented with an ID of type I. Read more

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ctx> NodeStorage<VarAssignStmtRef> for HirTable<'ctx>

The type of the node that is returned when presented with an ID of type I. Read more

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ctx> NodeStorage<CallStmtRef> for HirTable<'ctx>

The type of the node that is returned when presented with an ID of type I. Read more

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ctx> NodeStorage<IfStmtRef> for HirTable<'ctx>

The type of the node that is returned when presented with an ID of type I. Read more

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ctx> NodeStorage<CaseStmtRef> for HirTable<'ctx>

The type of the node that is returned when presented with an ID of type I. Read more

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ctx> NodeStorage<LoopStmtRef> for HirTable<'ctx>

The type of the node that is returned when presented with an ID of type I. Read more

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ctx> NodeStorage<NexitStmtRef> for HirTable<'ctx>

The type of the node that is returned when presented with an ID of type I. Read more

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ctx> NodeStorage<ReturnStmtRef> for HirTable<'ctx>

The type of the node that is returned when presented with an ID of type I. Read more

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ctx> NodeStorage<NullStmtRef> for HirTable<'ctx>

The type of the node that is returned when presented with an ID of type I. Read more

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more