Home
last modified time | relevance | path

Searched refs:Set_Type_Declarator (Results 1 – 9 of 9) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-std_package.adb252 Set_Type_Declarator (Def, Decl);
269 Set_Type_Declarator (Type_Definition, Type_Decl);
300 Set_Type_Declarator (Subtype_Definition, Subtype_Decl);
404 Set_Type_Declarator (Def, Decl);
655 Set_Type_Declarator (Universal_Real_Type_Definition,
681 Set_Type_Declarator (Universal_Real_Subtype_Definition,
719 Set_Type_Declarator (Convertible_Real_Type_Definition,
795 Set_Type_Declarator
934 Set_Type_Declarator (Time_Subtype_Definition,
1126 Set_Type_Declarator (Natural_Subtype_Definition,
[all …]
H A Dvhdl-sem_types.adb248 Set_Type_Declarator (Ndef, Decl);
252 Set_Type_Declarator (Ntype, Decl);
302 Set_Type_Declarator (Ndef, Decl);
307 Set_Type_Declarator (Ntype, Decl);
367 Set_Type_Declarator (Def, Decl);
1037 Set_Type_Declarator (Base_Type, Decl);
1107 Set_Type_Declarator (Base_Type, Decl);
2529 Set_Type_Declarator (St_Def, Get_Nature_Declarator (Def));
2634 Set_Type_Declarator (Arr, Decl);
2743 Set_Type_Declarator (St_Def, Decl);
H A Dvhdl-sem_decls.adb551 Set_Type_Declarator (Def, Inter);
705 Set_Type_Declarator (Def, Decl);
737 Set_Type_Declarator (Def, St_Decl);
744 Set_Type_Declarator (Bt_Def, Decl);
763 Set_Type_Declarator (Def, Decl);
772 Set_Type_Declarator (Def, Decl);
843 Set_Type_Declarator (Def, Decl);
H A Dvhdl-utils.adb1732 Set_Type_Declarator (Res, Null_Iir);
H A Dvhdl-parse.adb2893 Set_Type_Declarator (Res, Decl);
3021 Set_Type_Declarator (Phys_Def, Decl);
3035 Set_Type_Declarator (Def, Decl);
H A Dvhdl-nodes.ads8069 procedure Set_Type_Declarator (Def : Iir; Decl : Iir); subprogspec
H A Dvhdl-nodes.adb3540 procedure Set_Type_Declarator (Def : Iir; Decl : Iir) is subprogram
3546 end Set_Type_Declarator;
H A Dvhdl-nodes_meta.adb6609 Set_Type_Declarator (N, V);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2138 Set_Type_Declarator = libghdl.vhdl__nodes__set_type_declarator variable