Home
last modified time | relevance | path

Searched refs:Set_Parent_Type (Results 1 – 11 of 11) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-sem_types.adb251 Set_Parent_Type (Ntype, Ndef);
306 Set_Parent_Type (Ntype, Ndef);
412 Set_Parent_Type (Sub_Type, Def);
1112 Set_Parent_Type (Def, Base_Type);
1533 Set_Parent_Type (Res, Def);
1571 Set_Parent_Type (Res, Get_Base_Type (Atype));
1695 Set_Parent_Type (Def, Type_Mark);
1977 Set_Parent_Type (Res, Type_Mark);
2219 Set_Parent_Type (Res, Type_Mark);
2321 Set_Parent_Type (Res, Type_Mark);
[all …]
H A Dvhdl-std_package.adb282 Set_Parent_Type (Subtype_Definition, Type_Definition);
661 Set_Parent_Type (Universal_Real_Subtype_Definition,
778 Set_Parent_Type (Real_Subtype_Definition, Real_Type_Definition);
919 Set_Parent_Type (Time_Subtype_Definition, Time_Type_Definition);
954 Set_Parent_Type
1104 Set_Parent_Type (Natural_Subtype_Definition, Integer_Type_Definition);
1136 Set_Parent_Type (Positive_Subtype_Definition,
H A Dvhdl-sem_assocs.adb956 Set_Parent_Type (Actual_Index, Base_Index);
1071 Set_Parent_Type (Ntype, Atype);
H A Dvhdl-utils.adb1652 Set_Parent_Type (Res, Base_Type);
H A Dvhdl-evaluation.adb395 Set_Parent_Type (Res, A_Type);
2384 Set_Parent_Type (Index_Type, Conv_Index_Type);
H A Dvhdl-sem_names.adb826 Set_Parent_Type (Slice_Type, Get_Base_Type (Index_Type));
839 Set_Parent_Type (Expr_Type, Prefix_Base_Type);
H A Dvhdl-nodes.ads8153 procedure Set_Parent_Type (Decl : Iir; Base_Type : Iir); subprogspec
H A Dvhdl-nodes.adb3829 procedure Set_Parent_Type (Decl : Iir; Base_Type : Iir) is subprogram
3835 end Set_Parent_Type;
H A Dvhdl-sem_expr.adb3788 Set_Parent_Type (Info.Index_Subtype, Get_Base_Type (Index_Type));
H A Dvhdl-nodes_meta.adb6633 Set_Parent_Type (N, V);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2192 Set_Parent_Type = libghdl.vhdl__nodes__set_parent_type variable