Home
last modified time | relevance | path

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

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-annotations.adb196 Get_Info (Get_Protected_Type_Declaration (Prot));
H A Dvhdl-sem_inst.adb594 (Get_Protected_Type_Declaration (Res), Res);
H A Dvhdl-utils.adb1686 return Get_Protected_Type_Declaration (Parent);
H A Dvhdl-sem_decls.adb1107 = Get_Protected_Type_Declaration (Parent)
H A Dvhdl-nodes.ads9074 function Get_Protected_Type_Declaration (Target : Iir) return Iir; subprogspec
H A Dvhdl-nodes.adb6829 function Get_Protected_Type_Declaration (Target : Iir) return Iir is subprogram
6835 end Get_Protected_Type_Declaration;
H A Dvhdl-nodes_meta.adb6429 return Get_Protected_Type_Declaration (N);
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/translate/
H A Dtrans-chap3.adb1793 Get_Protected_Type_Declaration (Bod);
1835 Decl : constant Iir := Get_Protected_Type_Declaration (Bod);
1864 Decl : constant Iir := Get_Protected_Type_Declaration (Bod);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2749 Get_Protected_Type_Declaration = libghdl.vhdl__nodes__get_protected_type_declaration variable