Home
last modified time | relevance | path

Searched refs:Get_Type_Declarator (Results 1 – 24 of 24) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-errors.adb218 Decl := Get_Type_Declarator (Node);
306 return Image_Identifier (Get_Type_Declarator (Node));
907 Decl : Iir := Get_Type_Declarator (Def);
910 Decl := Get_Type_Declarator (Get_Base_Type (Def));
995 Decl := Get_Type_Declarator (Def);
999 Decl := Get_Type_Declarator (Get_Base_Type (Def));
H A Dvhdl-disp_tree.adb426 Decl : constant Iir := Get_Type_Declarator (N);
H A Dvhdl-ieee-vital_timing.adb262 Type_Decl := Get_Type_Declarator (Atype);
H A Dvhdl-sem.adb1469 if Get_Type_Declarator (Left) /= Get_Type_Declarator (Right) then
H A Dvhdl-sem_scopes.adb1432 Type_Decl : constant Iir := Get_Type_Declarator (Base_Type);
H A Dvhdl-sem_types.adb985 Base_Decl : constant Iir := Get_Type_Declarator (Base_Type);
991 return Get_Type_Declarator (Get_Subtype_Definition (Base_Decl));
H A Dvhdl-prints.adb274 Disp_Identifier (Ctxt, Get_Type_Declarator (Decl));
608 Decl := Get_Type_Declarator (Def);
959 = Get_Identifier (Get_Type_Declarator (Get_Base_Type (Def))))
981 Decl := Get_Type_Declarator (A_Type);
H A Dvhdl-utils.adb1032 return Get_Type_Declarator (Def) = Null_Iir;
H A Dvhdl-sem_specs.adb260 (Get_Type_Declarator (Get_Base_Type (Get_Type (Decl))))
H A Dvhdl-sem_names.adb3257 Type_Decl := Get_Type_Declarator (Base_Type);
4186 Prefix := Get_Type_Declarator (Atype);
H A Dvhdl-sem_decls.adb1627 Type_Decl : constant Iir := Get_Type_Declarator (Def);
H A Dvhdl-nodes.ads8068 function Get_Type_Declarator (Def : Iir) return Iir; subprogspec
H A Dvhdl-evaluation.adb4236 Decl : constant Iir := Get_Type_Declarator (El);
H A Dvhdl-nodes.adb3532 function Get_Type_Declarator (Def : Iir) return Iir is subprogram
3538 end Get_Type_Declarator;
H A Dvhdl-nodes_meta.adb6151 return Get_Type_Declarator (N);
/dports/cad/ghdl/ghdl-1.0.0/src/synth/
H A Dsynth-disp_vhdl.adb131 (Get_Type_Declarator (Ptype))));
293 (Get_Type_Declarator (Ptype))));
351 (Get_Type_Declarator (Btype))));
H A Dsynth-decls.adb124 if Get_Type_Declarator (Atype) = Null_Node then
132 if Get_Type_Declarator (Atype) = Null_Node then
H A Dsynth-expr.adb583 if Get_Type_Declarator (Bound) /= Null_Node then
644 pragma Assert (Get_Type_Declarator (Atype) = Null_Node);
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/translate/
H A Dtrans-chap7.adb4856 Get_Identifier (Get_Type_Declarator (Arr_Type));
4985 El := Get_Chain (Get_Type_Declarator (Base_Type));
5048 Get_Identifier (Get_Type_Declarator (Arr_Type));
5152 Get_Identifier (Get_Type_Declarator (Rec_Type));
5221 Get_Identifier (Get_Type_Declarator (Arr_Type));
5418 Id : constant Name_Id := Get_Identifier (Get_Type_Declarator (Arr_Type));
5805 Id := Get_Identifier (Get_Type_Declarator (File_Type));
H A Dtrans-rtis.adb1030 Decl := Get_Type_Declarator (Def);
1453 or else (Get_Kind (Get_Type_Declarator (Atype))
H A Dtrans-chap3.adb1729 (Mark, Get_Identifier (Get_Type_Declarator (Def)));
1744 (Mark, Get_Identifier (Get_Type_Declarator (Def)));
/dports/cad/ghdl/ghdl-1.0.0/src/ghdldrv/
H A Dghdlprint.adb277 Bod := Get_Type_Declarator (Decl);
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/simulate/
H A Dsimul-execution.adb2344 Get_Range_Constraint (Get_Type (Get_Type_Declarator (Prefix))));
3351 Parent := Get_Parent (Get_Type_Declarator (Imp));
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2137 Get_Type_Declarator = libghdl.vhdl__nodes__get_type_declarator variable