Home
last modified time | relevance | path

Searched refs:component_decl (Results 26 – 50 of 262) sorted by relevance

1234567891011

/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/gcc-interface/
H A Ddecl.c7488 Node_Id component_decl; in components_need_strict_alignment() local
7490 for (component_decl = First_Non_Pragma (Component_Items (component_list)); in components_need_strict_alignment()
7491 Present (component_decl); in components_need_strict_alignment()
7492 component_decl = Next_Non_Pragma (component_decl)) in components_need_strict_alignment()
7494 Entity_Id gnat_field = Defining_Entity (component_decl); in components_need_strict_alignment()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/gcc-interface/
H A Ddecl.c7418 Node_Id component_decl; in components_need_strict_alignment() local
7420 for (component_decl = First_Non_Pragma (Component_Items (component_list)); in components_need_strict_alignment()
7421 Present (component_decl); in components_need_strict_alignment()
7422 component_decl = Next_Non_Pragma (component_decl)) in components_need_strict_alignment()
7424 Entity_Id gnat_field = Defining_Entity (component_decl); in components_need_strict_alignment()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/gcc-interface/
H A Ddecl.c7648 Node_Id component_decl; in components_need_strict_alignment() local
7650 for (component_decl = First_Non_Pragma (Component_Items (component_list)); in components_need_strict_alignment()
7651 Present (component_decl); in components_need_strict_alignment()
7652 component_decl = Next_Non_Pragma (component_decl)) in components_need_strict_alignment()
7654 Entity_Id gnat_field = Defining_Entity (component_decl); in components_need_strict_alignment()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/gcc-interface/
H A Ddecl.c7475 Node_Id component_decl; in components_need_strict_alignment() local
7477 for (component_decl = First_Non_Pragma (Component_Items (component_list)); in components_need_strict_alignment()
7478 Present (component_decl); in components_need_strict_alignment()
7479 component_decl = Next_Non_Pragma (component_decl)) in components_need_strict_alignment()
7481 Entity_Id gnat_field = Defining_Entity (component_decl); in components_need_strict_alignment()
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/gcc-interface/
H A Ddecl.c7406 Node_Id component_decl; in components_need_strict_alignment() local
7408 for (component_decl = First_Non_Pragma (Component_Items (component_list)); in components_need_strict_alignment()
7409 Present (component_decl); in components_need_strict_alignment()
7410 component_decl = Next_Non_Pragma (component_decl)) in components_need_strict_alignment()
7412 Entity_Id gnat_field = Defining_Entity (component_decl); in components_need_strict_alignment()
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/gcc-interface/
H A Ddecl.c7475 Node_Id component_decl;
7477 for (component_decl = First_Non_Pragma (Component_Items (component_list));
7478 Present (component_decl);
7479 component_decl = Next_Non_Pragma (component_decl))
7481 Entity_Id gnat_field = Defining_Entity (component_decl);
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/cp/
H A DChangeLog-1995522 (component_decl): Make sure TRY and RETURN can come after fn.def2.
1019 (component_decl): Delete resetting of prefix_attributes.
1212 * parse.y (component_decl): Clear PREFIX_ATTRIBUTES here.
1872 * parse.y (component_decl): Accept a lone semicolon.
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/cp/
H A DChangeLog-1995522 (component_decl): Make sure TRY and RETURN can come after fn.def2.
1019 (component_decl): Delete resetting of prefix_attributes.
1212 * parse.y (component_decl): Clear PREFIX_ATTRIBUTES here.
1872 * parse.y (component_decl): Accept a lone semicolon.
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/cp/
H A DChangeLog-1995522 (component_decl): Make sure TRY and RETURN can come after fn.def2.
1019 (component_decl): Delete resetting of prefix_attributes.
1212 * parse.y (component_decl): Clear PREFIX_ATTRIBUTES here.
1872 * parse.y (component_decl): Accept a lone semicolon.
/dports/lang/gcc9/gcc-9.4.0/gcc/cp/
H A DChangeLog-1995522 (component_decl): Make sure TRY and RETURN can come after fn.def2.
1019 (component_decl): Delete resetting of prefix_attributes.
1212 * parse.y (component_decl): Clear PREFIX_ATTRIBUTES here.
1872 * parse.y (component_decl): Accept a lone semicolon.
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/cp/
H A DChangeLog-1995522 (component_decl): Make sure TRY and RETURN can come after fn.def2.
1019 (component_decl): Delete resetting of prefix_attributes.
1212 * parse.y (component_decl): Clear PREFIX_ATTRIBUTES here.
1872 * parse.y (component_decl): Accept a lone semicolon.
/dports/lang/gnat_util/gcc-6-20180516/gcc/cp/
H A DChangeLog-1995522 (component_decl): Make sure TRY and RETURN can come after fn.def2.
1019 (component_decl): Delete resetting of prefix_attributes.
1212 * parse.y (component_decl): Clear PREFIX_ATTRIBUTES here.
1872 * parse.y (component_decl): Accept a lone semicolon.
/dports/devel/avr-gcc/gcc-10.2.0/gcc/cp/
H A DChangeLog-1995522 (component_decl): Make sure TRY and RETURN can come after fn.def2.
1019 (component_decl): Delete resetting of prefix_attributes.
1212 * parse.y (component_decl): Clear PREFIX_ATTRIBUTES here.
1872 * parse.y (component_decl): Accept a lone semicolon.
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/cp/
H A DChangeLog-1995522 (component_decl): Make sure TRY and RETURN can come after fn.def2.
1019 (component_decl): Delete resetting of prefix_attributes.
1212 * parse.y (component_decl): Clear PREFIX_ATTRIBUTES here.
1872 * parse.y (component_decl): Accept a lone semicolon.
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/cp/
H A DChangeLog-1995522 (component_decl): Make sure TRY and RETURN can come after fn.def2.
1019 (component_decl): Delete resetting of prefix_attributes.
1212 * parse.y (component_decl): Clear PREFIX_ATTRIBUTES here.
1872 * parse.y (component_decl): Accept a lone semicolon.
/dports/lang/gcc48/gcc-4.8.5/gcc/cp/
H A DChangeLog-1995522 (component_decl): Make sure TRY and RETURN can come after fn.def2.
1019 (component_decl): Delete resetting of prefix_attributes.
1212 * parse.y (component_decl): Clear PREFIX_ATTRIBUTES here.
1872 * parse.y (component_decl): Accept a lone semicolon.
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/cp/
H A DChangeLog-1995522 (component_decl): Make sure TRY and RETURN can come after fn.def2.
1019 (component_decl): Delete resetting of prefix_attributes.
1212 * parse.y (component_decl): Clear PREFIX_ATTRIBUTES here.
1872 * parse.y (component_decl): Accept a lone semicolon.
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/cp/
H A DChangeLog-1995522 (component_decl): Make sure TRY and RETURN can come after fn.def2.
1019 (component_decl): Delete resetting of prefix_attributes.
1212 * parse.y (component_decl): Clear PREFIX_ATTRIBUTES here.
1872 * parse.y (component_decl): Accept a lone semicolon.
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/cp/
H A DChangeLog-1995522 (component_decl): Make sure TRY and RETURN can come after fn.def2.
1019 (component_decl): Delete resetting of prefix_attributes.
1212 * parse.y (component_decl): Clear PREFIX_ATTRIBUTES here.
1872 * parse.y (component_decl): Accept a lone semicolon.
/dports/lang/gcc11/gcc-11.2.0/gcc/cp/
H A DChangeLog-1995522 (component_decl): Make sure TRY and RETURN can come after fn.def2.
1019 (component_decl): Delete resetting of prefix_attributes.
1212 * parse.y (component_decl): Clear PREFIX_ATTRIBUTES here.
1872 * parse.y (component_decl): Accept a lone semicolon.
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/cp/
H A DChangeLog-1995522 (component_decl): Make sure TRY and RETURN can come after fn.def2.
1019 (component_decl): Delete resetting of prefix_attributes.
1212 * parse.y (component_decl): Clear PREFIX_ATTRIBUTES here.
1872 * parse.y (component_decl): Accept a lone semicolon.
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/cp/
H A DChangeLog-1995522 (component_decl): Make sure TRY and RETURN can come after fn.def2.
1019 (component_decl): Delete resetting of prefix_attributes.
1212 * parse.y (component_decl): Clear PREFIX_ATTRIBUTES here.
1872 * parse.y (component_decl): Accept a lone semicolon.
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/cp/
H A DChangeLog-1995522 (component_decl): Make sure TRY and RETURN can come after fn.def2.
1019 (component_decl): Delete resetting of prefix_attributes.
1212 * parse.y (component_decl): Clear PREFIX_ATTRIBUTES here.
1872 * parse.y (component_decl): Accept a lone semicolon.
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/cp/
H A DChangeLog-1995522 (component_decl): Make sure TRY and RETURN can come after fn.def2.
1019 (component_decl): Delete resetting of prefix_attributes.
1212 * parse.y (component_decl): Clear PREFIX_ATTRIBUTES here.
1872 * parse.y (component_decl): Accept a lone semicolon.
/dports/lang/gcc10/gcc-10.3.0/gcc/cp/
H A DChangeLog-1995522 (component_decl): Make sure TRY and RETURN can come after fn.def2.
1019 (component_decl): Delete resetting of prefix_attributes.
1212 * parse.y (component_decl): Clear PREFIX_ATTRIBUTES here.
1872 * parse.y (component_decl): Accept a lone semicolon.

1234567891011