Home
last modified time | relevance | path

Searched refs:Get_Parameter_Association_Chain (Results 1 – 17 of 17) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/translate/
H A Dtrans_analyzes.adb146 Assoc := Get_Parameter_Association_Chain (Call);
H A Dtrans-chap8.adb2247 Assoc_Chain : constant Iir := Get_Parameter_Association_Chain (Call);
2442 Assoc := Get_Parameter_Association_Chain (Call);
3734 Assoc_Chain : constant Iir := Get_Parameter_Association_Chain (Stmt);
H A Dtrans-chap7.adb1292 Assocs := Get_Parameter_Association_Chain (E);
4415 Assoc_Chain := Get_Parameter_Association_Chain (Expr);
4434 Assoc_Chain := Get_Parameter_Association_Chain (Expr);
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-sem_assocs.adb1430 Assoc := Get_Parameter_Association_Chain (Func);
1962 Expr := Get_Parameter_Association_Chain (Actual);
2078 Conv_Assoc := Get_Parameter_Association_Chain (Formal);
2384 Get_Parameter_Association_Chain (Formal_Name);
H A Dvhdl-canon.adb175 El := Get_Parameter_Association_Chain (Expr);
339 Assoc := Get_Parameter_Association_Chain (Call);
1014 Assoc_Chain := Get_Parameter_Association_Chain (Call);
1024 (Get_Parameter_Association_Chain (Call));
2019 Get_Parameter_Association_Chain (Call),
H A Dvhdl-sem_expr.adb890 Assoc := Get_Parameter_Association_Chain (Expr);
1248 Assoc_Chain := Get_Parameter_Association_Chain (Expr);
1428 Assoc_Chain := Get_Parameter_Association_Chain (Expr);
1515 Assoc_Chain := Get_Parameter_Association_Chain (Expr);
1559 Parameters_Chain := Get_Parameter_Association_Chain (Call);
H A Dvhdl-evaluation.adb1075 (Get_Chain (Get_Parameter_Association_Chain (Op)));
1098 Left_Op := Get_Actual (Get_Parameter_Association_Chain (Op));
3182 Left := Get_Parameter_Association_Chain (Expr);
3351 Assoc := Get_Parameter_Association_Chain (Expr);
H A Dvhdl-sem.adb1581 Are_Trees_Chain_Equal (Get_Parameter_Association_Chain (Left),
1582 Get_Parameter_Association_Chain (Right));
H A Dvhdl-sem_stmts.adb1949 if Get_Parameter_Association_Chain (Call) = Null_Iir then
H A Dvhdl-prints.adb3065 Disp_Association_Chain (Ctxt, Get_Parameter_Association_Chain (Call));
3427 Disp_Association_Chain (Ctxt, Get_Parameter_Association_Chain (Expr));
H A Dvhdl-nodes.ads8980 function Get_Parameter_Association_Chain (Target : Iir) return Iir; subprogspec
H A Dvhdl-nodes.adb6525 function Get_Parameter_Association_Chain (Target : Iir) return Iir is subprogram
6531 end Get_Parameter_Association_Chain;
H A Dvhdl-nodes_meta.adb6405 return Get_Parameter_Association_Chain (N);
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/simulate/
H A Dsimul-execution.adb1525 Assoc_Chain : constant Iir := Get_Parameter_Association_Chain (Stmt);
1598 Assoc_Chain : constant Iir := Get_Parameter_Association_Chain (Stmt);
3012 Assoc := Get_Parameter_Association_Chain (Expr);
3736 Assoc := Get_Parameter_Association_Chain (Call);
3828 Assoc_Chain := Get_Parameter_Association_Chain (Expr);
4673 Assoc_Chain := Get_Parameter_Association_Chain (Call);
/dports/cad/ghdl/ghdl-1.0.0/src/synth/
H A Dsynth-oper.adb2086 Assoc_Chain : constant Node := Get_Parameter_Association_Chain (Expr);
2141 Assoc := Get_Parameter_Association_Chain (Expr);
H A Dsynth-stmts.adb2132 Assoc_Chain : constant Node := Get_Parameter_Association_Chain (Call);
2158 Assoc_Chain : constant Node := Get_Parameter_Association_Chain (Call);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2692 Get_Parameter_Association_Chain = libghdl.vhdl__nodes__get_parameter_association_chain variable