Home
last modified time | relevance | path

Searched refs:Open_Kind (Results 1 – 5 of 5) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/synth/
H A Dsynth-files_operations.adb176 Open_Kind : constant Node := Get_File_Open_Kind (Decl); constant
217 if Open_Kind /= Null_Node then
218 Mode := Synth_Expression (Syn_Inst, Open_Kind);
282 Open_Kind : constant Valtyp := Get_Value (Syn_Inst, Param3); constant
290 File_Mode := Ghdl_I32 (Read_Discrete (Open_Kind));
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-sem_decls.adb1168 Open_Kind : Iir; variable
1208 Open_Kind := Get_File_Open_Kind (Decl);
1209 if Open_Kind /= Null_Iir then
1210 Open_Kind :=
1211 Sem_Expression (Open_Kind, File_Open_Kind_Type_Definition);
1212 if Open_Kind /= Null_Iir then
1213 Check_Read (Open_Kind);
1214 Set_File_Open_Kind (Decl, Open_Kind);
H A Dvhdl-parse.adb4073 Open_Kind : Iir; variable
4196 Open_Kind := Parse_Expression;
4198 Open_Kind := Null_Iir;
4242 Set_File_Open_Kind (Object, Open_Kind);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/
H A Dstd_names.py546 Open_Kind = 755 variable in Name
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/translate/
H A Dtrans-chap4.adb1499 Open_Kind : Iir; variable
1529 Open_Kind := Get_File_Open_Kind (Decl);
1530 if Open_Kind /= Null_Iir then
1533 (Chap7.Translate_Expression (Open_Kind), Ghdl_I32_Type);