Home
last modified time | relevance | path

Searched refs:Tag_Arg (Results 1 – 25 of 42) sorted by relevance

12

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/
H A Dexp_intr.adb269 Tag_Arg : constant Node_Id := First_Actual (N); constant
270 Param_Arg : constant Node_Id := Next_Actual (Tag_Arg);
287 Remove_Side_Effects (Tag_Arg);
294 Left_Opnd => New_Copy_Tree (Tag_Arg),
336 Build_Get_Access_Level (Loc, New_Copy_Tree (Tag_Arg)),
351 if not Is_Ancestor (Etype (Result_Typ), Etype (Tag_Arg),
364 pragma Assert (not Is_Interface (Etype (Tag_Arg)));
378 Relocate_Node (Tag_Arg),
405 Relocate_Node (Tag_Arg));
444 New_Copy_Tree (Tag_Arg),
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dexp_intr.adb266 Tag_Arg : constant Node_Id := First_Actual (N); constant
267 Param_Arg : constant Node_Id := Next_Actual (Tag_Arg);
284 Remove_Side_Effects (Tag_Arg);
291 Left_Opnd => New_Copy_Tree (Tag_Arg),
333 Build_Get_Access_Level (Loc, New_Copy_Tree (Tag_Arg)),
347 if not Is_Ancestor (Etype (Result_Typ), Etype (Tag_Arg),
360 pragma Assert (not Is_Interface (Etype (Tag_Arg)));
374 Relocate_Node (Tag_Arg),
401 Relocate_Node (Tag_Arg));
431 Obj_Tag_Node : Node_Id := New_Copy_Tree (Tag_Arg);
[all …]
H A DChangeLog-20137871 side effects from Tag_Arg early, doing it too late may cause a
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/
H A Dexp_intr.adb266 Tag_Arg : constant Node_Id := First_Actual (N); constant
267 Param_Arg : constant Node_Id := Next_Actual (Tag_Arg);
284 Remove_Side_Effects (Tag_Arg);
291 Left_Opnd => New_Copy_Tree (Tag_Arg),
333 Build_Get_Access_Level (Loc, New_Copy_Tree (Tag_Arg)),
347 if not Is_Ancestor (Etype (Result_Typ), Etype (Tag_Arg),
360 pragma Assert (not Is_Interface (Etype (Tag_Arg)));
374 Relocate_Node (Tag_Arg),
401 Relocate_Node (Tag_Arg));
431 Obj_Tag_Node : Node_Id := New_Copy_Tree (Tag_Arg);
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/
H A Dexp_intr.adb266 Tag_Arg : constant Node_Id := First_Actual (N); constant
267 Param_Arg : constant Node_Id := Next_Actual (Tag_Arg);
284 Remove_Side_Effects (Tag_Arg);
291 Left_Opnd => New_Copy_Tree (Tag_Arg),
333 Build_Get_Access_Level (Loc, New_Copy_Tree (Tag_Arg)),
347 if not Is_Ancestor (Etype (Result_Typ), Etype (Tag_Arg),
360 pragma Assert (not Is_Interface (Etype (Tag_Arg)));
374 Relocate_Node (Tag_Arg),
401 Relocate_Node (Tag_Arg));
434 Obj_Tag_Node : Node_Id := New_Copy_Tree (Tag_Arg);
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/
H A Dexp_intr.adb269 Tag_Arg : constant Node_Id := First_Actual (N); constant
270 Param_Arg : constant Node_Id := Next_Actual (Tag_Arg);
287 Remove_Side_Effects (Tag_Arg);
294 Left_Opnd => New_Copy_Tree (Tag_Arg),
336 Build_Get_Access_Level (Loc, New_Copy_Tree (Tag_Arg)),
350 if not Is_Ancestor (Etype (Result_Typ), Etype (Tag_Arg),
363 pragma Assert (not Is_Interface (Etype (Tag_Arg)));
377 Relocate_Node (Tag_Arg),
404 Relocate_Node (Tag_Arg));
443 New_Copy_Tree (Tag_Arg),
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dexp_intr.adb266 Tag_Arg : constant Node_Id := First_Actual (N); constant
267 Param_Arg : constant Node_Id := Next_Actual (Tag_Arg);
284 Remove_Side_Effects (Tag_Arg);
291 Left_Opnd => New_Copy_Tree (Tag_Arg),
333 Build_Get_Access_Level (Loc, New_Copy_Tree (Tag_Arg)),
347 if not Is_Ancestor (Etype (Result_Typ), Etype (Tag_Arg),
360 pragma Assert (not Is_Interface (Etype (Tag_Arg)));
374 Relocate_Node (Tag_Arg),
401 Relocate_Node (Tag_Arg));
431 Obj_Tag_Node : Node_Id := New_Copy_Tree (Tag_Arg);
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/
H A Dexp_intr.adb266 Tag_Arg : constant Node_Id := First_Actual (N); constant
267 Param_Arg : constant Node_Id := Next_Actual (Tag_Arg);
284 Remove_Side_Effects (Tag_Arg);
291 Left_Opnd => New_Copy_Tree (Tag_Arg),
333 Build_Get_Access_Level (Loc, New_Copy_Tree (Tag_Arg)),
347 if not Is_Ancestor (Etype (Result_Typ), Etype (Tag_Arg),
360 pragma Assert (not Is_Interface (Etype (Tag_Arg)));
374 Relocate_Node (Tag_Arg),
401 Relocate_Node (Tag_Arg));
431 Obj_Tag_Node : Node_Id := New_Copy_Tree (Tag_Arg);
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/
H A Dexp_intr.adb269 Tag_Arg : constant Node_Id := First_Actual (N); constant
270 Param_Arg : constant Node_Id := Next_Actual (Tag_Arg);
287 Remove_Side_Effects (Tag_Arg);
294 Left_Opnd => New_Copy_Tree (Tag_Arg),
336 Build_Get_Access_Level (Loc, New_Copy_Tree (Tag_Arg)),
350 if not Is_Ancestor (Etype (Result_Typ), Etype (Tag_Arg),
363 pragma Assert (not Is_Interface (Etype (Tag_Arg)));
377 Relocate_Node (Tag_Arg),
404 Relocate_Node (Tag_Arg));
443 New_Copy_Tree (Tag_Arg),
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/
H A Dexp_intr.adb266 Tag_Arg : constant Node_Id := First_Actual (N); constant
267 Param_Arg : constant Node_Id := Next_Actual (Tag_Arg);
284 Remove_Side_Effects (Tag_Arg);
291 Left_Opnd => New_Copy_Tree (Tag_Arg),
333 Build_Get_Access_Level (Loc, New_Copy_Tree (Tag_Arg)),
347 if not Is_Ancestor (Etype (Result_Typ), Etype (Tag_Arg),
360 pragma Assert (not Is_Interface (Etype (Tag_Arg)));
374 Relocate_Node (Tag_Arg),
401 Relocate_Node (Tag_Arg));
434 Obj_Tag_Node : Node_Id := New_Copy_Tree (Tag_Arg);
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/
H A Dexp_intr.adb266 Tag_Arg : constant Node_Id := First_Actual (N); constant
267 Param_Arg : constant Node_Id := Next_Actual (Tag_Arg);
284 Remove_Side_Effects (Tag_Arg);
291 Left_Opnd => New_Copy_Tree (Tag_Arg),
333 Build_Get_Access_Level (Loc, New_Copy_Tree (Tag_Arg)),
347 if not Is_Ancestor (Etype (Result_Typ), Etype (Tag_Arg),
360 pragma Assert (not Is_Interface (Etype (Tag_Arg)));
374 Relocate_Node (Tag_Arg),
401 Relocate_Node (Tag_Arg));
431 Obj_Tag_Node : Node_Id := New_Copy_Tree (Tag_Arg);
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dexp_intr.adb266 Tag_Arg : constant Node_Id := First_Actual (N); constant
267 Param_Arg : constant Node_Id := Next_Actual (Tag_Arg);
284 Remove_Side_Effects (Tag_Arg);
291 Left_Opnd => New_Copy_Tree (Tag_Arg),
333 Build_Get_Access_Level (Loc, New_Copy_Tree (Tag_Arg)),
347 if not Is_Ancestor (Etype (Result_Typ), Etype (Tag_Arg),
360 pragma Assert (not Is_Interface (Etype (Tag_Arg)));
374 Relocate_Node (Tag_Arg),
401 Relocate_Node (Tag_Arg));
431 Obj_Tag_Node : Node_Id := New_Copy_Tree (Tag_Arg);
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/
H A Dexp_intr.adb269 Tag_Arg : constant Node_Id := First_Actual (N); constant
270 Param_Arg : constant Node_Id := Next_Actual (Tag_Arg);
287 Remove_Side_Effects (Tag_Arg);
294 Left_Opnd => New_Copy_Tree (Tag_Arg),
336 Build_Get_Access_Level (Loc, New_Copy_Tree (Tag_Arg)),
350 if not Is_Ancestor (Etype (Result_Typ), Etype (Tag_Arg),
363 pragma Assert (not Is_Interface (Etype (Tag_Arg)));
377 Relocate_Node (Tag_Arg),
404 Relocate_Node (Tag_Arg));
443 New_Copy_Tree (Tag_Arg),
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/
H A Dexp_intr.adb266 Tag_Arg : constant Node_Id := First_Actual (N); constant
267 Param_Arg : constant Node_Id := Next_Actual (Tag_Arg);
284 Remove_Side_Effects (Tag_Arg);
291 Left_Opnd => New_Copy_Tree (Tag_Arg),
333 Build_Get_Access_Level (Loc, New_Copy_Tree (Tag_Arg)),
347 if not Is_Ancestor (Etype (Result_Typ), Etype (Tag_Arg),
360 pragma Assert (not Is_Interface (Etype (Tag_Arg)));
374 Relocate_Node (Tag_Arg),
401 Relocate_Node (Tag_Arg));
434 Obj_Tag_Node : Node_Id := New_Copy_Tree (Tag_Arg);
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/
H A Dexp_intr.adb266 Tag_Arg : constant Node_Id := First_Actual (N); constant
267 Param_Arg : constant Node_Id := Next_Actual (Tag_Arg);
284 Remove_Side_Effects (Tag_Arg);
291 Left_Opnd => New_Copy_Tree (Tag_Arg),
333 Build_Get_Access_Level (Loc, New_Copy_Tree (Tag_Arg)),
347 if not Is_Ancestor (Etype (Result_Typ), Etype (Tag_Arg),
360 pragma Assert (not Is_Interface (Etype (Tag_Arg)));
374 Relocate_Node (Tag_Arg),
401 Relocate_Node (Tag_Arg));
434 Obj_Tag_Node : Node_Id := New_Copy_Tree (Tag_Arg);
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/
H A Dexp_intr.adb266 Tag_Arg : constant Node_Id := First_Actual (N); constant
267 Param_Arg : constant Node_Id := Next_Actual (Tag_Arg);
284 Remove_Side_Effects (Tag_Arg);
291 Left_Opnd => New_Copy_Tree (Tag_Arg),
333 Build_Get_Access_Level (Loc, New_Copy_Tree (Tag_Arg)),
347 if not Is_Ancestor (Etype (Result_Typ), Etype (Tag_Arg),
360 pragma Assert (not Is_Interface (Etype (Tag_Arg)));
374 Relocate_Node (Tag_Arg),
401 Relocate_Node (Tag_Arg));
434 Obj_Tag_Node : Node_Id := New_Copy_Tree (Tag_Arg);
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/
H A Dexp_intr.adb266 Tag_Arg : constant Node_Id := First_Actual (N); constant
267 Param_Arg : constant Node_Id := Next_Actual (Tag_Arg);
284 Remove_Side_Effects (Tag_Arg);
291 Left_Opnd => New_Copy_Tree (Tag_Arg),
333 Build_Get_Access_Level (Loc, New_Copy_Tree (Tag_Arg)),
347 if not Is_Ancestor (Etype (Result_Typ), Etype (Tag_Arg),
360 pragma Assert (not Is_Interface (Etype (Tag_Arg)));
374 Relocate_Node (Tag_Arg),
401 Relocate_Node (Tag_Arg));
434 Obj_Tag_Node : Node_Id := New_Copy_Tree (Tag_Arg);
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Dexp_intr.adb294 Tag_Arg : constant Node_Id := First_Actual (N); constant
295 Param_Arg : constant Node_Id := Next_Actual (Tag_Arg);
312 Remove_Side_Effects (Tag_Arg);
319 Left_Opnd => New_Copy_Tree (Tag_Arg),
360 Build_Get_Access_Level (Loc, New_Copy_Tree (Tag_Arg)),
373 if not Is_Ancestor (Etype (Result_Typ), Etype (Tag_Arg),
386 pragma Assert (not Is_Interface (Etype (Tag_Arg)));
400 Relocate_Node (Tag_Arg),
427 Relocate_Node (Tag_Arg));
456 Obj_Tag_Node : Node_Id := New_Copy_Tree (Tag_Arg);
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Dexp_intr.adb294 Tag_Arg : constant Node_Id := First_Actual (N); constant
295 Param_Arg : constant Node_Id := Next_Actual (Tag_Arg);
312 Remove_Side_Effects (Tag_Arg);
319 Left_Opnd => New_Copy_Tree (Tag_Arg),
360 Build_Get_Access_Level (Loc, New_Copy_Tree (Tag_Arg)),
373 if not Is_Ancestor (Etype (Result_Typ), Etype (Tag_Arg),
386 pragma Assert (not Is_Interface (Etype (Tag_Arg)));
400 Relocate_Node (Tag_Arg),
427 Relocate_Node (Tag_Arg));
456 Obj_Tag_Node : Node_Id := New_Copy_Tree (Tag_Arg);
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Dexp_intr.adb202 Tag_Arg : constant Node_Id := First_Actual (N); constant
203 Param_Arg : constant Node_Id := Next_Actual (Tag_Arg);
220 Remove_Side_Effects (Tag_Arg);
240 if not Is_Ancestor (Etype (Result_Typ), Etype (Tag_Arg),
253 pragma Assert (not Is_Interface (Etype (Tag_Arg)));
264 Relocate_Node (Tag_Arg),
291 Relocate_Node (Tag_Arg));
320 Obj_Tag_Node : Node_Id := New_Copy_Tree (Tag_Arg);
354 Prefix => New_Copy_Tree (Tag_Arg),
H A DChangeLog-20137871 side effects from Tag_Arg early, doing it too late may cause a
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Dexp_intr.adb202 Tag_Arg : constant Node_Id := First_Actual (N); constant
203 Param_Arg : constant Node_Id := Next_Actual (Tag_Arg);
220 Remove_Side_Effects (Tag_Arg);
240 if not Is_Ancestor (Etype (Result_Typ), Etype (Tag_Arg),
253 pragma Assert (not Is_Interface (Etype (Tag_Arg)));
264 Relocate_Node (Tag_Arg),
291 Relocate_Node (Tag_Arg));
320 Obj_Tag_Node : Node_Id := New_Copy_Tree (Tag_Arg);
354 Prefix => New_Copy_Tree (Tag_Arg),
H A DChangeLog1459 side effects from Tag_Arg early, doing it too late may cause a
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Dexp_intr.adb202 Tag_Arg : constant Node_Id := First_Actual (N); constant
203 Param_Arg : constant Node_Id := Next_Actual (Tag_Arg);
220 Remove_Side_Effects (Tag_Arg);
240 if not Is_Ancestor (Etype (Result_Typ), Etype (Tag_Arg),
253 pragma Assert (not Is_Interface (Etype (Tag_Arg)));
264 Relocate_Node (Tag_Arg),
291 Relocate_Node (Tag_Arg));
320 Obj_Tag_Node : Node_Id := New_Copy_Tree (Tag_Arg);
354 Prefix => New_Copy_Tree (Tag_Arg),
H A DChangeLog1311 side effects from Tag_Arg early, doing it too late may cause a

12