Home
last modified time | relevance | path

Searched refs:Priv_Decls (Results 1 – 25 of 152) sorted by relevance

1234567

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dpar-ch9.adb629 Priv_Decls : List_Id; variable
668 Priv_Decls := Private_Declarations (Def_Node);
670 if Present (Priv_Decls) then
673 Priv_Decls := New_List;
674 Set_Private_Declarations (Def_Node, Priv_Decls);
683 P_Pragmas_Opt (Priv_Decls);
687 P_Component_Items (Priv_Decls);
688 P_Pragmas_Opt (Priv_Decls);
694 Append (Item_Node, Priv_Decls);
697 P_Pragmas_Opt (Priv_Decls);
H A Dsem_ch7.adb1279 if Present (Priv_Decls) then
1280 Check_Decls (Priv_Decls);
1578 and then Is_Empty_List (Priv_Decls)
1670 if Present (Priv_Decls) then
1681 Analyze_Declarations (Priv_Decls);
1685 Inspect_Deferred_Constant_Completion (Priv_Decls);
1739 if Present (Priv_Decls) then
1740 Inspect_Unchecked_Union_Completion (Priv_Decls);
1745 and then Present (Priv_Decls)
1762 and then Is_Non_Empty_List (Priv_Decls)
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/
H A Dpar-ch9.adb629 Priv_Decls : List_Id; variable
668 Priv_Decls := Private_Declarations (Def_Node);
670 if Present (Priv_Decls) then
673 Priv_Decls := New_List;
674 Set_Private_Declarations (Def_Node, Priv_Decls);
683 P_Pragmas_Opt (Priv_Decls);
687 P_Component_Items (Priv_Decls);
688 P_Pragmas_Opt (Priv_Decls);
694 Append (Item_Node, Priv_Decls);
697 P_Pragmas_Opt (Priv_Decls);
H A Dsem_ch7.adb1333 if Present (Priv_Decls) then
1334 Check_Decls (Priv_Decls);
1635 and then Is_Empty_List (Priv_Decls)
1727 if Present (Priv_Decls) then
1738 Analyze_Declarations (Priv_Decls);
1742 Inspect_Deferred_Constant_Completion (Priv_Decls);
1796 if Present (Priv_Decls) then
1797 Inspect_Unchecked_Union_Completion (Priv_Decls);
1802 and then Present (Priv_Decls)
1819 and then Is_Non_Empty_List (Priv_Decls)
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/
H A Dpar-ch9.adb629 Priv_Decls : List_Id; variable
668 Priv_Decls := Private_Declarations (Def_Node);
670 if Present (Priv_Decls) then
673 Priv_Decls := New_List;
674 Set_Private_Declarations (Def_Node, Priv_Decls);
683 P_Pragmas_Opt (Priv_Decls);
687 P_Component_Items (Priv_Decls);
688 P_Pragmas_Opt (Priv_Decls);
694 Append (Item_Node, Priv_Decls);
697 P_Pragmas_Opt (Priv_Decls);
H A Dsem_ch7.adb1279 if Present (Priv_Decls) then
1280 Check_Decls (Priv_Decls);
1578 and then Is_Empty_List (Priv_Decls)
1670 if Present (Priv_Decls) then
1681 Analyze_Declarations (Priv_Decls);
1685 Inspect_Deferred_Constant_Completion (Priv_Decls);
1739 if Present (Priv_Decls) then
1740 Inspect_Unchecked_Union_Completion (Priv_Decls);
1745 and then Present (Priv_Decls)
1762 and then Is_Non_Empty_List (Priv_Decls)
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/
H A Dpar-ch9.adb629 Priv_Decls : List_Id; variable
668 Priv_Decls := Private_Declarations (Def_Node);
670 if Present (Priv_Decls) then
673 Priv_Decls := New_List;
674 Set_Private_Declarations (Def_Node, Priv_Decls);
683 P_Pragmas_Opt (Priv_Decls);
687 P_Component_Items (Priv_Decls);
688 P_Pragmas_Opt (Priv_Decls);
694 Append (Item_Node, Priv_Decls);
697 P_Pragmas_Opt (Priv_Decls);
H A Dsem_ch7.adb1279 if Present (Priv_Decls) then
1280 Check_Decls (Priv_Decls);
1578 and then Is_Empty_List (Priv_Decls)
1670 if Present (Priv_Decls) then
1681 Analyze_Declarations (Priv_Decls);
1685 Inspect_Deferred_Constant_Completion (Priv_Decls);
1739 if Present (Priv_Decls) then
1740 Inspect_Unchecked_Union_Completion (Priv_Decls);
1745 and then Present (Priv_Decls)
1762 and then Is_Non_Empty_List (Priv_Decls)
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/
H A Dpar-ch9.adb623 Priv_Decls : List_Id; variable
662 Priv_Decls := Private_Declarations (Def_Node);
664 if Present (Priv_Decls) then
667 Priv_Decls := New_List;
668 Set_Private_Declarations (Def_Node, Priv_Decls);
677 P_Pragmas_Opt (Priv_Decls);
681 P_Component_Items (Priv_Decls);
682 P_Pragmas_Opt (Priv_Decls);
688 Append (Item_Node, Priv_Decls);
691 P_Pragmas_Opt (Priv_Decls);
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/
H A Dpar-ch9.adb629 Priv_Decls : List_Id; variable
668 Priv_Decls := Private_Declarations (Def_Node);
670 if Present (Priv_Decls) then
673 Priv_Decls := New_List;
674 Set_Private_Declarations (Def_Node, Priv_Decls);
683 P_Pragmas_Opt (Priv_Decls);
687 P_Component_Items (Priv_Decls);
688 P_Pragmas_Opt (Priv_Decls);
694 Append (Item_Node, Priv_Decls);
697 P_Pragmas_Opt (Priv_Decls);
H A Dsem_ch7.adb1342 if Present (Priv_Decls) then
1343 Check_Decls (Priv_Decls);
1656 and then Is_Empty_List (Priv_Decls)
1748 if Present (Priv_Decls) then
1759 Analyze_Declarations (Priv_Decls);
1763 Inspect_Deferred_Constant_Completion (Priv_Decls);
1817 if Present (Priv_Decls) then
1818 Inspect_Unchecked_Union_Completion (Priv_Decls);
1823 and then Present (Priv_Decls)
1840 and then Is_Non_Empty_List (Priv_Decls)
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/
H A Dpar-ch9.adb623 Priv_Decls : List_Id; variable
662 Priv_Decls := Private_Declarations (Def_Node);
664 if Present (Priv_Decls) then
667 Priv_Decls := New_List;
668 Set_Private_Declarations (Def_Node, Priv_Decls);
677 P_Pragmas_Opt (Priv_Decls);
681 P_Component_Items (Priv_Decls);
682 P_Pragmas_Opt (Priv_Decls);
688 Append (Item_Node, Priv_Decls);
691 P_Pragmas_Opt (Priv_Decls);
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dpar-ch9.adb629 Priv_Decls : List_Id; variable
668 Priv_Decls := Private_Declarations (Def_Node);
670 if Present (Priv_Decls) then
673 Priv_Decls := New_List;
674 Set_Private_Declarations (Def_Node, Priv_Decls);
683 P_Pragmas_Opt (Priv_Decls);
687 P_Component_Items (Priv_Decls);
688 P_Pragmas_Opt (Priv_Decls);
694 Append (Item_Node, Priv_Decls);
697 P_Pragmas_Opt (Priv_Decls);
H A Dsem_ch7.adb1279 if Present (Priv_Decls) then
1280 Check_Decls (Priv_Decls);
1578 and then Is_Empty_List (Priv_Decls)
1670 if Present (Priv_Decls) then
1681 Analyze_Declarations (Priv_Decls);
1685 Inspect_Deferred_Constant_Completion (Priv_Decls);
1739 if Present (Priv_Decls) then
1740 Inspect_Unchecked_Union_Completion (Priv_Decls);
1745 and then Present (Priv_Decls)
1762 and then Is_Non_Empty_List (Priv_Decls)
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dpar-ch9.adb629 Priv_Decls : List_Id; variable
668 Priv_Decls := Private_Declarations (Def_Node);
670 if Present (Priv_Decls) then
673 Priv_Decls := New_List;
674 Set_Private_Declarations (Def_Node, Priv_Decls);
683 P_Pragmas_Opt (Priv_Decls);
687 P_Component_Items (Priv_Decls);
688 P_Pragmas_Opt (Priv_Decls);
694 Append (Item_Node, Priv_Decls);
697 P_Pragmas_Opt (Priv_Decls);
H A Dsem_ch7.adb1279 if Present (Priv_Decls) then
1280 Check_Decls (Priv_Decls);
1578 and then Is_Empty_List (Priv_Decls)
1670 if Present (Priv_Decls) then
1681 Analyze_Declarations (Priv_Decls);
1685 Inspect_Deferred_Constant_Completion (Priv_Decls);
1739 if Present (Priv_Decls) then
1740 Inspect_Unchecked_Union_Completion (Priv_Decls);
1745 and then Present (Priv_Decls)
1762 and then Is_Non_Empty_List (Priv_Decls)
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/
H A Dpar-ch9.adb629 Priv_Decls : List_Id; variable
668 Priv_Decls := Private_Declarations (Def_Node);
670 if Present (Priv_Decls) then
673 Priv_Decls := New_List;
674 Set_Private_Declarations (Def_Node, Priv_Decls);
683 P_Pragmas_Opt (Priv_Decls);
687 P_Component_Items (Priv_Decls);
688 P_Pragmas_Opt (Priv_Decls);
694 Append (Item_Node, Priv_Decls);
697 P_Pragmas_Opt (Priv_Decls);
H A Dsem_ch7.adb1342 if Present (Priv_Decls) then
1343 Check_Decls (Priv_Decls);
1656 and then Is_Empty_List (Priv_Decls)
1748 if Present (Priv_Decls) then
1759 Analyze_Declarations (Priv_Decls);
1763 Inspect_Deferred_Constant_Completion (Priv_Decls);
1817 if Present (Priv_Decls) then
1818 Inspect_Unchecked_Union_Completion (Priv_Decls);
1823 and then Present (Priv_Decls)
1840 and then Is_Non_Empty_List (Priv_Decls)
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/
H A Dpar-ch9.adb623 Priv_Decls : List_Id; variable
662 Priv_Decls := Private_Declarations (Def_Node);
664 if Present (Priv_Decls) then
667 Priv_Decls := New_List;
668 Set_Private_Declarations (Def_Node, Priv_Decls);
677 P_Pragmas_Opt (Priv_Decls);
681 P_Component_Items (Priv_Decls);
682 P_Pragmas_Opt (Priv_Decls);
688 Append (Item_Node, Priv_Decls);
691 P_Pragmas_Opt (Priv_Decls);
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/
H A Dpar-ch9.adb629 Priv_Decls : List_Id; variable
668 Priv_Decls := Private_Declarations (Def_Node);
670 if Present (Priv_Decls) then
673 Priv_Decls := New_List;
674 Set_Private_Declarations (Def_Node, Priv_Decls);
683 P_Pragmas_Opt (Priv_Decls);
687 P_Component_Items (Priv_Decls);
688 P_Pragmas_Opt (Priv_Decls);
694 Append (Item_Node, Priv_Decls);
697 P_Pragmas_Opt (Priv_Decls);
H A Dsem_ch7.adb1342 if Present (Priv_Decls) then
1343 Check_Decls (Priv_Decls);
1656 and then Is_Empty_List (Priv_Decls)
1748 if Present (Priv_Decls) then
1759 Analyze_Declarations (Priv_Decls);
1763 Inspect_Deferred_Constant_Completion (Priv_Decls);
1817 if Present (Priv_Decls) then
1818 Inspect_Unchecked_Union_Completion (Priv_Decls);
1823 and then Present (Priv_Decls)
1840 and then Is_Non_Empty_List (Priv_Decls)
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/
H A Dpar-ch9.adb629 Priv_Decls : List_Id; variable
668 Priv_Decls := Private_Declarations (Def_Node);
670 if Present (Priv_Decls) then
673 Priv_Decls := New_List;
674 Set_Private_Declarations (Def_Node, Priv_Decls);
683 P_Pragmas_Opt (Priv_Decls);
687 P_Component_Items (Priv_Decls);
688 P_Pragmas_Opt (Priv_Decls);
694 Append (Item_Node, Priv_Decls);
697 P_Pragmas_Opt (Priv_Decls);
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/
H A Dpar-ch9.adb623 Priv_Decls : List_Id; variable
662 Priv_Decls := Private_Declarations (Def_Node);
664 if Present (Priv_Decls) then
667 Priv_Decls := New_List;
668 Set_Private_Declarations (Def_Node, Priv_Decls);
677 P_Pragmas_Opt (Priv_Decls);
681 P_Component_Items (Priv_Decls);
682 P_Pragmas_Opt (Priv_Decls);
688 Append (Item_Node, Priv_Decls);
691 P_Pragmas_Opt (Priv_Decls);
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/
H A Dpar-ch9.adb629 Priv_Decls : List_Id; variable
668 Priv_Decls := Private_Declarations (Def_Node);
670 if Present (Priv_Decls) then
673 Priv_Decls := New_List;
674 Set_Private_Declarations (Def_Node, Priv_Decls);
683 P_Pragmas_Opt (Priv_Decls);
687 P_Component_Items (Priv_Decls);
688 P_Pragmas_Opt (Priv_Decls);
694 Append (Item_Node, Priv_Decls);
697 P_Pragmas_Opt (Priv_Decls);
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/
H A Dpar-ch9.adb629 Priv_Decls : List_Id; variable
668 Priv_Decls := Private_Declarations (Def_Node);
670 if Present (Priv_Decls) then
673 Priv_Decls := New_List;
674 Set_Private_Declarations (Def_Node, Priv_Decls);
683 P_Pragmas_Opt (Priv_Decls);
687 P_Component_Items (Priv_Decls);
688 P_Pragmas_Opt (Priv_Decls);
694 Append (Item_Node, Priv_Decls);
697 P_Pragmas_Opt (Priv_Decls);

1234567