Home
last modified time | relevance | path

Searched refs:parsed_property_setter_ident (Results 1 – 25 of 30) sorted by relevance

12

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/c-family/
H A Dstub-objc.c324 tree ARG_UNUSED (parsed_property_setter_ident)) in objc_add_property_declaration() argument
/dports/lang/gcc9/gcc-9.4.0/gcc/c-family/
H A Dstub-objc.c324 tree ARG_UNUSED (parsed_property_setter_ident)) in objc_add_property_declaration() argument
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/c-family/
H A Dstub-objc.c324 tree ARG_UNUSED (parsed_property_setter_ident)) in objc_add_property_declaration() argument
/dports/lang/gnat_util/gcc-6-20180516/gcc/c-family/
H A Dstub-objc.c324 tree ARG_UNUSED (parsed_property_setter_ident)) in objc_add_property_declaration() argument
/dports/devel/avr-gcc/gcc-10.2.0/gcc/c-family/
H A Dstub-objc.c324 tree ARG_UNUSED (parsed_property_setter_ident)) in objc_add_property_declaration() argument
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/c-family/
H A Dstub-objc.c324 tree ARG_UNUSED (parsed_property_setter_ident)) in objc_add_property_declaration() argument
/dports/lang/gcc48/gcc-4.8.5/gcc/c-family/
H A Dstub-objc.c325 tree ARG_UNUSED (parsed_property_setter_ident)) in objc_add_property_declaration() argument
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/c-family/
H A Dstub-objc.c325 tree ARG_UNUSED (parsed_property_setter_ident)) in objc_add_property_declaration() argument
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/c-family/
H A Dstub-objc.c324 tree ARG_UNUSED (parsed_property_setter_ident)) in objc_add_property_declaration() argument
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/c-family/
H A Dstub-objc.c325 tree ARG_UNUSED (parsed_property_setter_ident)) in objc_add_property_declaration() argument
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/c-family/
H A Dstub-objc.c324 tree ARG_UNUSED (parsed_property_setter_ident)) in objc_add_property_declaration() argument
/dports/lang/gcc8/gcc-8.5.0/gcc/c-family/
H A Dstub-objc.c324 tree ARG_UNUSED (parsed_property_setter_ident)) in objc_add_property_declaration() argument
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/c-family/
H A Dstub-objc.c324 tree ARG_UNUSED (parsed_property_setter_ident)) in objc_add_property_declaration() argument
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/c-family/
H A Dstub-objc.c324 tree ARG_UNUSED (parsed_property_setter_ident)) in objc_add_property_declaration() argument
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/c-family/
H A Dstub-objc.c324 tree ARG_UNUSED (parsed_property_setter_ident)) in objc_add_property_declaration() argument
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/objc/
H A Dobjc-act.c822 tree parsed_property_getter_ident, tree parsed_property_setter_ident) in objc_add_property_declaration() argument
856 if (parsed_property_readonly && parsed_property_setter_ident) in objc_add_property_declaration()
984 if (parsed_property_setter_ident) in objc_add_property_declaration()
989 const char *parsed_setter = IDENTIFIER_POINTER (parsed_property_setter_ident); in objc_add_property_declaration()
994 parsed_property_setter_ident = get_identifier (final_setter); in objc_add_property_declaration()
999 parsed_property_setter_ident = get_identifier (objc_build_property_setter_name in objc_add_property_declaration()
1113 if (PROPERTY_SETTER_NAME (x) != parsed_property_setter_ident) in objc_add_property_declaration()
1189 PROPERTY_SETTER_NAME (x) = parsed_property_setter_ident; in objc_add_property_declaration()
1205 PROPERTY_SETTER_NAME (property_decl) = parsed_property_setter_ident; in objc_add_property_declaration()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/objc/
H A Dobjc-act.c822 tree parsed_property_getter_ident, tree parsed_property_setter_ident) in objc_add_property_declaration() argument
856 if (parsed_property_readonly && parsed_property_setter_ident) in objc_add_property_declaration()
984 if (parsed_property_setter_ident) in objc_add_property_declaration()
989 const char *parsed_setter = IDENTIFIER_POINTER (parsed_property_setter_ident); in objc_add_property_declaration()
994 parsed_property_setter_ident = get_identifier (final_setter); in objc_add_property_declaration()
999 parsed_property_setter_ident = get_identifier (objc_build_property_setter_name in objc_add_property_declaration()
1113 if (PROPERTY_SETTER_NAME (x) != parsed_property_setter_ident) in objc_add_property_declaration()
1189 PROPERTY_SETTER_NAME (x) = parsed_property_setter_ident; in objc_add_property_declaration()
1205 PROPERTY_SETTER_NAME (property_decl) = parsed_property_setter_ident; in objc_add_property_declaration()
/dports/lang/gcc9/gcc-9.4.0/gcc/objc/
H A Dobjc-act.c822 tree parsed_property_getter_ident, tree parsed_property_setter_ident) in objc_add_property_declaration() argument
856 if (parsed_property_readonly && parsed_property_setter_ident) in objc_add_property_declaration()
984 if (parsed_property_setter_ident) in objc_add_property_declaration()
989 const char *parsed_setter = IDENTIFIER_POINTER (parsed_property_setter_ident); in objc_add_property_declaration()
994 parsed_property_setter_ident = get_identifier (final_setter); in objc_add_property_declaration()
999 parsed_property_setter_ident = get_identifier (objc_build_property_setter_name in objc_add_property_declaration()
1115 if (PROPERTY_SETTER_NAME (x) != parsed_property_setter_ident) in objc_add_property_declaration()
1193 PROPERTY_SETTER_NAME (x) = parsed_property_setter_ident; in objc_add_property_declaration()
1209 PROPERTY_SETTER_NAME (property_decl) = parsed_property_setter_ident; in objc_add_property_declaration()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/objc/
H A Dobjc-act.c822 tree parsed_property_getter_ident, tree parsed_property_setter_ident) in objc_add_property_declaration() argument
856 if (parsed_property_readonly && parsed_property_setter_ident) in objc_add_property_declaration()
984 if (parsed_property_setter_ident) in objc_add_property_declaration()
989 const char *parsed_setter = IDENTIFIER_POINTER (parsed_property_setter_ident); in objc_add_property_declaration()
994 parsed_property_setter_ident = get_identifier (final_setter); in objc_add_property_declaration()
999 parsed_property_setter_ident = get_identifier (objc_build_property_setter_name in objc_add_property_declaration()
1115 if (PROPERTY_SETTER_NAME (x) != parsed_property_setter_ident) in objc_add_property_declaration()
1193 PROPERTY_SETTER_NAME (x) = parsed_property_setter_ident; in objc_add_property_declaration()
1209 PROPERTY_SETTER_NAME (property_decl) = parsed_property_setter_ident; in objc_add_property_declaration()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/objc/
H A Dobjc-act.c822 tree parsed_property_getter_ident, tree parsed_property_setter_ident) in objc_add_property_declaration() argument
856 if (parsed_property_readonly && parsed_property_setter_ident) in objc_add_property_declaration()
984 if (parsed_property_setter_ident) in objc_add_property_declaration()
989 const char *parsed_setter = IDENTIFIER_POINTER (parsed_property_setter_ident); in objc_add_property_declaration()
994 parsed_property_setter_ident = get_identifier (final_setter); in objc_add_property_declaration()
999 parsed_property_setter_ident = get_identifier (objc_build_property_setter_name in objc_add_property_declaration()
1113 if (PROPERTY_SETTER_NAME (x) != parsed_property_setter_ident) in objc_add_property_declaration()
1189 PROPERTY_SETTER_NAME (x) = parsed_property_setter_ident; in objc_add_property_declaration()
1205 PROPERTY_SETTER_NAME (property_decl) = parsed_property_setter_ident; in objc_add_property_declaration()
/dports/lang/gnat_util/gcc-6-20180516/gcc/objc/
H A Dobjc-act.c822 tree parsed_property_getter_ident, tree parsed_property_setter_ident) in objc_add_property_declaration() argument
856 if (parsed_property_readonly && parsed_property_setter_ident) in objc_add_property_declaration()
984 if (parsed_property_setter_ident) in objc_add_property_declaration()
989 const char *parsed_setter = IDENTIFIER_POINTER (parsed_property_setter_ident); in objc_add_property_declaration()
994 parsed_property_setter_ident = get_identifier (final_setter); in objc_add_property_declaration()
999 parsed_property_setter_ident = get_identifier (objc_build_property_setter_name in objc_add_property_declaration()
1113 if (PROPERTY_SETTER_NAME (x) != parsed_property_setter_ident) in objc_add_property_declaration()
1189 PROPERTY_SETTER_NAME (x) = parsed_property_setter_ident; in objc_add_property_declaration()
1205 PROPERTY_SETTER_NAME (property_decl) = parsed_property_setter_ident; in objc_add_property_declaration()
/dports/lang/gcc48/gcc-4.8.5/gcc/objc/
H A Dobjc-act.c807 tree parsed_property_getter_ident, tree parsed_property_setter_ident) in objc_add_property_declaration() argument
841 if (parsed_property_readonly && parsed_property_setter_ident) in objc_add_property_declaration()
969 if (parsed_property_setter_ident) in objc_add_property_declaration()
974 const char *parsed_setter = IDENTIFIER_POINTER (parsed_property_setter_ident); in objc_add_property_declaration()
979 parsed_property_setter_ident = get_identifier (final_setter); in objc_add_property_declaration()
984 parsed_property_setter_ident = get_identifier (objc_build_property_setter_name in objc_add_property_declaration()
1098 if (PROPERTY_SETTER_NAME (x) != parsed_property_setter_ident) in objc_add_property_declaration()
1174 PROPERTY_SETTER_NAME (x) = parsed_property_setter_ident; in objc_add_property_declaration()
1190 PROPERTY_SETTER_NAME (property_decl) = parsed_property_setter_ident; in objc_add_property_declaration()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/objc/
H A Dobjc-act.c822 tree parsed_property_getter_ident, tree parsed_property_setter_ident) in objc_add_property_declaration() argument
856 if (parsed_property_readonly && parsed_property_setter_ident) in objc_add_property_declaration()
984 if (parsed_property_setter_ident) in objc_add_property_declaration()
989 const char *parsed_setter = IDENTIFIER_POINTER (parsed_property_setter_ident); in objc_add_property_declaration()
994 parsed_property_setter_ident = get_identifier (final_setter); in objc_add_property_declaration()
999 parsed_property_setter_ident = get_identifier (objc_build_property_setter_name in objc_add_property_declaration()
1113 if (PROPERTY_SETTER_NAME (x) != parsed_property_setter_ident) in objc_add_property_declaration()
1189 PROPERTY_SETTER_NAME (x) = parsed_property_setter_ident; in objc_add_property_declaration()
1205 PROPERTY_SETTER_NAME (property_decl) = parsed_property_setter_ident; in objc_add_property_declaration()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/objc/
H A Dobjc-act.c822 tree parsed_property_getter_ident, tree parsed_property_setter_ident) in objc_add_property_declaration() argument
856 if (parsed_property_readonly && parsed_property_setter_ident) in objc_add_property_declaration()
984 if (parsed_property_setter_ident) in objc_add_property_declaration()
989 const char *parsed_setter = IDENTIFIER_POINTER (parsed_property_setter_ident); in objc_add_property_declaration()
994 parsed_property_setter_ident = get_identifier (final_setter); in objc_add_property_declaration()
999 parsed_property_setter_ident = get_identifier (objc_build_property_setter_name in objc_add_property_declaration()
1113 if (PROPERTY_SETTER_NAME (x) != parsed_property_setter_ident) in objc_add_property_declaration()
1189 PROPERTY_SETTER_NAME (x) = parsed_property_setter_ident; in objc_add_property_declaration()
1205 PROPERTY_SETTER_NAME (property_decl) = parsed_property_setter_ident; in objc_add_property_declaration()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/objc/
H A Dobjc-act.c810 tree parsed_property_getter_ident, tree parsed_property_setter_ident) in objc_add_property_declaration() argument
844 if (parsed_property_readonly && parsed_property_setter_ident) in objc_add_property_declaration()
972 if (parsed_property_setter_ident) in objc_add_property_declaration()
977 const char *parsed_setter = IDENTIFIER_POINTER (parsed_property_setter_ident); in objc_add_property_declaration()
982 parsed_property_setter_ident = get_identifier (final_setter); in objc_add_property_declaration()
987 parsed_property_setter_ident = get_identifier (objc_build_property_setter_name in objc_add_property_declaration()
1101 if (PROPERTY_SETTER_NAME (x) != parsed_property_setter_ident) in objc_add_property_declaration()
1177 PROPERTY_SETTER_NAME (x) = parsed_property_setter_ident; in objc_add_property_declaration()
1193 PROPERTY_SETTER_NAME (property_decl) = parsed_property_setter_ident; in objc_add_property_declaration()

12