Home
last modified time | relevance | path

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

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-sem_types.adb2586 Tm := Get_Through_Type_Mark (Def);
H A Dvhdl-nodes.ads8328 function Get_Through_Type_Mark (Def : Iir) return Iir; subprogspec
H A Dvhdl-nodes.adb4446 function Get_Through_Type_Mark (Def : Iir) return Iir is subprogram
4452 end Get_Through_Type_Mark;
H A Dvhdl-prints.adb1006 Print (Ctxt, Get_Through_Type_Mark (Def));
H A Dvhdl-nodes_meta.adb6227 return Get_Through_Type_Mark (N);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2308 Get_Through_Type_Mark = libghdl.vhdl__nodes__get_through_type_mark variable