Home
last modified time | relevance | path

Searched refs:W_Scope (Results 1 – 23 of 23) sorted by relevance

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dsem_elab.adb309 W_Scope : Entity_Id; variable
646 W_Scope := Scope (Entity (Name (N)));
648 W_Scope := E;
651 while not Is_Compilation_Unit (W_Scope) loop
652 W_Scope := Scope (W_Scope);
683 ("\missing pragma Elaborate_All for&?", N, W_Scope);
691 Set_Suppress_Elaboration_Warnings (W_Scope, True);
729 or else Elaboration_Checks_Suppressed (W_Scope)
743 Error_Msg_Node_2 := W_Scope;
751 Set_Elaborate_All_Desirable (W_Scope);
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dsem_elab.adb309 W_Scope : Entity_Id; variable
646 W_Scope := Scope (Entity (Name (N)));
648 W_Scope := E;
651 while not Is_Compilation_Unit (W_Scope) loop
652 W_Scope := Scope (W_Scope);
683 ("\missing pragma Elaborate_All for&?", N, W_Scope);
691 Set_Suppress_Elaboration_Warnings (W_Scope, True);
729 or else Elaboration_Checks_Suppressed (W_Scope)
743 Error_Msg_Node_2 := W_Scope;
751 Set_Elaborate_All_Desirable (W_Scope);
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Dsem_elab.adb608 W_Scope : Entity_Id; variable
762 W_Scope := Scope (Ent);
764 W_Scope := E;
770 while not Is_Compilation_Unit (W_Scope) loop
771 W_Scope := Scope (W_Scope);
779 if W_Scope = C_Scope then
1072 W_Scope);
1080 W_Scope);
1141 or else Elaboration_Checks_Suppressed (W_Scope)
1161 Error_Msg_Node_2 := W_Scope;
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Dsem_elab.adb608 W_Scope : Entity_Id; variable
762 W_Scope := Scope (Ent);
764 W_Scope := E;
770 while not Is_Compilation_Unit (W_Scope) loop
771 W_Scope := Scope (W_Scope);
779 if W_Scope = C_Scope then
1072 W_Scope);
1080 W_Scope);
1141 or else Elaboration_Checks_Suppressed (W_Scope)
1161 Error_Msg_Node_2 := W_Scope;
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Dsem_elab.adb509 W_Scope : Entity_Id; variable
854 W_Scope := Scope (Ent);
856 W_Scope := E;
862 while not Is_Compilation_Unit (W_Scope) loop
863 W_Scope := Scope (W_Scope);
948 W_Scope);
954 W_Scope);
965 Set_Suppress_Elaboration_Warnings (W_Scope, True);
1010 or else Elaboration_Checks_Suppressed (W_Scope)
1030 Error_Msg_Node_2 := W_Scope;
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Dsem_elab.adb509 W_Scope : Entity_Id; variable
854 W_Scope := Scope (Ent);
856 W_Scope := E;
862 while not Is_Compilation_Unit (W_Scope) loop
863 W_Scope := Scope (W_Scope);
948 W_Scope);
954 W_Scope);
965 Set_Suppress_Elaboration_Warnings (W_Scope, True);
1010 or else Elaboration_Checks_Suppressed (W_Scope)
1030 Error_Msg_Node_2 := W_Scope;
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Dsem_elab.adb507 W_Scope : Entity_Id; variable
852 W_Scope := Scope (Ent);
854 W_Scope := E;
860 while not Is_Compilation_Unit (W_Scope) loop
861 W_Scope := Scope (W_Scope);
956 W_Scope);
962 W_Scope);
973 Set_Suppress_Elaboration_Warnings (W_Scope, True);
1018 or else Elaboration_Checks_Suppressed (W_Scope)
1038 Error_Msg_Node_2 := W_Scope;
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_elab.adb11939 W_Scope : Entity_Id; variable
11945 W_Scope := Scope (Refed_Ent);
11947 W_Scope := E;
11952 while not Is_Compilation_Unit (W_Scope) loop
11953 W_Scope := Scope (W_Scope);
11956 return W_Scope;
11972 W_Scope : constant Entity_Id := Find_W_Scope; constant
12157 if W_Scope = C_Scope then
12450 W_Scope);
12458 W_Scope);
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/
H A Dsem_elab.adb12037 W_Scope : Entity_Id; variable
12043 W_Scope := Scope (Refed_Ent);
12045 W_Scope := E;
12050 while not Is_Compilation_Unit (W_Scope) loop
12051 W_Scope := Scope (W_Scope);
12054 return W_Scope;
12070 W_Scope : constant Entity_Id := Find_W_Scope; constant
12255 if W_Scope = C_Scope then
12548 W_Scope);
12556 W_Scope);
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/
H A Dsem_elab.adb11929 W_Scope : Entity_Id; variable
11935 W_Scope := Scope (Refed_Ent);
11937 W_Scope := E;
11942 while not Is_Compilation_Unit (W_Scope) loop
11943 W_Scope := Scope (W_Scope);
11946 return W_Scope;
11962 W_Scope : constant Entity_Id := Find_W_Scope; constant
12147 if W_Scope = C_Scope then
12440 W_Scope);
12448 W_Scope);
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_elab.adb11939 W_Scope : Entity_Id; variable
11945 W_Scope := Scope (Refed_Ent);
11947 W_Scope := E;
11952 while not Is_Compilation_Unit (W_Scope) loop
11953 W_Scope := Scope (W_Scope);
11956 return W_Scope;
11972 W_Scope : constant Entity_Id := Find_W_Scope; constant
12157 if W_Scope = C_Scope then
12450 W_Scope);
12458 W_Scope);
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_elab.adb11939 W_Scope : Entity_Id; variable
11945 W_Scope := Scope (Refed_Ent);
11947 W_Scope := E;
11952 while not Is_Compilation_Unit (W_Scope) loop
11953 W_Scope := Scope (W_Scope);
11956 return W_Scope;
11972 W_Scope : constant Entity_Id := Find_W_Scope; constant
12157 if W_Scope = C_Scope then
12450 W_Scope);
12458 W_Scope);
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_elab.adb11939 W_Scope : Entity_Id; variable
11945 W_Scope := Scope (Refed_Ent);
11947 W_Scope := E;
11952 while not Is_Compilation_Unit (W_Scope) loop
11953 W_Scope := Scope (W_Scope);
11956 return W_Scope;
11972 W_Scope : constant Entity_Id := Find_W_Scope; constant
12157 if W_Scope = C_Scope then
12450 W_Scope);
12458 W_Scope);
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/
H A Dsem_elab.adb11939 W_Scope : Entity_Id; variable
11945 W_Scope := Scope (Refed_Ent);
11947 W_Scope := E;
11952 while not Is_Compilation_Unit (W_Scope) loop
11953 W_Scope := Scope (W_Scope);
11956 return W_Scope;
11972 W_Scope : constant Entity_Id := Find_W_Scope; constant
12157 if W_Scope = C_Scope then
12450 W_Scope);
12458 W_Scope);
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/
H A Dsem_elab.adb12027 W_Scope : Entity_Id; variable
12033 W_Scope := Scope (Refed_Ent);
12035 W_Scope := E;
12040 while not Is_Compilation_Unit (W_Scope) loop
12041 W_Scope := Scope (W_Scope);
12044 return W_Scope;
12060 W_Scope : constant Entity_Id := Find_W_Scope; constant
12245 if W_Scope = C_Scope then
12538 W_Scope);
12546 W_Scope);
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/
H A Dsem_elab.adb12037 W_Scope : Entity_Id; variable
12043 W_Scope := Scope (Refed_Ent);
12045 W_Scope := E;
12050 while not Is_Compilation_Unit (W_Scope) loop
12051 W_Scope := Scope (W_Scope);
12054 return W_Scope;
12070 W_Scope : constant Entity_Id := Find_W_Scope; constant
12255 if W_Scope = C_Scope then
12548 W_Scope);
12556 W_Scope);
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/
H A Dsem_elab.adb16662 W_Scope : Entity_Id; variable
16668 W_Scope := Scope (Refed_Ent);
16670 W_Scope := E;
16675 while not Is_Compilation_Unit (W_Scope) loop
16676 W_Scope := Scope (W_Scope);
16679 return W_Scope;
16695 W_Scope : constant Entity_Id := Find_W_Scope; constant
16880 if W_Scope = C_Scope then
17173 W_Scope);
17181 W_Scope);
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/
H A Dsem_elab.adb16662 W_Scope : Entity_Id; variable
16668 W_Scope := Scope (Refed_Ent);
16670 W_Scope := E;
16675 while not Is_Compilation_Unit (W_Scope) loop
16676 W_Scope := Scope (W_Scope);
16679 return W_Scope;
16695 W_Scope : constant Entity_Id := Find_W_Scope; constant
16880 if W_Scope = C_Scope then
17173 W_Scope);
17181 W_Scope);
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/
H A Dsem_elab.adb16662 W_Scope : Entity_Id; variable
16668 W_Scope := Scope (Refed_Ent);
16670 W_Scope := E;
16675 while not Is_Compilation_Unit (W_Scope) loop
16676 W_Scope := Scope (W_Scope);
16679 return W_Scope;
16695 W_Scope : constant Entity_Id := Find_W_Scope; constant
16880 if W_Scope = C_Scope then
17173 W_Scope);
17181 W_Scope);
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/
H A Dsem_elab.adb16692 W_Scope : Entity_Id; variable
16698 W_Scope := Scope (Refed_Ent);
16700 W_Scope := E;
16705 while not Is_Compilation_Unit (W_Scope) loop
16706 W_Scope := Scope (W_Scope);
16709 return W_Scope;
16725 W_Scope : constant Entity_Id := Find_W_Scope; constant
16910 if W_Scope = C_Scope then
17203 W_Scope);
17211 W_Scope);
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/
H A Dsem_elab.adb16690 W_Scope : Entity_Id; variable
16696 W_Scope := Scope (Refed_Ent);
16698 W_Scope := E;
16703 while not Is_Compilation_Unit (W_Scope) loop
16704 W_Scope := Scope (W_Scope);
16707 return W_Scope;
16723 W_Scope : constant Entity_Id := Find_W_Scope; constant
16908 if W_Scope = C_Scope then
17201 W_Scope);
17209 W_Scope);
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/
H A Dsem_elab.adb16692 W_Scope : Entity_Id; variable
16698 W_Scope := Scope (Refed_Ent);
16700 W_Scope := E;
16705 while not Is_Compilation_Unit (W_Scope) loop
16706 W_Scope := Scope (W_Scope);
16709 return W_Scope;
16725 W_Scope : constant Entity_Id := Find_W_Scope; constant
16910 if W_Scope = C_Scope then
17203 W_Scope);
17211 W_Scope);
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/
H A Dsem_elab.adb16692 W_Scope : Entity_Id; variable
16698 W_Scope := Scope (Refed_Ent);
16700 W_Scope := E;
16705 while not Is_Compilation_Unit (W_Scope) loop
16706 W_Scope := Scope (W_Scope);
16709 return W_Scope;
16725 W_Scope : constant Entity_Id := Find_W_Scope; constant
16910 if W_Scope = C_Scope then
17203 W_Scope);
17211 W_Scope);
[all …]