Home
last modified time | relevance | path

Searched refs:Get_Entity_Aspect (Results 1 – 12 of 12) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-configuration.adb425 Aspect : constant Iir := Get_Entity_Aspect (Bind);
586 Aspect := Get_Entity_Aspect (Bind);
938 (Get_Entity_Aspect (Get_Binding_Indication (Config)));
H A Dvhdl-canon.adb2340 Aspect := Get_Entity_Aspect (Binding);
2395 Entity_Aspect := Get_Entity_Aspect (Bind);
2405 Entity_Aspect := Get_Entity_Aspect (Bind);
2608 Entity := Get_Entity_From_Entity_Aspect (Get_Entity_Aspect (Cs_Binding));
2636 (Res_Binding, Sem_Inst.Copy_Tree (Get_Entity_Aspect (Cs_Binding)));
H A Dvhdl-sem_specs.adb1387 Entity_Aspect : constant Iir := Get_Entity_Aspect (Bind);
1414 Primary_Aspect := Get_Entity_Aspect (Primary_Binding);
H A Dvhdl-sem.adb1080 Get_Entity_Aspect (Get_Binding_Indication (Father));
1330 Set_Default_Entity_Aspect (Binding, Get_Entity_Aspect (Binding));
H A Dvhdl-nodes.ads8730 function Get_Entity_Aspect (Target : Iir_Binding_Indication) return Iir; subprogspec
H A Dvhdl-nodes.adb5697 function Get_Entity_Aspect (Target : Iir_Binding_Indication) return Iir is subprogram
5703 end Get_Entity_Aspect;
H A Dvhdl-prints.adb4240 El := Get_Entity_Aspect (Bind);
H A Dvhdl-nodes_meta.adb6325 return Get_Entity_Aspect (N);
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/translate/
H A Dtrans-chap1.adb407 Entity_Aspect := Get_Entity_Aspect (Binding);
559 Aspect := Get_Entity_Aspect (Binding);
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/simulate/
H A Dsimul-elaboration.adb1615 if Get_Kind (Get_Entity_Aspect (Binding))
2050 Aspect := Get_Entity_Aspect (Binding);
/dports/cad/ghdl/ghdl-1.0.0/src/synth/
H A Dsynth-insts.adb1050 Aspect : constant Node := Get_Entity_Aspect (Bind);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2542 Get_Entity_Aspect = libghdl.vhdl__nodes__get_entity_aspect variable