Home
last modified time | relevance | path

Searched refs:Get_Condition (Results 1 – 23 of 23) sorted by relevance

/dports/devel/matreshka/matreshka-0.7.0/source/amf/uml/
H A Damf-uml-parameter_sets.ads64 not overriding function Get_Condition subprogram
H A Damf-internals-uml_parameter_sets.adb112 overriding function Get_Condition subprogram
121 end Get_Condition;
H A Damf-uml-extends.ads68 not overriding function Get_Condition subprogram
H A Damf-internals-uml_extends.adb112 overriding function Get_Condition subprogram
121 end Get_Condition;
H A Damf-internals-uml_parameter_sets.ads61 overriding function Get_Condition subprogspec
H A Damf-internals-uml_extends.ads63 overriding function Get_Condition subprogspec
H A Damf-internals-tables-uml_reflection.adb24095 (AMF.Internals.Helpers.To_Element (Self)).Get_Condition));
36351 (AMF.Internals.Helpers.To_Element (Self)).Get_Condition);
/dports/devel/matreshka/matreshka-0.7.0/source/amf/ocl/
H A Damf-ocl-if_exps.ads59 not overriding function Get_Condition subprogram
H A Damf-internals-ocl_if_exps.adb70 overriding function Get_Condition subprogram
79 end Get_Condition;
H A Damf-internals-ocl_if_exps.ads65 overriding function Get_Condition subprogspec
H A Damf-internals-tables-ocl_reflection.adb2220 (AMF.Internals.Helpers.To_Element (Self)).Get_Condition));
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-canon.adb393 (Get_Condition (Stmt), List);
429 (Get_Condition (Cwe), List);
446 Cond := Get_Condition (El1);
481 (Get_Condition (Stmt), List);
1077 Set_Condition (El, Get_Condition (Cond_Expr));
1137 Cond := Get_Condition (Clause);
1224 Canon_Expression_If_Valid (Get_Condition (Stmt));
1510 Canon_Expression_If_Valid (Get_Condition (Cond_Wf));
1535 Expr := Get_Condition (Cond_Wf);
1894 Cond := Get_Condition (Stmt);
[all …]
H A Dvhdl-prints.adb2571 Expr := Get_Condition (Cond_Wf);
2648 Cond := Get_Condition (Expr);
2770 Cond := Get_Condition (Stmt);
3018 Print (Ctxt, Get_Condition (Clause));
3031 Expr := Get_Condition (Clause);
3124 if Get_Condition (Stmt) /= Null_Iir then
3126 Print (Ctxt, Get_Condition (Stmt));
3830 Cond := Get_Condition (Stmt);
3852 Cond := Get_Condition (Clause);
4031 Print (Ctxt, Get_Condition (Clause));
[all …]
H A Dvhdl-sem_stmts.adb735 Cond := Get_Condition (Parent);
855 Cond := Get_Condition (El);
2147 Condition := Get_Condition (Clause);
H A Dvhdl-nodes.ads8686 function Get_Condition (Target : Iir) return Iir; subprogspec
H A Dvhdl-nodes.adb5553 function Get_Condition (Target : Iir) return Iir is subprogram
5559 end Get_Condition;
H A Dvhdl-nodes_meta.adb6313 return Get_Condition (N);
/dports/cad/ghdl/ghdl-1.0.0/src/synth/
H A Dsynth-stmts.adb648 Cond := Get_Condition (Cwf);
718 Cond := Get_Condition (Ce);
739 Cond : constant Node := Get_Condition (Stmt);
762 if Is_Null (Get_Condition (Els)) then
782 if Is_Null (Get_Condition (Els)) then
2417 Cond : constant Node := Get_Condition (Stmt);
2483 Cond : constant Node := Get_Condition (Stmt);
2630 Cond : constant Node := Get_Condition (Stmt);
2685 Cond : constant Node := Get_Condition (Stmt);
3468 Icond := Get_Condition (Gen);
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/translate/
H A Dtrans-chap8.adb318 (Blk, Chap7.Translate_Expression (Get_Condition (Stmt)));
325 if Get_Condition (Else_Clause) = Null_Iir then
373 (Strip_Reference_Name (Get_Condition (Stmt)));
381 if Get_Condition (Else_Clause) = Null_Iir then
802 Cond : constant Iir := Get_Condition (Stmt);
877 Cond : constant Iir := Get_Condition (Stmt);
H A Dtrans-chap9.adb2214 Condition := Get_Condition (Clause);
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/simulate/
H A Dsimul-execution.adb4547 Cond := Execute_Condition (Instance, Get_Condition (Stmt));
4563 Cond := Execute_Condition (Instance, Get_Condition (Instance.Stmt));
4601 Cond := Execute_Condition (Instance, Get_Condition (Stmt));
4703 Cond := Execute_Condition (Proc.Instance, Get_Condition (Clause));
H A Dsimul-elaboration.adb1721 Cond := Get_Condition (Clause);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2515 Get_Condition = libghdl.vhdl__nodes__get_condition variable