Home
last modified time | relevance | path

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

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-canon.adb1189 Set_Associated_Chain (Choice, Stmts);
1650 Set_Associated_Chain (Selected_Waveform, Stmt);
H A Dvhdl-sem_expr.adb2840 Set_Associated_Chain (N_Choice, Get_Associated_Chain (El));
3112 Set_Associated_Chain (N_El, Get_Associated_Chain (Ass));
H A Dvhdl-parse.adb6914 Set_Associated_Chain (Assoc, Wf_Chain);
7598 Set_Associated_Chain (Assoc, Parse_Sequential_Statements (Stmt));
9878 Set_Associated_Chain (Assoc, Parse_Simultaneous_Statements (Res));
H A Dvhdl-nodes.ads7688 procedure Set_Associated_Chain (Target : Iir; Associated : Iir); subprogspec
H A Dvhdl-nodes.adb2376 procedure Set_Associated_Chain (Target : Iir; Associated : Iir) is subprogram
2382 end Set_Associated_Chain;
H A Dvhdl-nodes_meta.adb6499 Set_Associated_Chain (N, V);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py1925 Set_Associated_Chain = libghdl.vhdl__nodes__set_associated_chain variable