Home
last modified time | relevance | path

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

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-utils.adb979 if Get_Seen_Flag (Top) then
986 if Get_Seen_Flag (El) = False then
H A Dvhdl-canon.adb557 if not Get_Seen_Flag (Callee) then
H A Dvhdl-nodes.ads8462 function Get_Seen_Flag (Proc : Iir) return Boolean; subprogspec
H A Dvhdl-sem_names.adb2156 if not Get_Seen_Flag (Res) then
H A Dvhdl-nodes.adb4863 function Get_Seen_Flag (Proc : Iir) return Boolean is subprogram
4869 end Get_Seen_Flag;
H A Dvhdl-sem_expr.adb1919 if not Get_Seen_Flag (Decl) then
H A Dvhdl-nodes_meta.adb5623 return Get_Seen_Flag (N);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2386 Get_Seen_Flag = libghdl.vhdl__nodes__get_seen_flag variable