Home
last modified time | relevance | path

Searched refs:Orig_N (Results 1 – 25 of 98) sorted by relevance

1234

/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Dsem_util.adb9180 Orig_N : constant Node_Id := Original_Node (N); constant
9185 if not Comes_From_Source (Orig_N) then
9189 pragma Assert (Nkind (Orig_N) in N_Subexpr);
9191 case Nkind (Orig_N) is
9200 if Is_Entity_Name (Orig_N)
9203 case Ekind (Entity (Orig_N)) is
9210 if Is_Type (Entity (Orig_N)) then
9233 if Nkind (Orig_N) = N_Extension_Aggregate then
9237 Expr := First (Expressions (Orig_N));
9261 if Nkind (Prefix (Orig_N)) in N_Subexpr then
[all …]
H A Dsem_res.adb9425 Orig_N : Node_Id; variable
9586 Orig_N := Original_Node (N);
9593 and then Nkind (Orig_N) = N_Type_Conversion
9594 and then Comes_From_Source (Orig_N)
9597 Orig_N := Original_Node (Expression (Orig_N));
9615 if (Is_Entity_Name (Orig_N)
9617 (Etype (Entity (Orig_N)) = Orig_T
9624 or else Etype (Orig_N) = Orig_T
9650 elsif Nkind (Orig_N) = N_Qualified_Expression
9673 if Is_Entity_Name (Orig_N) then
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Dsem_util.adb9180 Orig_N : constant Node_Id := Original_Node (N); constant
9185 if not Comes_From_Source (Orig_N) then
9189 pragma Assert (Nkind (Orig_N) in N_Subexpr);
9191 case Nkind (Orig_N) is
9200 if Is_Entity_Name (Orig_N)
9203 case Ekind (Entity (Orig_N)) is
9210 if Is_Type (Entity (Orig_N)) then
9233 if Nkind (Orig_N) = N_Extension_Aggregate then
9237 Expr := First (Expressions (Orig_N));
9261 if Nkind (Prefix (Orig_N)) in N_Subexpr then
[all …]
H A Dsem_res.adb9425 Orig_N : Node_Id; variable
9586 Orig_N := Original_Node (N);
9593 and then Nkind (Orig_N) = N_Type_Conversion
9594 and then Comes_From_Source (Orig_N)
9597 Orig_N := Original_Node (Expression (Orig_N));
9615 if (Is_Entity_Name (Orig_N)
9617 (Etype (Entity (Orig_N)) = Orig_T
9624 or else Etype (Orig_N) = Orig_T
9650 elsif Nkind (Orig_N) = N_Qualified_Expression
9673 if Is_Entity_Name (Orig_N) then
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Dsem_util.adb12068 Orig_N : constant Node_Id := Original_Node (N); constant
12091 elsif Nkind (Orig_N) = N_Case_Expression then
12092 Alt := First (Alternatives (Orig_N));
12105 elsif Nkind (Orig_N) = N_If_Expression then
13615 if not Comes_From_Source (Orig_N) then
13619 pragma Assert (Nkind (Orig_N) in N_Subexpr);
13621 case Nkind (Orig_N) is
13630 if Is_Entity_Name (Orig_N)
13633 case Ekind (Entity (Orig_N)) is
13669 Expr := First (Expressions (Orig_N));
[all …]
H A Dexp_fixd.adb1696 Orig_N : constant Node_Id := Original_Node (N); constant
1717 Nkind (Orig_N) /= N_Attribute_Reference
1719 (Attribute_Name (Orig_N)) /= Attribute_Round;
H A Dsem_res.adb10649 Orig_N : Node_Id; variable
10810 Orig_N := Original_Node (N);
10817 and then Nkind (Orig_N) = N_Type_Conversion
10818 and then Comes_From_Source (Orig_N)
10821 Orig_N := Original_Node (Expression (Orig_N));
10839 if (Is_Entity_Name (Orig_N)
10841 (Etype (Entity (Orig_N)) = Orig_T
10848 or else Etype (Orig_N) = Orig_T
10874 elsif Nkind (Orig_N) = N_Qualified_Expression
10897 if Is_Entity_Name (Orig_N) then
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Dsem_util.adb12068 Orig_N : constant Node_Id := Original_Node (N); constant
12091 elsif Nkind (Orig_N) = N_Case_Expression then
12092 Alt := First (Alternatives (Orig_N));
12105 elsif Nkind (Orig_N) = N_If_Expression then
13615 if not Comes_From_Source (Orig_N) then
13619 pragma Assert (Nkind (Orig_N) in N_Subexpr);
13621 case Nkind (Orig_N) is
13630 if Is_Entity_Name (Orig_N)
13633 case Ekind (Entity (Orig_N)) is
13669 Expr := First (Expressions (Orig_N));
[all …]
H A Dexp_fixd.adb1696 Orig_N : constant Node_Id := Original_Node (N); constant
1717 Nkind (Orig_N) /= N_Attribute_Reference
1719 (Attribute_Name (Orig_N)) /= Attribute_Round;
H A Dsem_res.adb10649 Orig_N : Node_Id; variable
10810 Orig_N := Original_Node (N);
10817 and then Nkind (Orig_N) = N_Type_Conversion
10818 and then Comes_From_Source (Orig_N)
10821 Orig_N := Original_Node (Expression (Orig_N));
10839 if (Is_Entity_Name (Orig_N)
10841 (Etype (Entity (Orig_N)) = Orig_T
10848 or else Etype (Orig_N) = Orig_T
10874 elsif Nkind (Orig_N) = N_Qualified_Expression
10897 if Is_Entity_Name (Orig_N) then
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Dsem_util.adb11246 Orig_N : constant Node_Id := Original_Node (N); constant
11251 if not Comes_From_Source (Orig_N) then
11255 pragma Assert (Nkind (Orig_N) in N_Subexpr);
11257 case Nkind (Orig_N) is
11266 if Is_Entity_Name (Orig_N)
11269 case Ekind (Entity (Orig_N)) is
11276 if Is_Type (Entity (Orig_N)) then
11299 if Nkind (Orig_N) = N_Extension_Aggregate then
11303 Expr := First (Expressions (Orig_N));
11327 if Nkind (Prefix (Orig_N)) in N_Subexpr then
[all …]
H A Dsem_res.adb9935 Orig_N : Node_Id; variable
10096 Orig_N := Original_Node (N);
10103 and then Nkind (Orig_N) = N_Type_Conversion
10104 and then Comes_From_Source (Orig_N)
10107 Orig_N := Original_Node (Expression (Orig_N));
10125 if (Is_Entity_Name (Orig_N)
10127 (Etype (Entity (Orig_N)) = Orig_T
10134 or else Etype (Orig_N) = Orig_T
10160 elsif Nkind (Orig_N) = N_Qualified_Expression
10183 if Is_Entity_Name (Orig_N) then
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dsem_res.adb6181 Orig_N : Node_Id; variable
6274 Orig_N := Original_Node (N);
6277 and then Comes_From_Source (Orig_N)
6278 and then Nkind (Orig_N) = N_Type_Conversion
6280 Orig_N := Original_Node (Expression (Orig_N));
6293 if Is_Entity_Name (Orig_N)
6294 and then Etype (Entity (Orig_N)) = Orig_T
6297 ("?useless conversion, & has this type", N, Entity (Orig_N));
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dsem_res.adb6181 Orig_N : Node_Id; variable
6274 Orig_N := Original_Node (N);
6277 and then Comes_From_Source (Orig_N)
6278 and then Nkind (Orig_N) = N_Type_Conversion
6280 Orig_N := Original_Node (Expression (Orig_N));
6293 if Is_Entity_Name (Orig_N)
6294 and then Etype (Entity (Orig_N)) = Orig_T
6297 ("?useless conversion, & has this type", N, Entity (Orig_N));
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/
H A Dsem_res.adb11623 Orig_N : Node_Id; variable
11761 Orig_N := Original_Node (N);
11768 and then Nkind (Orig_N) = N_Type_Conversion
11769 and then Comes_From_Source (Orig_N)
11772 Orig_N := Original_Node (Expression (Orig_N));
11790 if (Is_Entity_Name (Orig_N)
11791 and then Present (Entity (Orig_N))
11793 (Etype (Entity (Orig_N)) = Orig_T
11800 or else Etype (Orig_N) = Orig_T
11847 if Is_Entity_Name (Orig_N) then
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/
H A Dsem_res.adb11623 Orig_N : Node_Id; variable
11761 Orig_N := Original_Node (N);
11768 and then Nkind (Orig_N) = N_Type_Conversion
11769 and then Comes_From_Source (Orig_N)
11772 Orig_N := Original_Node (Expression (Orig_N));
11790 if (Is_Entity_Name (Orig_N)
11791 and then Present (Entity (Orig_N))
11793 (Etype (Entity (Orig_N)) = Orig_T
11800 or else Etype (Orig_N) = Orig_T
11847 if Is_Entity_Name (Orig_N) then
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/
H A Dsem_res.adb11623 Orig_N : Node_Id; variable
11761 Orig_N := Original_Node (N);
11768 and then Nkind (Orig_N) = N_Type_Conversion
11769 and then Comes_From_Source (Orig_N)
11772 Orig_N := Original_Node (Expression (Orig_N));
11790 if (Is_Entity_Name (Orig_N)
11791 and then Present (Entity (Orig_N))
11793 (Etype (Entity (Orig_N)) = Orig_T
11800 or else Etype (Orig_N) = Orig_T
11847 if Is_Entity_Name (Orig_N) then
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dexp_fixd.adb1696 Orig_N : constant Node_Id := Original_Node (N); constant
1717 Nkind (Orig_N) /= N_Attribute_Reference
1719 (Attribute_Name (Orig_N)) /= Attribute_Round;
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/
H A Dexp_fixd.adb1696 Orig_N : constant Node_Id := Original_Node (N); constant
1717 Nkind (Orig_N) /= N_Attribute_Reference
1719 (Attribute_Name (Orig_N)) /= Attribute_Round;
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/
H A Dexp_fixd.adb1696 Orig_N : constant Node_Id := Original_Node (N); constant
1717 Nkind (Orig_N) /= N_Attribute_Reference
1719 (Attribute_Name (Orig_N)) /= Attribute_Round;
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/
H A Dexp_fixd.adb1696 Orig_N : constant Node_Id := Original_Node (N); constant
1717 Nkind (Orig_N) /= N_Attribute_Reference
1719 (Attribute_Name (Orig_N)) /= Attribute_Round;
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/
H A Dexp_fixd.adb1696 Orig_N : constant Node_Id := Original_Node (N); constant
1717 Nkind (Orig_N) /= N_Attribute_Reference
1719 (Attribute_Name (Orig_N)) /= Attribute_Round;
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/
H A Dexp_fixd.adb1696 Orig_N : constant Node_Id := Original_Node (N); constant
1717 Nkind (Orig_N) /= N_Attribute_Reference
1719 (Attribute_Name (Orig_N)) /= Attribute_Round;
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/
H A Dexp_fixd.adb1696 Orig_N : constant Node_Id := Original_Node (N); constant
1717 Nkind (Orig_N) /= N_Attribute_Reference
1719 (Attribute_Name (Orig_N)) /= Attribute_Round;
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/
H A Dexp_fixd.adb1696 Orig_N : constant Node_Id := Original_Node (N); constant
1717 Nkind (Orig_N) /= N_Attribute_Reference
1719 (Attribute_Name (Orig_N)) /= Attribute_Round;

1234