Home
last modified time | relevance | path

Searched refs:Get_Association_Chain (Results 1 – 16 of 16) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/psl/
H A Dpsl-nodes.ads623 function Get_Association_Chain (N : Node) return Node; subprogspec
H A Dpsl-nodes.adb986 function Get_Association_Chain (N : Node) return Node is subprogram
992 end Get_Association_Chain;
H A Dpsl-rewrites.adb250 Assoc : Node := Get_Association_Chain (N);
H A Dpsl-nodes_meta.adb839 return Get_Association_Chain (N);
H A Dpsl-build.adb442 Actual := Get_Association_Chain (Instance);
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-sem.adb860 Assoc := Get_Association_Chain (Block_Spec);
910 Assoc := Get_Association_Chain (Block_Spec);
H A Dvhdl-sem_names.adb340 Chain := Get_Association_Chain (Name);
2680 Actual := Get_One_Actual (Get_Association_Chain (Name));
2934 Assoc_Chain := Get_Association_Chain (Name);
H A Dvhdl-sem_types.adb1878 Chain := Get_Association_Chain (Def);
1926 Chain := Get_Association_Chain (Name);
H A Dvhdl-sem_psl.adb1045 Assoc := Get_Association_Chain (Name);
H A Dvhdl-sem_assocs.adb56 Sub_Assoc := Get_Association_Chain (Actual);
H A Dvhdl-nodes.ads8891 function Get_Association_Chain (Target : Iir) return Iir; subprogspec
H A Dvhdl-parse.adb7239 (Call, Get_Association_Chain (Name));
8452 Assoc : constant Iir := Get_Association_Chain (Formal);
H A Dvhdl-nodes.adb6245 function Get_Association_Chain (Target : Iir) return Iir is subprogram
6251 end Get_Association_Chain;
H A Dvhdl-prints.adb4871 Disp_Association_Chain (Ctxt, Get_Association_Chain (Expr));
H A Dvhdl-nodes_meta.adb6383 return Get_Association_Chain (N);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2641 Get_Association_Chain = libghdl.vhdl__nodes__get_association_chain variable