Home
last modified time | relevance | path

Searched refs:Get_Text_File_Flag (Results 1 – 13 of 13) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/synth/
H A Dsynth-files_operations.adb190 if Get_Text_File_Flag (File_Type) then
233 if Get_Text_File_Flag (File_Type) then
291 if Get_Text_File_Flag (Get_Type (Inters)) then
320 if Get_Text_File_Flag (Get_Type (Inters)) then
H A Dsynth-decls.adb208 if Get_Text_File_Flag (Def)
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/simulate/
H A Dsimul-file_operation.adb77 Is_Text : constant Boolean := Get_Text_File_Flag (Get_Type (File_Decl));
95 Is_Text : constant Boolean := Get_Text_File_Flag (Get_Type (File_Decl));
110 Is_Text : constant Boolean := Get_Text_File_Flag (Def);
H A Dsimul-execution.adb1564 if Get_Text_File_Flag (Get_Type (Inter_Chain)) then
1570 if Get_Text_File_Flag (Get_Type (Inter_Chain)) then
1582 if Get_Text_File_Flag (Get_Type (Inter_Chain)) then
H A Dsimul-elaboration.adb2777 if Get_Text_File_Flag (Get_Type (Decl)) then
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/translate/
H A Dtrans-chap8.adb2260 if Get_Text_File_Flag (Get_Type (File_Param)) then
2287 if Get_Text_File_Flag (Get_Type (File_Param)) then
2325 if Get_Text_File_Flag (Get_Type (File_Param)) then
2362 if Get_Text_File_Flag (Get_Type (File_Param)) then
2387 if Get_Text_File_Flag (Get_Type (File_Param)) then
H A Dtrans-chap4.adb1495 Is_Text : constant Boolean := Get_Text_File_Flag (Get_Type (Decl));
1561 Is_Text : constant Boolean := Get_Text_File_Flag (Get_Type (Decl));
H A Dtrans-chap7.adb6329 if not Get_Text_File_Flag (File_Type) then
6414 if not Get_Text_File_Flag (File_Type) then
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-annotations.adb392 if Get_Text_File_Flag (Def)
H A Dvhdl-nodes.ads8217 function Get_Text_File_Flag (Atype : Iir) return Boolean; subprogspec
H A Dvhdl-nodes.adb4061 function Get_Text_File_Flag (Atype : Iir) return Boolean is subprogram
4067 end Get_Text_File_Flag;
H A Dvhdl-nodes_meta.adb5605 return Get_Text_File_Flag (N);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2236 Get_Text_File_Flag = libghdl.vhdl__nodes__get_text_file_flag variable