Home
last modified time | relevance | path

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

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-sem_stmts.adb909 if not Get_Has_Force_Mode (Stmt) then
H A Dvhdl-nodes.ads8374 function Get_Has_Force_Mode (Stmt : Iir) return Boolean; subprogspec
H A Dvhdl-nodes.adb4622 function Get_Has_Force_Mode (Stmt : Iir) return Boolean is subprogram
4628 end Get_Has_Force_Mode;
H A Dvhdl-prints.adb3088 if Get_Has_Force_Mode (Stmt) then
H A Dvhdl-nodes_meta.adb5615 return Get_Has_Force_Mode (N);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2341 Get_Has_Force_Mode = libghdl.vhdl__nodes__get_has_force_mode variable