Home
last modified time | relevance | path

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

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/translate/
H A Dtrans-chap5.adb664 Actual_Type : constant Iir := Get_Actual_Type (Assoc);
850 Obj_Type : constant Iir := Get_Actual_Type (Assoc);
H A Dtrans-chap8.adb2586 Act_Type := Get_Actual_Type (Assoc);
2977 Actual_Type := Get_Actual_Type (Assoc);
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-sem_inst.adb991 Actual_Type : constant Iir := Get_Actual_Type (Assoc);
1142 Get_Actual_Type (Inst_El));
H A Dvhdl-sem_assocs.adb919 Actual_Type : constant Iir := Get_Actual_Type (Actual);
1109 Assoc_Type := Get_Actual_Type (Assoc_Expr);
H A Dvhdl-canon.adb2526 Set_Actual_Type (El, Get_Actual_Type (Assoc));
H A Dvhdl-nodes.ads8881 function Get_Actual_Type (Target : Iir) return Iir; subprogspec
H A Dvhdl-nodes.adb6213 function Get_Actual_Type (Target : Iir) return Iir is subprogram
6219 end Get_Actual_Type;
H A Dvhdl-nodes_meta.adb6379 return Get_Actual_Type (N);
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/simulate/
H A Dsimul-elaboration.adb1171 (Local_Instance, Get_Actual_Type (Assoc), Init_Value_Any);
1416 (Formal_Instance, Get_Actual_Type (Assoc), Init_Value_Any);
H A Dsimul-execution.adb3602 (Out_Block, Get_Actual_Type (Assoc), Init_Value_Signal);
3605 (Out_Block, Get_Actual_Type (Assoc), Init_Value_Any);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2635 Get_Actual_Type = libghdl.vhdl__nodes__get_actual_type variable