Home
last modified time | relevance | path

Searched refs:Get_We_Value (Results 1 – 11 of 11) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/translate/
H A Dtrans_analyzes.adb57 or else Get_Kind (Get_We_Value (Wf)) = Iir_Kind_Null_Literal
H A Dtrans-chap8.adb4531 return Get_Kind (Get_We_Value (We)) /= Iir_Kind_Null_Literal;
4608 (Target, Targ, Drv, Get_We_Value (Wf_Chain));
4620 Value := Get_We_Value (Wf_Chain);
4722 Value := Get_We_Value (We);
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-sem_stmts.adb525 Expr := Get_We_Value (We);
543 Expr := Get_We_Value (We);
649 Expr := Get_We_Value (We);
H A Dvhdl-canon.adb359 Canon_Extract_Sensitivity_Expression (Get_We_Value (We), List);
843 (Get_We_Value (We), Sensitivity_List, False);
860 Canon_Expression (Get_We_Value (We));
H A Dvhdl-nodes.ads7668 function Get_We_Value (We : Iir_Waveform_Element) return Iir; subprogspec
H A Dvhdl-nodes.adb2304 function Get_We_Value (We : Iir_Waveform_Element) return Iir is subprogram
2310 end Get_We_Value;
H A Dvhdl-prints.adb2512 Val := Get_We_Value (We);
H A Dvhdl-nodes_meta.adb6033 return Get_We_Value (N);
/dports/cad/ghdl/ghdl-1.0.0/src/synth/
H A Dsynth-stmts.adb86 return Synth_Expression (Syn_Inst, Get_We_Value (Wf));
89 (Syn_Inst, Get_We_Value (Wf), Targ_Type);
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/simulate/
H A Dsimul-execution.adb4134 if Get_Kind (Get_We_Value (We)) = Iir_Kind_Null_Literal then
4143 (Instance, Get_We_Value (We), Targ_Type);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py1912 Get_We_Value = libghdl.vhdl__nodes__get_we_value variable