Home
last modified time | relevance | path

Searched refs:Get_Has_Mode (Results 1 – 7 of 7) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-sem.adb1439 if Get_Has_Mode (Left) /= Get_Has_Mode (Right)
H A Dvhdl-sem_inst.adb714 Set_Has_Mode (Res, Get_Has_Mode (Inter));
H A Dvhdl-prints.adb1175 if Get_Has_Mode (Inter) then
1510 if Get_Has_Mode (Decl) then
H A Dvhdl-nodes.ads9147 function Get_Has_Mode (Decl : Iir) return Boolean; subprogspec
H A Dvhdl-nodes.adb7053 function Get_Has_Mode (Decl : Iir) return Boolean is subprogram
7059 end Get_Has_Mode;
H A Dvhdl-nodes_meta.adb5695 return Get_Has_Mode (N);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2791 Get_Has_Mode = libghdl.vhdl__nodes__get_has_mode variable