Home
last modified time | relevance | path

Searched refs:Get_Visible_Flag (Results 1 – 10 of 10) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-sem_scopes.adb1006 pragma Assert (not Get_Visible_Flag (Decl));
1442 if Get_Visible_Flag (El) then
H A Dvhdl-sem_inst.adb704 Set_Visible_Flag (Res, Get_Visible_Flag (Inter));
H A Dvhdl-sem_specs.adb453 if Get_Visible_Flag (Ent) = False then
H A Dvhdl-sem_names.adb378 if Get_Identifier (Decl) = Id and Get_Visible_Flag (Decl) then
2121 if not Get_Visible_Flag (Res) then
H A Dvhdl-sem_decls.adb816 if Get_Visible_Flag (Decl) then
H A Dvhdl-sem_types.adb698 elsif not Get_Visible_Flag (Type_Decl) then
H A Dvhdl-nodes.ads8124 function Get_Visible_Flag (Target : Iir) return Boolean; subprogspec
H A Dvhdl-nodes.adb3708 function Get_Visible_Flag (Target : Iir) return Boolean is subprogram
3714 end Get_Visible_Flag;
H A Dvhdl-nodes_meta.adb5603 return Get_Visible_Flag (N);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2170 Get_Visible_Flag = libghdl.vhdl__nodes__get_visible_flag variable