Home
last modified time | relevance | path

Searched refs:R_Type (Results 126 – 150 of 165) sorted by relevance

1234567

/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/
H A Dexp_attr.adb89 (R_Type : Entity_Id;
431 (R_Type : Entity_Id;
434 Loc : constant Source_Ptr := Sloc (R_Type);
483 or else Is_Unchecked_Union (R_Type)
574 and then Is_Unchecked_Union (R_Type)
619 Def : constant Node_Id := Parent (R_Type);
630 Parameter_Type => New_Occurrence_Of (R_Type, Loc)));
633 Make_VS_If (R_Type, Discriminant_Specifications (Def)));
634 Append_List_To (Stmts, Make_VS_Case (R_Type, Comps));
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/
H A Dexp_attr.adb89 (R_Type : Entity_Id;
431 (R_Type : Entity_Id;
434 Loc : constant Source_Ptr := Sloc (R_Type);
483 or else Is_Unchecked_Union (R_Type)
574 and then Is_Unchecked_Union (R_Type)
619 Def : constant Node_Id := Parent (R_Type);
630 Parameter_Type => New_Occurrence_Of (R_Type, Loc)));
633 Make_VS_If (R_Type, Discriminant_Specifications (Def)));
634 Append_List_To (Stmts, Make_VS_Case (R_Type, Comps));
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dexp_attr.adb89 (R_Type : Entity_Id;
431 (R_Type : Entity_Id;
434 Loc : constant Source_Ptr := Sloc (R_Type);
483 or else Is_Unchecked_Union (R_Type)
574 and then Is_Unchecked_Union (R_Type)
619 Def : constant Node_Id := Parent (R_Type);
630 Parameter_Type => New_Occurrence_Of (R_Type, Loc)));
633 Make_VS_If (R_Type, Discriminant_Specifications (Def)));
634 Append_List_To (Stmts, Make_VS_Case (R_Type, Comps));
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dexp_attr.adb89 (R_Type : Entity_Id;
431 (R_Type : Entity_Id;
434 Loc : constant Source_Ptr := Sloc (R_Type);
483 or else Is_Unchecked_Union (R_Type)
574 and then Is_Unchecked_Union (R_Type)
619 Def : constant Node_Id := Parent (R_Type);
630 Parameter_Type => New_Occurrence_Of (R_Type, Loc)));
633 Make_VS_If (R_Type, Discriminant_Specifications (Def)));
634 Append_List_To (Stmts, Make_VS_Case (R_Type, Comps));
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Dexp_attr.adb88 (R_Type : Entity_Id;
407 (R_Type : Entity_Id;
410 Loc : constant Source_Ptr := Sloc (R_Type);
588 Def : constant Node_Id := Parent (R_Type);
597 Parameter_Type => New_Occurrence_Of (R_Type, Loc)));
600 Make_VS_If (R_Type, Discriminant_Specifications (Def)));
601 Append_List_To (Stmts, Make_VS_Case (R_Type, Comps));
H A Dexp_ch3.adb107 (R_Type : Entity_Id;
3689 (R_Type : Entity_Id;
3796 and then In_Open_Scopes (Scope (R_Type))
3798 if Has_Unchecked_Union (R_Type) then
3801 & "unchecked_union type&?", Decl, R_Type);
3865 Type_Def := Type_Definition (Parent (R_Type));
3886 Chars => New_External_Name (Chars (R_Type), "CInvariant"));
3896 Parameter_Type => New_Occurrence_Of (R_Type, Loc)))),
3904 Set_Is_Public (Proc_Id, Is_Public (R_Type));
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Dexp_attr.adb88 (R_Type : Entity_Id;
407 (R_Type : Entity_Id;
410 Loc : constant Source_Ptr := Sloc (R_Type);
588 Def : constant Node_Id := Parent (R_Type);
597 Parameter_Type => New_Occurrence_Of (R_Type, Loc)));
600 Make_VS_If (R_Type, Discriminant_Specifications (Def)));
601 Append_List_To (Stmts, Make_VS_Case (R_Type, Comps));
H A Dexp_ch3.adb107 (R_Type : Entity_Id;
3689 (R_Type : Entity_Id;
3796 and then In_Open_Scopes (Scope (R_Type))
3798 if Has_Unchecked_Union (R_Type) then
3801 & "unchecked_union type&?", Decl, R_Type);
3865 Type_Def := Type_Definition (Parent (R_Type));
3886 Chars => New_External_Name (Chars (R_Type), "CInvariant"));
3896 Parameter_Type => New_Occurrence_Of (R_Type, Loc)))),
3904 Set_Is_Public (Proc_Id, Is_Public (R_Type));
H A DChangeLog-20075538 (Check_Return_Subtype_Indication): Replace R_Type with R_Stm_Type in
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Dexp_ch3.adb103 (R_Type : Entity_Id;
3639 (R_Type : Entity_Id;
3731 and then In_Open_Scopes (Scope (R_Type))
3792 Type_Def := Type_Definition (Parent (R_Type));
3808 Chars => New_External_Name (Chars (R_Type), "Invariant"));
3818 Parameter_Type => New_Occurrence_Of (R_Type, Loc)))),
3826 Set_Is_Public (Proc_Id, Is_Public (R_Type));
H A DChangeLog-20075538 (Check_Return_Subtype_Indication): Replace R_Type with R_Stm_Type in
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Dexp_ch3.adb103 (R_Type : Entity_Id;
3639 (R_Type : Entity_Id;
3731 and then In_Open_Scopes (Scope (R_Type))
3792 Type_Def := Type_Definition (Parent (R_Type));
3808 Chars => New_External_Name (Chars (R_Type), "Invariant"));
3818 Parameter_Type => New_Occurrence_Of (R_Type, Loc)))),
3826 Set_Is_Public (Proc_Id, Is_Public (R_Type));
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Dexp_ch3.adb103 (R_Type : Entity_Id;
3639 (R_Type : Entity_Id;
3731 and then In_Open_Scopes (Scope (R_Type))
3792 Type_Def := Type_Definition (Parent (R_Type));
3808 Chars => New_External_Name (Chars (R_Type), "Invariant"));
3818 Parameter_Type => New_Occurrence_Of (R_Type, Loc)))),
3826 Set_Is_Public (Proc_Id, Is_Public (R_Type));
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/translate/
H A Dtrans-chap7.adb2139 R_Type : constant Iir := Get_Type (Right); constant
2156 R := Stabilize (E2M (R_Expr, Get_Info (R_Type), Mode_Value));
2171 M2E (Chap3.Range_To_Length (Chap3.Get_Array_Range (R, R_Type, 1))));
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/
H A Dsem_prag.adb12658 R_Type : constant Entity_Id constant
12669 (R_Type = Type_Table (Idx))
H A DChangeLog-20075538 (Check_Return_Subtype_Indication): Replace R_Type with R_Stm_Type in
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/
H A Dsem_prag.adb13269 R_Type : constant Entity_Id constant
13280 (R_Type = Type_Table (Idx))
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/
H A Dsem_prag.adb12929 R_Type : constant Entity_Id constant
12940 (R_Type = Type_Table (Idx))
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/
H A Dsem_prag.adb13269 R_Type : constant Entity_Id constant
13280 (R_Type = Type_Table (Idx))
H A DChangeLog-20075538 (Check_Return_Subtype_Indication): Replace R_Type with R_Stm_Type in
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/
H A Dsem_prag.adb12658 R_Type : constant Entity_Id constant
12669 (R_Type = Type_Table (Idx))
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/
H A Dsem_prag.adb13269 R_Type : constant Entity_Id constant
13280 (R_Type = Type_Table (Idx))
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/
H A Dsem_prag.adb12658 R_Type : constant Entity_Id constant
12669 (R_Type = Type_Table (Idx))
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A DChangeLog-20075538 (Check_Return_Subtype_Indication): Replace R_Type with R_Stm_Type in
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/
H A DChangeLog-20075538 (Check_Return_Subtype_Indication): Replace R_Type with R_Stm_Type in

1234567