Home
last modified time | relevance | path

Searched refs:Get_Is_Ref (Results 1 – 17 of 17) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-sem_inst.adb267 R := Instantiate_Iir (S, Get_Is_Ref (N));
301 Ref := Get_Is_Ref (N);
322 Ref := Get_Is_Ref (N);
799 if not Get_Is_Ref (N) then
820 if not Get_Is_Ref (N) then
842 if not Get_Is_Ref (N) then
1227 if not Get_Is_Ref (N) then
1248 if not Get_Is_Ref (N) then
H A Dvhdl-nodes_gc.adb243 if Get_Is_Ref (N) then
263 Ref := Get_Is_Ref (N);
285 Ref := Get_Is_Ref (N);
H A Dvhdl-disp_tree.adb483 if Get_Is_Ref (N) then
506 if Get_Is_Ref (N) then
524 if Get_Is_Ref (N) then
H A Dvhdl-annotations.adb440 if not Get_Is_Ref (El) then
479 and then not Get_Is_Ref (Decl)
644 if Get_Is_Ref (Decl) then
H A Dvhdl-configuration.adb1223 if Get_Is_Ref (Gen) then
H A Dvhdl-sem_decls.adb236 pragma Assert (Get_Is_Ref (Inter));
H A Dvhdl-nodes.ads9178 function Get_Is_Ref (N : Iir) return Boolean; subprogspec
H A Dvhdl-nodes.adb7117 function Get_Is_Ref (N : Iir) return Boolean is subprogram
7123 end Get_Is_Ref;
H A Dvhdl-nodes_meta.adb5703 return Get_Is_Ref (N);
/dports/cad/ghdl/ghdl-1.0.0/src/ghdldrv/
H A Dghdlxml.adb441 if Get_Is_Ref (N) then
465 Disp_Iir_List (Img, L, Get_Is_Ref (N));
483 Disp_Iir_Flist (Img, L, Get_Is_Ref (N));
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/lsp/
H A Dreferences.py66 if not nodes.Get_Is_Ref(n):
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/translate/
H A Dtrans-chap2.adb1408 if not Get_Is_Ref (N) then
1423 if not Get_Is_Ref (N) then
1437 if not Get_Is_Ref (N) then
H A Dtrans-chap9.adb1322 if not Get_Is_Ref (N) then
1337 if not Get_Is_Ref (N) then
1351 if not Get_Is_Ref (N) then
H A Dtrans-chap3.adb2629 if Get_Is_Ref (Decl) then
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/
H A Dutils.py143 if not nodes.Get_Is_Ref(n, f):
/dports/cad/ghdl/ghdl-1.0.0/src/synth/
H A Dsynth-decls.adb482 if Get_Is_Ref (Decl) or else Ind = Null_Iir then
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2803 Get_Is_Ref = libghdl.vhdl__nodes__get_is_ref variable