Home
last modified time | relevance | path

Searched refs:Set_Actual_Type (Results 1 – 6 of 6) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-sem_assocs.adb1124 Set_Actual_Type (Assoc, Ntype);
1128 Set_Actual_Type (Assoc, Atype);
1172 Set_Actual_Type (Assoc, Atype);
1178 Set_Actual_Type (Assoc, Ntype);
1673 Set_Actual_Type (Assoc, Actual_Type);
H A Dvhdl-canon.adb2526 Set_Actual_Type (El, Get_Actual_Type (Assoc));
H A Dvhdl-nodes.ads8882 procedure Set_Actual_Type (Target : Iir; Atype : Iir); subprogspec
H A Dvhdl-nodes.adb6221 procedure Set_Actual_Type (Target : Iir; Atype : Iir) is subprogram
6227 end Set_Actual_Type;
H A Dvhdl-nodes_meta.adb6837 Set_Actual_Type (N, V);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2636 Set_Actual_Type = libghdl.vhdl__nodes__set_actual_type variable