Home
last modified time | relevance | path

Searched refs:Get_Port_Map_Aspect_Chain (Results 1 – 14 of 14) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/synth/
H A Dsynth-insts.adb940 Get_Port_Map_Aspect_Chain (Stmt));
972 (Syn_Inst, Inst, Inst_Obj, Get_Port_Map_Aspect_Chain (Stmt));
1089 Assoc := Get_Port_Map_Aspect_Chain (Stmt);
1144 Get_Port_Map_Aspect_Chain (Bind));
1164 (Comp_Inst, Inst, Inst_Obj, Get_Port_Map_Aspect_Chain (Bind));
1178 Assoc := Get_Port_Map_Aspect_Chain (Stmt);
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-configuration.adb427 Assoc_Chain : constant Iir := Get_Port_Map_Aspect_Chain (Bind);
478 Inst_Assoc_Chain := Get_Port_Map_Aspect_Chain (Inst);
H A Dvhdl-canon.adb2064 Get_Port_Map_Aspect_Chain (Stmt),
2099 Chain := Get_Port_Map_Aspect_Chain (Header);
2429 Map_Chain := Get_Port_Map_Aspect_Chain (Bind);
2623 Cs_Chain := Get_Port_Map_Aspect_Chain (Cs_Binding);
2632 Get_Port_Map_Aspect_Chain (Cc_Binding)));
H A Dvhdl-sem.adb654 Assoc_Chain := Get_Port_Map_Aspect_Chain (Assoc_Parent);
1219 Get_Port_Map_Aspect_Chain (Primary_Binding);
1225 S_El := Get_Port_Map_Aspect_Chain (Binding);
H A Dvhdl-prints.adb3352 Disp_Association_Chain (Ctxt, Get_Port_Map_Aspect_Chain (Parent));
3383 Port_Map : constant Iir := Get_Port_Map_Aspect_Chain (Stmt);
3718 Chain := Get_Port_Map_Aspect_Chain (Header);
4249 El := Get_Port_Map_Aspect_Chain (Bind);
H A Dvhdl-sem_specs.adb1447 or else Get_Port_Map_Aspect_Chain (Bind) /= Null_Iir
H A Dvhdl-nodes.ads8563 function Get_Port_Map_Aspect_Chain (Target : Iir) return Iir; subprogspec
H A Dvhdl-nodes.adb5151 function Get_Port_Map_Aspect_Chain (Target : Iir) return Iir is subprogram
5157 end Get_Port_Map_Aspect_Chain;
H A Dvhdl-nodes_meta.adb6269 return Get_Port_Map_Aspect_Chain (N);
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/simulate/
H A Dsimul-elaboration.adb1442 Get_Port_Chain (Header), Get_Port_Map_Aspect_Chain (Header));
1658 Get_Port_Chain (Component), Get_Port_Map_Aspect_Chain (Stmt));
1690 Get_Port_Map_Aspect_Chain (Stmt));
2104 Port_Map_Aspect_Chain := Get_Port_Map_Aspect_Chain (Binding);
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/translate/
H A Dtrans-chap5.adb704 Assoc := Get_Port_Map_Aspect_Chain (Map);
H A Dtrans-chap9.adb200 Assoc := Get_Port_Map_Aspect_Chain (Inst);
H A Dtrans-chap4.adb3106 Assoc := Get_Port_Map_Aspect_Chain (Stmt);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2440 Get_Port_Map_Aspect_Chain = libghdl.vhdl__nodes__get_port_map_aspect_chain variable