Home
last modified time | relevance | path

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

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-nodes_walk.adb86 (Get_Associated_Chain (Chain), Cb);
H A Dvhdl-sem_stmts.adb101 Sem_Sequential_Labels (Get_Associated_Chain (El));
799 Wf_Chain := Get_Associated_Chain (El);
1324 Sem_Sequential_Statements_Internal (Get_Associated_Chain (El));
2378 Sem_Simultaneous_Statements (Get_Associated_Chain (El));
H A Dvhdl-canon.adb469 (Get_Associated_Chain (Choice), List);
1187 Stmts := Get_Associated_Chain (Choice);
1606 Waveform := Get_Associated_Chain (Selected_Waveform);
1644 Waveform := Get_Associated_Chain (Selected_Waveform);
1670 Waveform := Get_Associated_Chain (Selected_Waveform);
H A Dvhdl-annotations.adb877 (Block_Info, Get_Associated_Chain (Assoc));
H A Dvhdl-sem_specs.adb578 Sem_Named_Entity_Chain (Get_Associated_Chain (El1));
H A Dvhdl-prints.adb2605 Disp_Waveform (Ctxt, Get_Associated_Chain (Assoc));
2966 Sel_Stmt := Get_Associated_Chain (Assoc);
4079 Stmts := Get_Associated_Chain (Assoc);
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-nodes.ads7687 function Get_Associated_Chain (Target : Iir) return Iir; subprogspec
H A Dvhdl-nodes.adb2368 function Get_Associated_Chain (Target : Iir) return Iir is subprogram
2374 end Get_Associated_Chain;
H A Dvhdl-nodes_meta.adb6041 return Get_Associated_Chain (N);
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/translate/
H A Dtrans_analyzes.adb122 Wf := Get_Associated_Chain (Swf);
H A Dtrans-chap8.adb1808 Case_Association_Cb (Get_Associated_Chain (Choice), Handler);
1818 (Get_Associated_Chain (Choice), Handler);
1870 Stmt_Chain := Get_Associated_Chain (Choice);
1895 exit when Get_Associated_Chain (Ch) /= Null_Iir;
2032 Stmt_Chain := Get_Associated_Chain (Choice);
2038 pragma Assert (Get_Associated_Chain (Choice) = Null_Iir);
2099 Translate_Statements_Chain (Get_Associated_Chain (Choice));
4818 Wf := Get_Associated_Chain (Swf);
H A Dtrans-chap4.adb2428 (Get_Associated_Chain (Chain),
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/
H A Dutils.py434 stmt = nodes.Get_Associated_Chain(ch)
/dports/cad/ghdl/ghdl-1.0.0/src/synth/
H A Dsynth-stmts.adb1143 Synth_Sequential_Statements (C, Get_Associated_Chain (Choice));
1286 Stmts := Get_Associated_Chain (Choice);
1321 Stmts := Get_Associated_Chain (Choice);
1451 Wf := Get_Associated_Chain (Choice);
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/simulate/
H A Dsimul-execution.adb4643 Stmt_Chain := Get_Associated_Chain (Assoc);
4903 (Instance, Stmt, Get_Associated_Chain (Assoc));
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py1924 Get_Associated_Chain = libghdl.vhdl__nodes__get_associated_chain variable