Home
last modified time | relevance | path

Searched refs:Get_Artificial_Flag (Results 1 – 5 of 5) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-configuration.adb452 and then not Get_Artificial_Flag (Assoc)
H A Dvhdl-nodes.ads7652 function Get_Artificial_Flag (Target : Iir) return Boolean; subprogspec
H A Dvhdl-nodes.adb2256 function Get_Artificial_Flag (Target : Iir) return Boolean is subprogram
2262 end Get_Artificial_Flag;
H A Dvhdl-nodes_meta.adb5581 return Get_Artificial_Flag (N);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py1903 Get_Artificial_Flag = libghdl.vhdl__nodes__get_artificial_flag variable