Home
last modified time | relevance | path

Searched refs:Get_Implementation (Results 1 – 21 of 21) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/translate/
H A Dtrans_analyzes.adb148 (Get_Implementation (Call));
H A Dtrans-chap8.adb2244 Imp : constant Iir := Get_Implementation (Call);
2427 Imp : constant Iir := Get_Implementation (Call);
2522 Imp := Get_Implementation (Expr);
2752 Imp : constant Iir := Get_Implementation (Conv);
2828 Imp : constant Iir := Get_Implementation (Call);
5034 Imp : constant Iir := Get_Implementation (Call);
H A Dtrans-chap7.adb757 Imp : constant Iir := Get_Implementation (Call);
1275 Imp := Get_Implementation (E);
1287 Imp := Get_Implementation (E);
2184 Imp : constant Iir := Get_Implementation (Expr);
4389 Imp := Get_Implementation (Expr);
4398 Imp := Get_Implementation (Expr);
4407 Imp := Get_Implementation (Expr);
H A Dtrans-chap5.adb619 (Get_Implementation (Out_Conv)));
H A Dtrans-chap4.adb2477 Imp : constant Iir := Get_Implementation (Call);
2984 Func := Get_Implementation (Imp);
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/simulate/
H A Dsimul-execution.adb453 Get_Implicit_Definition (Get_Implementation (Expr));
612 Imp : constant Iir := Strip_Denoting_Name (Get_Implementation (Expr));
1275 Get_Return_Type (Get_Implementation (Expr));
1289 Get_Return_Type (Get_Implementation (Expr));
1524 Imp : constant Iir := Get_Implementation (Stmt);
1597 Imp : constant Iir := Get_Implementation (Stmt);
2985 Imp : constant Iir := Get_Implementation (Expr);
3005 Imp : constant Iir := Get_Implementation (Expr);
3498 (Block, Get_Implementation (Conv), Prot_Block, Val);
3729 Imp : constant Iir := Get_Implementation (Call);
[all …]
/dports/cad/ghdl/ghdl-1.0.0/src/synth/
H A Dsynth-stmts.adb1914 Imp : constant Node := Get_Implementation (Call);
2022 Imp : constant Node := Get_Implementation (Call);
2077 Imp : constant Node := Get_Implementation (Call);
2131 Imp : constant Node := Get_Implementation (Call);
2145 Imp : constant Node := Get_Implementation (Expr);
2157 Imp : constant Node := Get_Implementation (Call);
2184 Imp : constant Node := Get_Implementation (Call);
3095 Imp : constant Node := Get_Implementation (Expr);
H A Dsynth-expr.adb1626 Imp := Get_Implementation (Expr);
2122 Imp : constant Node := Get_Implementation (Expr);
2169 Imp : constant Node := Get_Implementation (Expr);
2290 Imp : constant Node := Get_Implementation (Expr);
H A Dsynth-oper.adb1838 Imp : constant Node := Get_Implementation (Expr);
2085 Imp : constant Node := Get_Implementation (Expr);
2136 Imp : constant Node := Get_Implementation (Expr);
H A Dsynth-static_oper.adb811 Imp : constant Node := Get_Implementation (Expr);
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-evaluation.adb627 Func := Get_Implicit_Definition (Get_Implementation (Orig));
739 Get_Type (Get_Implementation (Orig));
1072 Def := Get_Implicit_Definition (Get_Implementation (Op));
1157 Def := Get_Implicit_Definition (Get_Implementation (Operands (I)));
1230 Get_Return_Type (Get_Implementation (Orig));
2927 Imp : constant Iir := Get_Implementation (Expr);
3173 Imp : constant Iir := Get_Implementation (Expr);
H A Dvhdl-sem_expr.adb1246 Imp := Get_Implementation (Expr);
1400 Inter_List := Get_Implementation (Expr);
1457 Inter_List := Get_Implementation (Expr);
1566 Imp := Get_Implementation (Call);
2028 Overload := Get_Implementation (Expr);
4667 Imp := Get_Implementation (Arr (I));
H A Dvhdl-canon.adb340 Inter := Get_Interface_Declaration_Chain (Get_Implementation (Call));
1010 Imp : constant Iir := Get_Implementation (Call);
1370 Imp : constant Iir := Get_Implementation (Call);
2014 Imp : constant Iir := Get_Implementation (Call);
H A Dvhdl-sem_names.adb73 El := Get_Implementation (El);
221 Imp := Get_Implementation (El);
1917 (Get_Prefix (Name), Get_Implementation (Res));
1922 Prefix := Finish_Sem_Name (Name, Get_Implementation (Res));
H A Dvhdl-sem_stmts.adb1793 Imp := Get_Implementation (Call);
1981 Imp := Get_Implementation (Call);
H A Dvhdl-sem_assocs.adb1323 Imp : constant Iir := Get_Implementation (Call);
1394 Imp : constant Iir := Get_Implementation (Res);
H A Dvhdl-nodes.ads8975 function Get_Implementation (Target : Iir) return Iir; subprogspec
H A Dvhdl-nodes.adb6509 function Get_Implementation (Target : Iir) return Iir is subprogram
6515 end Get_Implementation;
H A Dvhdl-prints.adb3267 Disp_Function_Name (Ctxt, Get_Implementation (Conv));
H A Dvhdl-nodes_meta.adb6403 return Get_Implementation (N);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2689 Get_Implementation = libghdl.vhdl__nodes__get_implementation variable