Home
last modified time | relevance | path

Searched refs:Current_Node (Results 151 – 175 of 182) sorted by relevance

12345678

/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/
H A Derrout.adb310 Error_Msg (Msg, Flag_Location, Current_Node);
H A DChangeLog-20171610 * errout.ads (Current_Node): New.
1611 * errout.adb (Error_Msg): Use Current_Node.
1612 * par-ch6.adb, par-ch7.adb, par-ch9.adb, par-util.adb: Set Current_Node
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/
H A Derrout.adb310 Error_Msg (Msg, Flag_Location, Current_Node);
H A DChangeLog-20171610 * errout.ads (Current_Node): New.
1611 * errout.adb (Error_Msg): Use Current_Node.
1612 * par-ch6.adb, par-ch7.adb, par-ch9.adb, par-util.adb: Set Current_Node
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/
H A Derrout.adb310 Error_Msg (Msg, Flag_Location, Current_Node);
H A Dsem_util.adb6870 Current_Node : Node_Id; variable
6873 Current_Node := N;
6874 while Present (Current_Node)
6875 and then Nkind (Current_Node) /= N_Compilation_Unit
6877 Current_Node := Parent (Current_Node);
6880 if Nkind (Current_Node) /= N_Compilation_Unit then
6883 return Current_Node;
H A DChangeLog-20171610 * errout.ads (Current_Node): New.
1611 * errout.adb (Error_Msg): Use Current_Node.
1612 * par-ch6.adb, par-ch7.adb, par-ch9.adb, par-util.adb: Set Current_Node
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/
H A Derrout.adb310 Error_Msg (Msg, Flag_Location, Current_Node);
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Derrout.adb310 Error_Msg (Msg, Flag_Location, Current_Node);
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/
H A Derrout.adb310 Error_Msg (Msg, Flag_Location, Current_Node);
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/
H A Derrout.adb310 Error_Msg (Msg, Flag_Location, Current_Node);
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/
H A Derrout.adb310 Error_Msg (Msg, Flag_Location, Current_Node);
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/
H A Dsem_util.adb6870 Current_Node : Node_Id; variable
6873 Current_Node := N;
6874 while Present (Current_Node)
6875 and then Nkind (Current_Node) /= N_Compilation_Unit
6877 Current_Node := Parent (Current_Node);
6880 if Nkind (Current_Node) /= N_Compilation_Unit then
6883 return Current_Node;
H A DChangeLog-20171610 * errout.ads (Current_Node): New.
1611 * errout.adb (Error_Msg): Use Current_Node.
1612 * par-ch6.adb, par-ch7.adb, par-ch9.adb, par-util.adb: Set Current_Node
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/
H A Dsem_util.adb6870 Current_Node : Node_Id; variable
6873 Current_Node := N;
6874 while Present (Current_Node)
6875 and then Nkind (Current_Node) /= N_Compilation_Unit
6877 Current_Node := Parent (Current_Node);
6880 if Nkind (Current_Node) /= N_Compilation_Unit then
6883 return Current_Node;
H A DChangeLog-20171610 * errout.ads (Current_Node): New.
1611 * errout.adb (Error_Msg): Use Current_Node.
1612 * par-ch6.adb, par-ch7.adb, par-ch9.adb, par-util.adb: Set Current_Node
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/
H A Dsem_util.adb7786 Current_Node : Node_Id; variable
7789 Current_Node := N;
7790 while Present (Current_Node)
7791 and then Nkind (Current_Node) /= N_Compilation_Unit
7793 Current_Node := Parent (Current_Node);
7796 if Nkind (Current_Node) /= N_Compilation_Unit then
7799 return Current_Node;
H A DChangeLog-20171610 * errout.ads (Current_Node): New.
1611 * errout.adb (Error_Msg): Use Current_Node.
1612 * par-ch6.adb, par-ch7.adb, par-ch9.adb, par-util.adb: Set Current_Node
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/
H A Dsem_util.adb7786 Current_Node : Node_Id; variable
7789 Current_Node := N;
7790 while Present (Current_Node)
7791 and then Nkind (Current_Node) /= N_Compilation_Unit
7793 Current_Node := Parent (Current_Node);
7796 if Nkind (Current_Node) /= N_Compilation_Unit then
7799 return Current_Node;
H A DChangeLog-20171610 * errout.ads (Current_Node): New.
1611 * errout.adb (Error_Msg): Use Current_Node.
1612 * par-ch6.adb, par-ch7.adb, par-ch9.adb, par-util.adb: Set Current_Node
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/
H A Dsem_util.adb7786 Current_Node : Node_Id; variable
7789 Current_Node := N;
7790 while Present (Current_Node)
7791 and then Nkind (Current_Node) /= N_Compilation_Unit
7793 Current_Node := Parent (Current_Node);
7796 if Nkind (Current_Node) /= N_Compilation_Unit then
7799 return Current_Node;
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/
H A Dsem_util.adb7982 Current_Node : Node_Id; variable
7985 Current_Node := N;
7986 while Present (Current_Node)
7987 and then Nkind (Current_Node) /= N_Compilation_Unit
7989 Current_Node := Parent (Current_Node);
7992 return Current_Node;
H A DChangeLog-20171610 * errout.ads (Current_Node): New.
1611 * errout.adb (Error_Msg): Use Current_Node.
1612 * par-ch6.adb, par-ch7.adb, par-ch9.adb, par-util.adb: Set Current_Node
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A DChangeLog-20171610 * errout.ads (Current_Node): New.
1611 * errout.adb (Error_Msg): Use Current_Node.
1612 * par-ch6.adb, par-ch7.adb, par-ch9.adb, par-util.adb: Set Current_Node
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/
H A DChangeLog-20171610 * errout.ads (Current_Node): New.
1611 * errout.adb (Error_Msg): Use Current_Node.
1612 * par-ch6.adb, par-ch7.adb, par-ch9.adb, par-util.adb: Set Current_Node

12345678