Home
last modified time | relevance | path

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

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-sem_decls.adb482 Nature := Get_Nature (Last);
2045 Def := Get_Nature (Decl);
2098 Nature := Get_Nature (Last_Decl);
2162 (Get_Nature_Simple_Nature (Get_Nature (Plus_Name)));
2172 Plus_Nature : constant Iir := Get_Nature (Plus_Name);
2173 Minus_Nature : constant Iir := Get_Nature (Minus_Name);
H A Dvhdl-sem_types.adb2483 Res := Get_Nature (Res);
2619 El_Nat := Get_Nature (El_Nat);
2755 El_Nat := Get_Nature (El);
H A Dvhdl-sem_assocs.adb1914 if (Get_Base_Nature (Get_Nature (Get_Named_Entity (Actual)))
1915 /= Get_Base_Nature (Get_Nature (Inter)))
H A Dvhdl-utils.adb1210 return Get_Nature (Get_Named_Entity (Ind));
H A Dvhdl-sem_names.adb3745 Prefix_Nature := Get_Nature (Prefix);
3794 Set_Nature (Res, Get_Nature (Prefix));
H A Dvhdl-nodes.ads7879 function Get_Nature (Target : Iir) return Iir; subprogspec
H A Dvhdl-nodes.adb2993 function Get_Nature (Target : Iir) return Iir is subprogram
2999 end Get_Nature;
H A Dvhdl-prints.adb1073 Disp_Nature_Definition (Ctxt, Get_Nature (Decl));
H A Dvhdl-nodes_meta.adb6109 return Get_Nature (N);
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/simulate/
H A Dsimul-elaboration.adb782 Create_Terminal_Object (Instance, Decl, Get_Nature (Decl));
2454 Terminal_Minus := Get_Reference (Get_Nature (Terminal_Plus));
2710 Elaborate_Nature_Definition (Instance, Get_Nature (Decl));
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2041 Get_Nature = libghdl.vhdl__nodes__get_nature variable