Home
last modified time | relevance | path

Searched refs:Str_Id (Results 1 – 18 of 18) sorted by relevance

/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Daa_util.adb83 function String_Value (Str_Id : String_Id) return String is
87 if Str_Id = No_String then
91 String_To_Name_Buffer (Str_Id);
H A Daa_util.ads49 function String_Value (Str_Id : String_Id) return String;
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Daa_util.adb83 function String_Value (Str_Id : String_Id) return String is
87 if Str_Id = No_String then
91 String_To_Name_Buffer (Str_Id);
H A Daa_util.ads49 function String_Value (Str_Id : String_Id) return String;
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Daa_util.adb83 function String_Value (Str_Id : String_Id) return String is
87 if Str_Id = No_String then
91 String_To_Name_Buffer (Str_Id);
H A Daa_util.ads49 function String_Value (Str_Id : String_Id) return String;
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Daa_util.adb83 function String_Value (Str_Id : String_Id) return String is
87 if Str_Id = No_String then
91 String_To_Name_Buffer (Str_Id);
H A Daa_util.ads49 function String_Value (Str_Id : String_Id) return String;
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Daa_util.adb83 function String_Value (Str_Id : String_Id) return String is
87 if Str_Id = No_String then
91 String_To_Name_Buffer (Str_Id);
H A Daa_util.ads49 function String_Value (Str_Id : String_Id) return String;
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-parse.ads41 function Str_To_Operator_Name (Str_Id : String8_Id;
H A Dvhdl-scanner.adb159 Str_Id : String8_Id; component
183 Str_Id => Null_String8,
263 return Current_Context.Str_Id;
359 Str_Id => Null_String8,
479 Current_Context.Str_Id := Str_Table.Create_String8;
589 Current_Context.Str_Id := Str_Table.Create_String8;
778 Current_Context.Str_Id := Id;
H A Dvhdl-sem_specs.adb186 Str_Id : String8_Id; variable
197 Str_Id := Get_String8_Id (Expr);
198 if Str_Table.String_String8 (Str_Id, Intrinsic_Str'Length)
H A Dvhdl-parse.adb697 function Str_To_Operator_Name (Str_Id : String8_Id;
713 (+Loc, "%s is not an operator symbol", (1 => +((Str_Id, Len))));
721 (1 => +((Str_Id, Len))));
728 C1 := Str_Table.Char_String8 (Str_Id, 1);
755 C2 := Str_Table.Char_String8 (Str_Id, 2);
805 C2 := Str_Table.Char_String8 (Str_Id, 2);
806 C3 := Str_Table.Char_String8 (Str_Id, 3);
915 C2 := Str_Table.Char_String8 (Str_Id, 2);
916 C3 := Str_Table.Char_String8 (Str_Id, 3);
917 C4 := Str_Table.Char_String8 (Str_Id, 4);
H A Dvhdl-prints.adb3628 Str_Id : constant String8_Id := Get_String8_Id (Str); constant
3656 Pos := Str_Table.Element_String8 (Str_Id, I);
/dports/cad/ghdl/ghdl-1.0.0/src/synth/
H A Dsynth-aggr.adb180 Str_Id : constant String8_Id := Get_String8_Id (Aggr); constant
193 V := Str_Table.Element_String8 (Str_Id, I);
/dports/cad/ghdl/ghdl-1.0.0/src/
H A Dlibraries.adb394 Str_Id : constant String8_Id := Current_String_Id; constant
398 Buf (Natural (I)) := Str_Table.Char_String8 (Str_Id, I);
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/
H A Dexp_ch6.adb8239 Str_Id : String_Id; variable
8247 Str_Id := Strval (Msg);
8262 Str : constant String := To_String (Str_Id);
8270 Append (Global_Name_Buffer, Str_Id);