Home
last modified time | relevance | path

Searched refs:Goto_Node (Results 1 – 25 of 44) sorted by relevance

12

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dpar-labl.adb162 function Goto_Id (Goto_Node : Node_Id) return Name_Id;
167 Goto_Node : Node_Id) return Boolean;
204 function Goto_Id (Goto_Node : Node_Id) return Name_Id is
206 if Nkind (Name (Goto_Node)) = N_Identifier then
207 return Chars (Name (Goto_Node));
209 elsif Nkind (Name (Goto_Node)) = N_Selected_Component then
210 return Chars (Selector_Name (Name (Goto_Node)));
225 Goto_Node : Node_Id) return Boolean
228 return Chars (Identifier (Label_Node)) = Goto_Id (Goto_Node)
230 Find_Enclosing_Body (Goto_Node);
H A Dpar-ch5.adb1991 Goto_Node : Node_Id; variable
1994 Goto_Node := New_Node (N_Goto_Statement, Token_Ptr);
1996 Set_Name (Goto_Node, P_Qualified_Simple_Name_Resync);
1997 Append_Elmt (Goto_Node, Goto_List);
2000 return Goto_Node;
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/
H A Dpar-labl.adb162 function Goto_Id (Goto_Node : Node_Id) return Name_Id;
167 Goto_Node : Node_Id) return Boolean;
204 function Goto_Id (Goto_Node : Node_Id) return Name_Id is
206 if Nkind (Name (Goto_Node)) = N_Identifier then
207 return Chars (Name (Goto_Node));
209 elsif Nkind (Name (Goto_Node)) = N_Selected_Component then
210 return Chars (Selector_Name (Name (Goto_Node)));
225 Goto_Node : Node_Id) return Boolean
228 return Chars (Identifier (Label_Node)) = Goto_Id (Goto_Node)
230 Find_Enclosing_Body (Goto_Node);
H A Dpar-ch5.adb1991 Goto_Node : Node_Id; variable
1994 Goto_Node := New_Node (N_Goto_Statement, Token_Ptr);
1996 Set_Name (Goto_Node, P_Qualified_Simple_Name_Resync);
1997 Append_Elmt (Goto_Node, Goto_List);
2000 return Goto_Node;
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Dpar-labl.adb162 function Goto_Id (Goto_Node : Node_Id) return Name_Id;
167 Goto_Node : Node_Id) return Boolean;
204 function Goto_Id (Goto_Node : Node_Id) return Name_Id is
206 if Nkind (Name (Goto_Node)) = N_Identifier then
207 return Chars (Name (Goto_Node));
209 elsif Nkind (Name (Goto_Node)) = N_Selected_Component then
210 return Chars (Selector_Name (Name (Goto_Node)));
225 Goto_Node : Node_Id) return Boolean
228 return Chars (Identifier (Label_Node)) = Goto_Id (Goto_Node)
230 Find_Enclosing_Body (Goto_Node);
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/
H A Dpar-labl.adb162 function Goto_Id (Goto_Node : Node_Id) return Name_Id;
167 Goto_Node : Node_Id) return Boolean;
204 function Goto_Id (Goto_Node : Node_Id) return Name_Id is
206 if Nkind (Name (Goto_Node)) = N_Identifier then
207 return Chars (Name (Goto_Node));
209 elsif Nkind (Name (Goto_Node)) = N_Selected_Component then
210 return Chars (Selector_Name (Name (Goto_Node)));
225 Goto_Node : Node_Id) return Boolean
228 return Chars (Identifier (Label_Node)) = Goto_Id (Goto_Node)
230 Find_Enclosing_Body (Goto_Node);
H A Dpar-ch5.adb1991 Goto_Node : Node_Id; variable
1994 Goto_Node := New_Node (N_Goto_Statement, Token_Ptr);
1996 Set_Name (Goto_Node, P_Qualified_Simple_Name_Resync);
1997 Append_Elmt (Goto_Node, Goto_List);
2000 return Goto_Node;
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Dpar-labl.adb162 function Goto_Id (Goto_Node : Node_Id) return Name_Id;
167 Goto_Node : Node_Id) return Boolean;
204 function Goto_Id (Goto_Node : Node_Id) return Name_Id is
206 if Nkind (Name (Goto_Node)) = N_Identifier then
207 return Chars (Name (Goto_Node));
209 elsif Nkind (Name (Goto_Node)) = N_Selected_Component then
210 return Chars (Selector_Name (Name (Goto_Node)));
225 Goto_Node : Node_Id) return Boolean
228 return Chars (Identifier (Label_Node)) = Goto_Id (Goto_Node)
230 Find_Enclosing_Body (Goto_Node);
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/
H A Dpar-labl.adb162 function Goto_Id (Goto_Node : Node_Id) return Name_Id;
167 Goto_Node : Node_Id) return Boolean;
204 function Goto_Id (Goto_Node : Node_Id) return Name_Id is
206 if Nkind (Name (Goto_Node)) = N_Identifier then
207 return Chars (Name (Goto_Node));
209 elsif Nkind (Name (Goto_Node)) = N_Selected_Component then
210 return Chars (Selector_Name (Name (Goto_Node)));
225 Goto_Node : Node_Id) return Boolean
228 return Chars (Identifier (Label_Node)) = Goto_Id (Goto_Node)
230 Find_Enclosing_Body (Goto_Node);
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/
H A Dpar-labl.adb162 function Goto_Id (Goto_Node : Node_Id) return Name_Id;
167 Goto_Node : Node_Id) return Boolean;
204 function Goto_Id (Goto_Node : Node_Id) return Name_Id is
206 if Nkind (Name (Goto_Node)) = N_Identifier then
207 return Chars (Name (Goto_Node));
209 elsif Nkind (Name (Goto_Node)) = N_Selected_Component then
210 return Chars (Selector_Name (Name (Goto_Node)));
225 Goto_Node : Node_Id) return Boolean
228 return Chars (Identifier (Label_Node)) = Goto_Id (Goto_Node)
230 Find_Enclosing_Body (Goto_Node);
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Dpar-labl.adb162 function Goto_Id (Goto_Node : Node_Id) return Name_Id;
167 Goto_Node : Node_Id) return Boolean;
204 function Goto_Id (Goto_Node : Node_Id) return Name_Id is
206 if Nkind (Name (Goto_Node)) = N_Identifier then
207 return Chars (Name (Goto_Node));
209 elsif Nkind (Name (Goto_Node)) = N_Selected_Component then
210 return Chars (Selector_Name (Name (Goto_Node)));
225 Goto_Node : Node_Id) return Boolean
228 return Chars (Identifier (Label_Node)) = Goto_Id (Goto_Node)
230 Find_Enclosing_Body (Goto_Node);
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/
H A Dpar-labl.adb162 function Goto_Id (Goto_Node : Node_Id) return Name_Id;
167 Goto_Node : Node_Id) return Boolean;
204 function Goto_Id (Goto_Node : Node_Id) return Name_Id is
206 if Nkind (Name (Goto_Node)) = N_Identifier then
207 return Chars (Name (Goto_Node));
209 elsif Nkind (Name (Goto_Node)) = N_Selected_Component then
210 return Chars (Selector_Name (Name (Goto_Node)));
225 Goto_Node : Node_Id) return Boolean
228 return Chars (Identifier (Label_Node)) = Goto_Id (Goto_Node)
230 Find_Enclosing_Body (Goto_Node);
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/
H A Dpar-labl.adb162 function Goto_Id (Goto_Node : Node_Id) return Name_Id;
167 Goto_Node : Node_Id) return Boolean;
204 function Goto_Id (Goto_Node : Node_Id) return Name_Id is
206 if Nkind (Name (Goto_Node)) = N_Identifier then
207 return Chars (Name (Goto_Node));
209 elsif Nkind (Name (Goto_Node)) = N_Selected_Component then
210 return Chars (Selector_Name (Name (Goto_Node)));
225 Goto_Node : Node_Id) return Boolean
228 return Chars (Identifier (Label_Node)) = Goto_Id (Goto_Node)
230 Find_Enclosing_Body (Goto_Node);
H A Dpar-ch5.adb1973 Goto_Node : Node_Id; variable
1976 Goto_Node := New_Node (N_Goto_Statement, Token_Ptr);
1978 Set_Name (Goto_Node, P_Qualified_Simple_Name_Resync);
1979 Append_Elmt (Goto_Node, Goto_List);
1985 Mutate_Nkind (Goto_Node, N_Goto_When_Statement);
1986 Set_Condition (Goto_Node, P_Expression_No_Right_Paren);
1990 return Goto_Node;
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Dpar-labl.adb162 function Goto_Id (Goto_Node : Node_Id) return Name_Id;
167 Goto_Node : Node_Id) return Boolean;
204 function Goto_Id (Goto_Node : Node_Id) return Name_Id is
206 if Nkind (Name (Goto_Node)) = N_Identifier then
207 return Chars (Name (Goto_Node));
209 elsif Nkind (Name (Goto_Node)) = N_Selected_Component then
210 return Chars (Selector_Name (Name (Goto_Node)));
225 Goto_Node : Node_Id) return Boolean
228 return Chars (Identifier (Label_Node)) = Goto_Id (Goto_Node)
230 Find_Enclosing_Body (Goto_Node);
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dpar-labl.adb162 function Goto_Id (Goto_Node : Node_Id) return Name_Id;
167 Goto_Node : Node_Id) return Boolean;
204 function Goto_Id (Goto_Node : Node_Id) return Name_Id is
206 if Nkind (Name (Goto_Node)) = N_Identifier then
207 return Chars (Name (Goto_Node));
209 elsif Nkind (Name (Goto_Node)) = N_Selected_Component then
210 return Chars (Selector_Name (Name (Goto_Node)));
225 Goto_Node : Node_Id) return Boolean
228 return Chars (Identifier (Label_Node)) = Goto_Id (Goto_Node)
230 Find_Enclosing_Body (Goto_Node);
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/
H A Dpar-labl.adb162 function Goto_Id (Goto_Node : Node_Id) return Name_Id;
167 Goto_Node : Node_Id) return Boolean;
204 function Goto_Id (Goto_Node : Node_Id) return Name_Id is
206 if Nkind (Name (Goto_Node)) = N_Identifier then
207 return Chars (Name (Goto_Node));
209 elsif Nkind (Name (Goto_Node)) = N_Selected_Component then
210 return Chars (Selector_Name (Name (Goto_Node)));
225 Goto_Node : Node_Id) return Boolean
228 return Chars (Identifier (Label_Node)) = Goto_Id (Goto_Node)
230 Find_Enclosing_Body (Goto_Node);
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dpar-labl.adb162 function Goto_Id (Goto_Node : Node_Id) return Name_Id;
167 Goto_Node : Node_Id) return Boolean;
204 function Goto_Id (Goto_Node : Node_Id) return Name_Id is
206 if Nkind (Name (Goto_Node)) = N_Identifier then
207 return Chars (Name (Goto_Node));
209 elsif Nkind (Name (Goto_Node)) = N_Selected_Component then
210 return Chars (Selector_Name (Name (Goto_Node)));
225 Goto_Node : Node_Id) return Boolean
228 return Chars (Identifier (Label_Node)) = Goto_Id (Goto_Node)
230 Find_Enclosing_Body (Goto_Node);
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/
H A Dpar-labl.adb162 function Goto_Id (Goto_Node : Node_Id) return Name_Id;
167 Goto_Node : Node_Id) return Boolean;
204 function Goto_Id (Goto_Node : Node_Id) return Name_Id is
206 if Nkind (Name (Goto_Node)) = N_Identifier then
207 return Chars (Name (Goto_Node));
209 elsif Nkind (Name (Goto_Node)) = N_Selected_Component then
210 return Chars (Selector_Name (Name (Goto_Node)));
225 Goto_Node : Node_Id) return Boolean
228 return Chars (Identifier (Label_Node)) = Goto_Id (Goto_Node)
230 Find_Enclosing_Body (Goto_Node);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/
H A Dpar-labl.adb162 function Goto_Id (Goto_Node : Node_Id) return Name_Id;
167 Goto_Node : Node_Id) return Boolean;
204 function Goto_Id (Goto_Node : Node_Id) return Name_Id is
206 if Nkind (Name (Goto_Node)) = N_Identifier then
207 return Chars (Name (Goto_Node));
209 elsif Nkind (Name (Goto_Node)) = N_Selected_Component then
210 return Chars (Selector_Name (Name (Goto_Node)));
225 Goto_Node : Node_Id) return Boolean
228 return Chars (Identifier (Label_Node)) = Goto_Id (Goto_Node)
230 Find_Enclosing_Body (Goto_Node);
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/
H A Dpar-labl.adb162 function Goto_Id (Goto_Node : Node_Id) return Name_Id;
167 Goto_Node : Node_Id) return Boolean;
204 function Goto_Id (Goto_Node : Node_Id) return Name_Id is
206 if Nkind (Name (Goto_Node)) = N_Identifier then
207 return Chars (Name (Goto_Node));
209 elsif Nkind (Name (Goto_Node)) = N_Selected_Component then
210 return Chars (Selector_Name (Name (Goto_Node)));
225 Goto_Node : Node_Id) return Boolean
228 return Chars (Identifier (Label_Node)) = Goto_Id (Goto_Node)
230 Find_Enclosing_Body (Goto_Node);
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/
H A Dpar-labl.adb162 function Goto_Id (Goto_Node : Node_Id) return Name_Id;
167 Goto_Node : Node_Id) return Boolean;
204 function Goto_Id (Goto_Node : Node_Id) return Name_Id is
206 if Nkind (Name (Goto_Node)) = N_Identifier then
207 return Chars (Name (Goto_Node));
209 elsif Nkind (Name (Goto_Node)) = N_Selected_Component then
210 return Chars (Selector_Name (Name (Goto_Node)));
225 Goto_Node : Node_Id) return Boolean
228 return Chars (Identifier (Label_Node)) = Goto_Id (Goto_Node)
230 Find_Enclosing_Body (Goto_Node);
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/
H A Dpar-labl.adb162 function Goto_Id (Goto_Node : Node_Id) return Name_Id;
167 Goto_Node : Node_Id) return Boolean;
204 function Goto_Id (Goto_Node : Node_Id) return Name_Id is
206 if Nkind (Name (Goto_Node)) = N_Identifier then
207 return Chars (Name (Goto_Node));
209 elsif Nkind (Name (Goto_Node)) = N_Selected_Component then
210 return Chars (Selector_Name (Name (Goto_Node)));
225 Goto_Node : Node_Id) return Boolean
228 return Chars (Identifier (Label_Node)) = Goto_Id (Goto_Node)
230 Find_Enclosing_Body (Goto_Node);
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/
H A Dpar-labl.adb162 function Goto_Id (Goto_Node : Node_Id) return Name_Id;
167 Goto_Node : Node_Id) return Boolean;
204 function Goto_Id (Goto_Node : Node_Id) return Name_Id is
206 if Nkind (Name (Goto_Node)) = N_Identifier then
207 return Chars (Name (Goto_Node));
209 elsif Nkind (Name (Goto_Node)) = N_Selected_Component then
210 return Chars (Selector_Name (Name (Goto_Node)));
225 Goto_Node : Node_Id) return Boolean
228 return Chars (Identifier (Label_Node)) = Goto_Id (Goto_Node)
230 Find_Enclosing_Body (Goto_Node);
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Dpar-labl.adb162 function Goto_Id (Goto_Node : Node_Id) return Name_Id;
167 Goto_Node : Node_Id) return Boolean;
204 function Goto_Id (Goto_Node : Node_Id) return Name_Id is
206 if Nkind (Name (Goto_Node)) = N_Identifier then
207 return Chars (Name (Goto_Node));
209 elsif Nkind (Name (Goto_Node)) = N_Selected_Component then
210 return Chars (Selector_Name (Name (Goto_Node)));
225 Goto_Node : Node_Id) return Boolean
228 return Chars (Identifier (Label_Node)) = Goto_Id (Goto_Node)
230 Find_Enclosing_Body (Goto_Node);

12