Home
last modified time | relevance | path

Searched refs:Get_Is_Forward_Ref (Results 1 – 8 of 8) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-nodes_gc.adb229 if Get_Is_Forward_Ref (N) then
H A Dvhdl-sem_inst.adb273 if Get_Is_Forward_Ref (N) then
H A Dvhdl-canon.adb2497 and then Get_Is_Forward_Ref (Formal)
H A Dvhdl-nodes.ads9182 function Get_Is_Forward_Ref (N : Iir) return Boolean; subprogspec
H A Dvhdl-sem_names.adb1864 if Get_Is_Forward_Ref (Prefix) then
H A Dvhdl-nodes.adb7133 function Get_Is_Forward_Ref (N : Iir) return Boolean is subprogram
7139 end Get_Is_Forward_Ref;
H A Dvhdl-nodes_meta.adb5705 return Get_Is_Forward_Ref (N);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2806 Get_Is_Forward_Ref = libghdl.vhdl__nodes__get_is_forward_ref variable