Home
last modified time | relevance | path

Searched refs:Get_Open_Flag (Results 1 – 6 of 6) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-configuration.adb508 and then Get_Open_Flag (Actual)
H A Dvhdl-sem_specs.adb1373 if Get_Open_Flag (Inter) then
H A Dvhdl-nodes.ads7658 function Get_Open_Flag (Target : Iir) return Boolean; subprogspec
H A Dvhdl-nodes.adb2272 function Get_Open_Flag (Target : Iir) return Boolean is subprogram
2278 end Get_Open_Flag;
H A Dvhdl-nodes_meta.adb5583 return Get_Open_Flag (N);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py1906 Get_Open_Flag = libghdl.vhdl__nodes__get_open_flag variable