Home
last modified time | relevance | path

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

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-sem_stmts.adb1273 or else not Get_Is_Character_Type (El_Type)
H A Dvhdl-nodes.ads8227 function Get_Is_Character_Type (Atype : Iir) return Boolean; subprogspec
H A Dvhdl-nodes.adb4093 function Get_Is_Character_Type (Atype : Iir) return Boolean is subprogram
4099 end Get_Is_Character_Type;
H A Dvhdl-nodes_meta.adb5609 return Get_Is_Character_Type (N);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2242 Get_Is_Character_Type = libghdl.vhdl__nodes__get_is_character_type variable