Home
last modified time | relevance | path

Searched refs:Return_Obj_Decl (Results 1 – 25 of 42) sorted by relevance

12

/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Dsem_dim.adb1776 Return_Obj_Decl : Node_Id; variable
1807 Return_Obj_Decl := First (Return_Obj_Decls);
1808 while Present (Return_Obj_Decl) loop
1809 if Nkind (Return_Obj_Decl) = N_Object_Declaration then
1810 Return_Obj_Id := Defining_Identifier (Return_Obj_Decl);
1827 Next (Return_Obj_Decl);
H A Dexp_ch6.adb7427 Return_Obj_Decl : Entity_Id; variable
7516 Return_Obj_Decl :=
7522 Set_No_Initialization (Return_Obj_Decl);
7524 Insert_Action (Func_Call, Return_Obj_Decl);
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Dsem_dim.adb1776 Return_Obj_Decl : Node_Id; variable
1807 Return_Obj_Decl := First (Return_Obj_Decls);
1808 while Present (Return_Obj_Decl) loop
1809 if Nkind (Return_Obj_Decl) = N_Object_Declaration then
1810 Return_Obj_Id := Defining_Identifier (Return_Obj_Decl);
1827 Next (Return_Obj_Decl);
H A Dexp_ch6.adb7427 Return_Obj_Decl : Entity_Id; variable
7516 Return_Obj_Decl :=
7522 Set_No_Initialization (Return_Obj_Decl);
7524 Insert_Action (Func_Call, Return_Obj_Decl);
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Dsem_dim.adb1747 Return_Obj_Decl : Node_Id; variable
1781 Return_Obj_Decl := First (Return_Obj_Decls);
1782 while Present (Return_Obj_Decl) loop
1783 if Nkind (Return_Obj_Decl) = N_Object_Declaration then
1784 Return_Obj_Id := Defining_Identifier (Return_Obj_Decl);
1801 Next (Return_Obj_Decl);
H A Dexp_ch6.adb8472 Return_Obj_Decl : Entity_Id;
8559 Return_Obj_Decl :=
8565 Set_No_Initialization (Return_Obj_Decl);
8567 Insert_Action (Func_Call, Return_Obj_Decl);
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Dsem_dim.adb1747 Return_Obj_Decl : Node_Id; variable
1781 Return_Obj_Decl := First (Return_Obj_Decls);
1782 while Present (Return_Obj_Decl) loop
1783 if Nkind (Return_Obj_Decl) = N_Object_Declaration then
1784 Return_Obj_Id := Defining_Identifier (Return_Obj_Decl);
1801 Next (Return_Obj_Decl);
H A Dexp_ch6.adb8472 Return_Obj_Decl : Entity_Id;
8559 Return_Obj_Decl :=
8565 Set_No_Initialization (Return_Obj_Decl);
8567 Insert_Action (Func_Call, Return_Obj_Decl);
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Dsem_dim.adb1723 Return_Obj_Decl : Node_Id; variable
1754 Return_Obj_Decl := First (Return_Obj_Decls);
1755 while Present (Return_Obj_Decl) loop
1756 if Nkind (Return_Obj_Decl) = N_Object_Declaration then
1757 Return_Obj_Id := Defining_Identifier (Return_Obj_Decl);
1774 Next (Return_Obj_Decl);
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_dim.adb1888 Return_Obj_Decl : Node_Id; variable
1919 Return_Obj_Decl := First (Return_Obj_Decls);
1920 while Present (Return_Obj_Decl) loop
1921 if Nkind (Return_Obj_Decl) = N_Object_Declaration then
1922 Return_Obj_Id := Defining_Identifier (Return_Obj_Decl);
1939 Next (Return_Obj_Decl);
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/
H A Dsem_dim.adb1902 Return_Obj_Decl : Node_Id; variable
1933 Return_Obj_Decl := First (Return_Obj_Decls);
1934 while Present (Return_Obj_Decl) loop
1935 if Nkind (Return_Obj_Decl) = N_Object_Declaration then
1936 Return_Obj_Id := Defining_Identifier (Return_Obj_Decl);
1953 Next (Return_Obj_Decl);
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/
H A Dsem_dim.adb1888 Return_Obj_Decl : Node_Id; variable
1919 Return_Obj_Decl := First (Return_Obj_Decls);
1920 while Present (Return_Obj_Decl) loop
1921 if Nkind (Return_Obj_Decl) = N_Object_Declaration then
1922 Return_Obj_Id := Defining_Identifier (Return_Obj_Decl);
1939 Next (Return_Obj_Decl);
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/
H A Dsem_dim.adb1888 Return_Obj_Decl : Node_Id; variable
1919 Return_Obj_Decl := First (Return_Obj_Decls);
1920 while Present (Return_Obj_Decl) loop
1921 if Nkind (Return_Obj_Decl) = N_Object_Declaration then
1922 Return_Obj_Id := Defining_Identifier (Return_Obj_Decl);
1939 Next (Return_Obj_Decl);
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/
H A Dsem_dim.adb1898 Return_Obj_Decl : Node_Id; variable
1929 Return_Obj_Decl := First (Return_Obj_Decls);
1930 while Present (Return_Obj_Decl) loop
1931 if Nkind (Return_Obj_Decl) = N_Object_Declaration then
1932 Return_Obj_Id := Defining_Identifier (Return_Obj_Decl);
1949 Next (Return_Obj_Decl);
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_dim.adb1888 Return_Obj_Decl : Node_Id; variable
1919 Return_Obj_Decl := First (Return_Obj_Decls);
1920 while Present (Return_Obj_Decl) loop
1921 if Nkind (Return_Obj_Decl) = N_Object_Declaration then
1922 Return_Obj_Id := Defining_Identifier (Return_Obj_Decl);
1939 Next (Return_Obj_Decl);
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_dim.adb1888 Return_Obj_Decl : Node_Id; variable
1919 Return_Obj_Decl := First (Return_Obj_Decls);
1920 while Present (Return_Obj_Decl) loop
1921 if Nkind (Return_Obj_Decl) = N_Object_Declaration then
1922 Return_Obj_Id := Defining_Identifier (Return_Obj_Decl);
1939 Next (Return_Obj_Decl);
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_dim.adb1888 Return_Obj_Decl : Node_Id; variable
1919 Return_Obj_Decl := First (Return_Obj_Decls);
1920 while Present (Return_Obj_Decl) loop
1921 if Nkind (Return_Obj_Decl) = N_Object_Declaration then
1922 Return_Obj_Id := Defining_Identifier (Return_Obj_Decl);
1939 Next (Return_Obj_Decl);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/
H A Dsem_dim.adb1898 Return_Obj_Decl : Node_Id; variable
1929 Return_Obj_Decl := First (Return_Obj_Decls);
1930 while Present (Return_Obj_Decl) loop
1931 if Nkind (Return_Obj_Decl) = N_Object_Declaration then
1932 Return_Obj_Id := Defining_Identifier (Return_Obj_Decl);
1949 Next (Return_Obj_Decl);
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/
H A Dsem_dim.adb1888 Return_Obj_Decl : Node_Id; variable
1919 Return_Obj_Decl := First (Return_Obj_Decls);
1920 while Present (Return_Obj_Decl) loop
1921 if Nkind (Return_Obj_Decl) = N_Object_Declaration then
1922 Return_Obj_Id := Defining_Identifier (Return_Obj_Decl);
1939 Next (Return_Obj_Decl);
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/
H A Dsem_dim.adb1898 Return_Obj_Decl : Node_Id; variable
1929 Return_Obj_Decl := First (Return_Obj_Decls);
1930 while Present (Return_Obj_Decl) loop
1931 if Nkind (Return_Obj_Decl) = N_Object_Declaration then
1932 Return_Obj_Id := Defining_Identifier (Return_Obj_Decl);
1949 Next (Return_Obj_Decl);
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/
H A Dsem_dim.adb1888 Return_Obj_Decl : Node_Id; variable
1919 Return_Obj_Decl := First (Return_Obj_Decls);
1920 while Present (Return_Obj_Decl) loop
1921 if Nkind (Return_Obj_Decl) = N_Object_Declaration then
1922 Return_Obj_Id := Defining_Identifier (Return_Obj_Decl);
1939 Next (Return_Obj_Decl);
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/
H A Dsem_dim.adb1888 Return_Obj_Decl : Node_Id; variable
1919 Return_Obj_Decl := First (Return_Obj_Decls);
1920 while Present (Return_Obj_Decl) loop
1921 if Nkind (Return_Obj_Decl) = N_Object_Declaration then
1922 Return_Obj_Id := Defining_Identifier (Return_Obj_Decl);
1939 Next (Return_Obj_Decl);
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/
H A Dsem_dim.adb1906 Return_Obj_Decl : Node_Id; variable
1937 Return_Obj_Decl := First (Return_Obj_Decls);
1938 while Present (Return_Obj_Decl) loop
1939 if Nkind (Return_Obj_Decl) = N_Object_Declaration then
1940 Return_Obj_Id := Defining_Identifier (Return_Obj_Decl);
1957 Next (Return_Obj_Decl);
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/
H A Dsem_dim.adb1906 Return_Obj_Decl : Node_Id; variable
1937 Return_Obj_Decl := First (Return_Obj_Decls);
1938 while Present (Return_Obj_Decl) loop
1939 if Nkind (Return_Obj_Decl) = N_Object_Declaration then
1940 Return_Obj_Id := Defining_Identifier (Return_Obj_Decl);
1957 Next (Return_Obj_Decl);
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/
H A Dsem_dim.adb1906 Return_Obj_Decl : Node_Id; variable
1937 Return_Obj_Decl := First (Return_Obj_Decls);
1938 while Present (Return_Obj_Decl) loop
1939 if Nkind (Return_Obj_Decl) = N_Object_Declaration then
1940 Return_Obj_Id := Defining_Identifier (Return_Obj_Decl);
1957 Next (Return_Obj_Decl);

12