Home
last modified time | relevance | path

Searched defs:Build_Elementary_Input_Call (Results 1 – 25 of 46) sorted by relevance

12

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dexp_strm.adb443 function Build_Elementary_Input_Call (N : Node_Id) return Node_Id is subprogram
444 Loc : constant Source_Ptr := Sloc (N);
445 P_Type : constant Entity_Id := Entity (Prefix (N));
446 U_Type : constant Entity_Id := Underlying_Type (P_Type);
447 Rt_Type : constant Entity_Id := Root_Type (U_Type);
448 FST : constant Entity_Id := First_Subtype (U_Type);
449 P_Size : constant Uint := Esize (FST);
450 Res : Node_Id;
451 Strm : constant Node_Id := First (Expressions (N));
452 Targ : constant Node_Id := Next (Strm);
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dexp_strm.adb443 function Build_Elementary_Input_Call (N : Node_Id) return Node_Id is subprogram
444 Loc : constant Source_Ptr := Sloc (N);
445 P_Type : constant Entity_Id := Entity (Prefix (N));
446 U_Type : constant Entity_Id := Underlying_Type (P_Type);
447 Rt_Type : constant Entity_Id := Root_Type (U_Type);
448 FST : constant Entity_Id := First_Subtype (U_Type);
449 P_Size : constant Uint := Esize (FST);
450 Res : Node_Id;
451 Strm : constant Node_Id := First (Expressions (N));
452 Targ : constant Node_Id := Next (Strm);
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dexp_strm.adb448 function Build_Elementary_Input_Call (N : Node_Id) return Node_Id is subprogram
449 Loc : constant Source_Ptr := Sloc (N);
450 P_Type : constant Entity_Id := Entity (Prefix (N));
451 U_Type : constant Entity_Id := Underlying_Type (P_Type);
452 Rt_Type : constant Entity_Id := Root_Type (U_Type);
453 FST : constant Entity_Id := First_Subtype (U_Type);
454 Strm : constant Node_Id := First (Expressions (N));
455 Targ : constant Node_Id := Next (Strm);
456 P_Size : constant Uint := Get_Stream_Size (FST);
457 Res : Node_Id;
[all …]
H A Dexp_strm.ads33 function Build_Elementary_Input_Call (N : Node_Id) return Node_Id; subprogspec
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Dexp_strm.adb450 function Build_Elementary_Input_Call (N : Node_Id) return Node_Id is subprogram
451 Loc : constant Source_Ptr := Sloc (N);
452 P_Type : constant Entity_Id := Entity (Prefix (N));
453 U_Type : constant Entity_Id := Underlying_Type (P_Type);
454 Rt_Type : constant Entity_Id := Root_Type (U_Type);
455 FST : constant Entity_Id := First_Subtype (U_Type);
456 Strm : constant Node_Id := First (Expressions (N));
457 Targ : constant Node_Id := Next (Strm);
458 P_Size : constant Uint := Get_Stream_Size (FST);
459 Res : Node_Id;
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/
H A Dexp_strm.adb448 function Build_Elementary_Input_Call (N : Node_Id) return Node_Id is subprogram
449 Loc : constant Source_Ptr := Sloc (N);
450 P_Type : constant Entity_Id := Entity (Prefix (N));
451 U_Type : constant Entity_Id := Underlying_Type (P_Type);
452 Rt_Type : constant Entity_Id := Root_Type (U_Type);
453 FST : constant Entity_Id := First_Subtype (U_Type);
454 Strm : constant Node_Id := First (Expressions (N));
455 Targ : constant Node_Id := Next (Strm);
456 P_Size : constant Uint := Get_Stream_Size (FST);
457 Res : Node_Id;
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/
H A Dexp_strm.adb448 function Build_Elementary_Input_Call (N : Node_Id) return Node_Id is subprogram
449 Loc : constant Source_Ptr := Sloc (N);
450 P_Type : constant Entity_Id := Entity (Prefix (N));
451 U_Type : constant Entity_Id := Underlying_Type (P_Type);
452 Rt_Type : constant Entity_Id := Root_Type (U_Type);
453 FST : constant Entity_Id := First_Subtype (U_Type);
454 Strm : constant Node_Id := First (Expressions (N));
455 Targ : constant Node_Id := Next (Strm);
456 P_Size : constant Uint := Get_Stream_Size (FST);
457 Res : Node_Id;
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Dexp_strm.adb448 function Build_Elementary_Input_Call (N : Node_Id) return Node_Id is subprogram
449 Loc : constant Source_Ptr := Sloc (N);
450 P_Type : constant Entity_Id := Entity (Prefix (N));
451 U_Type : constant Entity_Id := Underlying_Type (P_Type);
452 Rt_Type : constant Entity_Id := Root_Type (U_Type);
453 FST : constant Entity_Id := First_Subtype (U_Type);
454 Strm : constant Node_Id := First (Expressions (N));
455 Targ : constant Node_Id := Next (Strm);
456 P_Size : constant Uint := Get_Stream_Size (FST);
457 Res : Node_Id;
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/
H A Dexp_strm.adb448 function Build_Elementary_Input_Call (N : Node_Id) return Node_Id is subprogram
449 Loc : constant Source_Ptr := Sloc (N);
450 P_Type : constant Entity_Id := Entity (Prefix (N));
451 U_Type : constant Entity_Id := Underlying_Type (P_Type);
452 Rt_Type : constant Entity_Id := Root_Type (U_Type);
453 FST : constant Entity_Id := First_Subtype (U_Type);
454 Strm : constant Node_Id := First (Expressions (N));
455 Targ : constant Node_Id := Next (Strm);
456 P_Size : constant Uint := Get_Stream_Size (FST);
457 Res : Node_Id;
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Dexp_strm.adb450 function Build_Elementary_Input_Call (N : Node_Id) return Node_Id is subprogram
451 Loc : constant Source_Ptr := Sloc (N);
452 P_Type : constant Entity_Id := Entity (Prefix (N));
453 U_Type : constant Entity_Id := Underlying_Type (P_Type);
454 Rt_Type : constant Entity_Id := Root_Type (U_Type);
455 FST : constant Entity_Id := First_Subtype (U_Type);
456 Strm : constant Node_Id := First (Expressions (N));
457 Targ : constant Node_Id := Next (Strm);
458 P_Size : constant Uint := Get_Stream_Size (FST);
459 Res : Node_Id;
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/
H A Dexp_strm.adb448 function Build_Elementary_Input_Call (N : Node_Id) return Node_Id is subprogram
449 Loc : constant Source_Ptr := Sloc (N);
450 P_Type : constant Entity_Id := Entity (Prefix (N));
451 U_Type : constant Entity_Id := Underlying_Type (P_Type);
452 Rt_Type : constant Entity_Id := Root_Type (U_Type);
453 FST : constant Entity_Id := First_Subtype (U_Type);
454 Strm : constant Node_Id := First (Expressions (N));
455 Targ : constant Node_Id := Next (Strm);
456 P_Size : constant Uint := Get_Stream_Size (FST);
457 Res : Node_Id;
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/
H A Dexp_strm.adb452 function Build_Elementary_Input_Call (N : Node_Id) return Node_Id is subprogram
453 Loc : constant Source_Ptr := Sloc (N);
454 P_Type : constant Entity_Id := Entity (Prefix (N));
455 U_Type : constant Entity_Id := Underlying_Type (P_Type);
456 Rt_Type : constant Entity_Id := Root_Type (U_Type);
457 FST : constant Entity_Id := First_Subtype (U_Type);
458 Strm : constant Node_Id := First (Expressions (N));
459 Targ : constant Node_Id := Next (Strm);
460 P_Size : constant Uint := Get_Stream_Size (FST);
461 Res : Node_Id;
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Dexp_strm.adb450 function Build_Elementary_Input_Call (N : Node_Id) return Node_Id is subprogram
451 Loc : constant Source_Ptr := Sloc (N);
452 P_Type : constant Entity_Id := Entity (Prefix (N));
453 U_Type : constant Entity_Id := Underlying_Type (P_Type);
454 Rt_Type : constant Entity_Id := Root_Type (U_Type);
455 FST : constant Entity_Id := First_Subtype (U_Type);
456 Strm : constant Node_Id := First (Expressions (N));
457 Targ : constant Node_Id := Next (Strm);
458 P_Size : constant Uint := Get_Stream_Size (FST);
459 Res : Node_Id;
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/
H A Dexp_strm.adb448 function Build_Elementary_Input_Call (N : Node_Id) return Node_Id is subprogram
449 Loc : constant Source_Ptr := Sloc (N);
450 P_Type : constant Entity_Id := Entity (Prefix (N));
451 U_Type : constant Entity_Id := Underlying_Type (P_Type);
452 Rt_Type : constant Entity_Id := Root_Type (U_Type);
453 FST : constant Entity_Id := First_Subtype (U_Type);
454 Strm : constant Node_Id := First (Expressions (N));
455 Targ : constant Node_Id := Next (Strm);
456 P_Size : constant Uint := Get_Stream_Size (FST);
457 Res : Node_Id;
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/
H A Dexp_strm.adb448 function Build_Elementary_Input_Call (N : Node_Id) return Node_Id is subprogram
449 Loc : constant Source_Ptr := Sloc (N);
450 P_Type : constant Entity_Id := Entity (Prefix (N));
451 U_Type : constant Entity_Id := Underlying_Type (P_Type);
452 Rt_Type : constant Entity_Id := Root_Type (U_Type);
453 FST : constant Entity_Id := First_Subtype (U_Type);
454 Strm : constant Node_Id := First (Expressions (N));
455 Targ : constant Node_Id := Next (Strm);
456 P_Size : constant Uint := Get_Stream_Size (FST);
457 Res : Node_Id;
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/
H A Dexp_strm.adb448 function Build_Elementary_Input_Call (N : Node_Id) return Node_Id is subprogram
449 Loc : constant Source_Ptr := Sloc (N);
450 P_Type : constant Entity_Id := Entity (Prefix (N));
451 U_Type : constant Entity_Id := Underlying_Type (P_Type);
452 Rt_Type : constant Entity_Id := Root_Type (U_Type);
453 FST : constant Entity_Id := First_Subtype (U_Type);
454 Strm : constant Node_Id := First (Expressions (N));
455 Targ : constant Node_Id := Next (Strm);
456 P_Size : constant Uint := Get_Stream_Size (FST);
457 Res : Node_Id;
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/
H A Dexp_strm.adb448 function Build_Elementary_Input_Call (N : Node_Id) return Node_Id is subprogram
449 Loc : constant Source_Ptr := Sloc (N);
450 P_Type : constant Entity_Id := Entity (Prefix (N));
451 U_Type : constant Entity_Id := Underlying_Type (P_Type);
452 Rt_Type : constant Entity_Id := Root_Type (U_Type);
453 FST : constant Entity_Id := First_Subtype (U_Type);
454 Strm : constant Node_Id := First (Expressions (N));
455 Targ : constant Node_Id := Next (Strm);
456 P_Size : constant Uint := Get_Stream_Size (FST);
457 Res : Node_Id;
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/
H A Dexp_strm.adb448 function Build_Elementary_Input_Call (N : Node_Id) return Node_Id is subprogram
449 Loc : constant Source_Ptr := Sloc (N);
450 P_Type : constant Entity_Id := Entity (Prefix (N));
451 U_Type : constant Entity_Id := Underlying_Type (P_Type);
452 Rt_Type : constant Entity_Id := Root_Type (U_Type);
453 FST : constant Entity_Id := First_Subtype (U_Type);
454 Strm : constant Node_Id := First (Expressions (N));
455 Targ : constant Node_Id := Next (Strm);
456 P_Size : constant Uint := Get_Stream_Size (FST);
457 Res : Node_Id;
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dexp_strm.adb448 function Build_Elementary_Input_Call (N : Node_Id) return Node_Id is subprogram
449 Loc : constant Source_Ptr := Sloc (N);
450 P_Type : constant Entity_Id := Entity (Prefix (N));
451 U_Type : constant Entity_Id := Underlying_Type (P_Type);
452 Rt_Type : constant Entity_Id := Root_Type (U_Type);
453 FST : constant Entity_Id := First_Subtype (U_Type);
454 Strm : constant Node_Id := First (Expressions (N));
455 Targ : constant Node_Id := Next (Strm);
456 P_Size : constant Uint := Get_Stream_Size (FST);
457 Res : Node_Id;
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dexp_strm.adb448 function Build_Elementary_Input_Call (N : Node_Id) return Node_Id is subprogram
449 Loc : constant Source_Ptr := Sloc (N);
450 P_Type : constant Entity_Id := Entity (Prefix (N));
451 U_Type : constant Entity_Id := Underlying_Type (P_Type);
452 Rt_Type : constant Entity_Id := Root_Type (U_Type);
453 FST : constant Entity_Id := First_Subtype (U_Type);
454 Strm : constant Node_Id := First (Expressions (N));
455 Targ : constant Node_Id := Next (Strm);
456 P_Size : constant Uint := Get_Stream_Size (FST);
457 Res : Node_Id;
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/
H A Dexp_strm.adb448 function Build_Elementary_Input_Call (N : Node_Id) return Node_Id is subprogram
449 Loc : constant Source_Ptr := Sloc (N);
450 P_Type : constant Entity_Id := Entity (Prefix (N));
451 U_Type : constant Entity_Id := Underlying_Type (P_Type);
452 Rt_Type : constant Entity_Id := Root_Type (U_Type);
453 FST : constant Entity_Id := First_Subtype (U_Type);
454 Strm : constant Node_Id := First (Expressions (N));
455 Targ : constant Node_Id := Next (Strm);
456 P_Size : constant Uint := Get_Stream_Size (FST);
457 Res : Node_Id;
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/
H A Dexp_strm.adb448 function Build_Elementary_Input_Call (N : Node_Id) return Node_Id is subprogram
449 Loc : constant Source_Ptr := Sloc (N);
450 P_Type : constant Entity_Id := Entity (Prefix (N));
451 U_Type : constant Entity_Id := Underlying_Type (P_Type);
452 Rt_Type : constant Entity_Id := Root_Type (U_Type);
453 FST : constant Entity_Id := First_Subtype (U_Type);
454 Strm : constant Node_Id := First (Expressions (N));
455 Targ : constant Node_Id := Next (Strm);
456 P_Size : constant Uint := Get_Stream_Size (FST);
457 Res : Node_Id;
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/
H A Dexp_strm.adb448 function Build_Elementary_Input_Call (N : Node_Id) return Node_Id is subprogram
449 Loc : constant Source_Ptr := Sloc (N);
450 P_Type : constant Entity_Id := Entity (Prefix (N));
451 U_Type : constant Entity_Id := Underlying_Type (P_Type);
452 Rt_Type : constant Entity_Id := Root_Type (U_Type);
453 FST : constant Entity_Id := First_Subtype (U_Type);
454 Strm : constant Node_Id := First (Expressions (N));
455 Targ : constant Node_Id := Next (Strm);
456 P_Size : constant Uint := Get_Stream_Size (FST);
457 Res : Node_Id;
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Dexp_strm.adb448 function Build_Elementary_Input_Call (N : Node_Id) return Node_Id is subprogram
449 Loc : constant Source_Ptr := Sloc (N);
450 P_Type : constant Entity_Id := Entity (Prefix (N));
451 U_Type : constant Entity_Id := Underlying_Type (P_Type);
452 Rt_Type : constant Entity_Id := Root_Type (U_Type);
453 FST : constant Entity_Id := First_Subtype (U_Type);
454 Strm : constant Node_Id := First (Expressions (N));
455 Targ : constant Node_Id := Next (Strm);
456 P_Size : constant Uint := Get_Stream_Size (FST);
457 Res : Node_Id;
[all …]
H A Dexp_strm.ads33 function Build_Elementary_Input_Call (N : Node_Id) return Node_Id; subprogspec

12