Home
last modified time | relevance | path

Searched refs:Get_Concurrent_Statement_Chain (Results 1 – 25 of 25) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-nodes_walk.adb168 (Get_Concurrent_Statement_Chain (El), Cb);
174 (Get_Concurrent_Statement_Chain
185 (Get_Concurrent_Statement_Chain
H A Dvhdl-annotations.adb932 (Info, Get_Concurrent_Statement_Chain (Block));
954 (Info, Get_Concurrent_Statement_Chain (Bod));
1106 (Entity_Info, Get_Concurrent_Statement_Chain (Decl));
1123 (Entity_Info, Get_Concurrent_Statement_Chain (Decl));
H A Dvhdl-sem_specs.adb592 (Get_Concurrent_Statement_Chain (El));
681 Sem_Named_Entity_Chain (Get_Concurrent_Statement_Chain (Scope));
691 Sem_Named_Entity_Chain (Get_Concurrent_Statement_Chain (Scope));
1578 El := Get_Concurrent_Statement_Chain (Chain);
H A Dvhdl-configuration.adb233 Stmt := Get_Concurrent_Statement_Chain (Parent);
988 (Get_Concurrent_Statement_Chain (Unit),
H A Dvhdl-canon.adb2281 Stmt := Get_Concurrent_Statement_Chain (Parent);
2673 El := Get_Concurrent_Statement_Chain (Parent);
2994 Set_Chain (Asgn, Get_Concurrent_Statement_Chain (Parent));
3299 Stmts : constant Iir := Get_Concurrent_Statement_Chain (Blk);
H A Dvhdl-ieee-vital_timing.adb1264 Decl := Get_Concurrent_Statement_Chain (Ent);
H A Dvhdl-sem_stmts.adb2518 Stmt := Get_Concurrent_Statement_Chain (Parent);
2542 Stmt := Get_Concurrent_Statement_Chain (Parent);
H A Dvhdl-sem.adb958 Block_Stmts := Get_Concurrent_Statement_Chain
1209 Inst := Get_Concurrent_Statement_Chain (Configured_Block);
H A Dvhdl-sem_scopes.adb1256 El := Get_Concurrent_Statement_Chain (Parent);
H A Dvhdl-sem_names.adb453 Iterator_Decl_Chain (Get_Concurrent_Statement_Chain (Decl), Id);
459 Iterator_Decl_Chain (Get_Concurrent_Statement_Chain (Bod), Id);
474 (Get_Concurrent_Statement_Chain (Bod), Id);
H A Dvhdl-utils.adb733 El := Get_Concurrent_Statement_Chain (Parent);
H A Dvhdl-prints.adb1337 if Get_Concurrent_Statement_Chain (Decl) /= Null_Iir then
1373 El := Get_Concurrent_Statement_Chain (Parent);
H A Dvhdl-nodes.ads7820 function Get_Concurrent_Statement_Chain (Target : Iir) return Iir; subprogspec
H A Dvhdl-nodes.adb2801 function Get_Concurrent_Statement_Chain (Target : Iir) return Iir is subprogram
2807 end Get_Concurrent_Statement_Chain;
H A Dvhdl-nodes_meta.adb6085 return Get_Concurrent_Statement_Chain (N);
/dports/cad/ghdl/ghdl-1.0.0/src/synth/
H A Dsynth-debugger__on.adb704 if Walk_Conc_Chain (Get_Concurrent_Statement_Chain (Bod)) = Walk_Abort
754 (Get_Concurrent_Statement_Chain (Stmt)) = Walk_Abort)
773 (Get_Concurrent_Statement_Chain (Unit)) = Walk_Abort)
781 (Get_Concurrent_Statement_Chain (Unit)) = Walk_Abort)
H A Dsynth-insts.adb1531 (Syn_Inst, Get_Concurrent_Statement_Chain (Entity));
1543 (Syn_Inst, Get_Concurrent_Statement_Chain (Arch));
H A Dsynth-stmts.adb3174 (Blk_Inst, Get_Concurrent_Statement_Chain (Blk));
3447 (Bod_Inst, Get_Concurrent_Statement_Chain (Bod));
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/lsp/
H A Dsymbols.py159 children.extend(get_symbols_chain(fe, nodes.Get_Concurrent_Statement_Chain(n)))
164 nodes.Get_Concurrent_Statement_Chain(
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/
H A Dutils.py218 for n1 in chain_iter(nodes.Get_Concurrent_Statement_Chain(n)):
314 for n1 in chain_iter(nodes.Get_Concurrent_Statement_Chain(n)):
363 for n1 in chain_iter(nodes.Get_Concurrent_Statement_Chain(n)):
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/simulate/
H A Dsimul-debugger.adb871 if Walk_Conc_Chain (Get_Concurrent_Statement_Chain (Bod)) = Walk_Abort
920 (Get_Concurrent_Statement_Chain (Stmt)) = Walk_Abort)
939 (Get_Concurrent_Statement_Chain (Unit)) = Walk_Abort)
947 (Get_Concurrent_Statement_Chain (Unit)) = Walk_Abort)
H A Dsimul-elaboration.adb1496 (Ninstance, Get_Concurrent_Statement_Chain (Block));
1701 (Instance, Get_Concurrent_Statement_Chain (Bod));
2860 (Instance, Get_Concurrent_Statement_Chain (Entity));
2862 (Instance, Get_Concurrent_Statement_Chain (Arch));
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/translate/
H A Dtrans-chap9.adb985 El := Get_Concurrent_Statement_Chain (Block);
1123 Stmt := Get_Concurrent_Statement_Chain (Block);
2735 Stmt := Get_Concurrent_Statement_Chain (Block);
2798 Stmt := Get_Concurrent_Statement_Chain (Block);
H A Dtrans-rtis.adb2661 (Get_Concurrent_Statement_Chain (Blk), Rti);
2671 (Get_Concurrent_Statement_Chain (Blk), Rti);
2697 (Get_Concurrent_Statement_Chain (Blk), Rti);
2716 (Get_Concurrent_Statement_Chain (Blk), Rti);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2005 Get_Concurrent_Statement_Chain = libghdl.vhdl__nodes__get_concurrent_statement_chain variable