Home
last modified time | relevance | path

Searched refs:Get_Last_Node (Results 1 – 12 of 12) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/edif/
H A Dedif-nodes.adb.in122 function Get_Last_Node return Node is subprogram
125 end Get_Last_Node;
334 pragma Unreferenced (Get_Last_Node);
H A Dedif-nodes.adb120 function Get_Last_Node return Node is subprogram
123 end Get_Last_Node;
332 pragma Unreferenced (Get_Last_Node);
/dports/cad/ghdl/ghdl-1.0.0/src/psl/
H A Dpsl-nodes.adb.in121 function Get_Last_Node return Node is subprogram
124 end Get_Last_Node;
H A Dpsl-nodes.ads469 function Get_Last_Node return Node; subprogspec
H A Dpsl-nodes.adb119 function Get_Last_Node return Node is subprogram
122 end Get_Last_Node;
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-nodes_gc.adb378 Markers := new Marker_Array'(Null_Iir .. Nodes.Get_Last_Node => False);
H A Dvhdl-nodes.adb.in314 function Get_Last_Node return Iir is subprogram
317 end Get_Last_Node;
795 Last_I := Get_Last_Node;
H A Dvhdl-annotations.adb1235 Info_Node.Set_Last (Get_Last_Node);
H A Dvhdl-sem_inst.adb52 Last : constant Iir := Nodes.Get_Last_Node;
H A Dvhdl-nodes.ads6944 function Get_Last_Node return Iir; subprogspec
6945 pragma Inline (Get_Last_Node);
H A Dvhdl-nodes.adb314 function Get_Last_Node return Iir is subprogram
317 end Get_Last_Node;
795 Last_I := Get_Last_Node;
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/translate/
H A Dtrans.adb1376 L := Get_Last_Node;