Home
last modified time | relevance | path

Searched refs:encode_field_decl (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-encoding.h46 extern tree encode_field_decl (tree field_decl);
H A Dobjc-runtime-shared-support.c546 id = add_objc_string (encode_field_decl (field_decl), in build_ivar_list_initializer()
H A Dobjc-encoding.c839 encode_field_decl (tree field_decl) in encode_field_decl() function
H A Dobjc-next-runtime-abi-02.c3072 id = add_objc_string (encode_field_decl (field_decl), in build_v2_ivar_list_initializer()
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-encoding.h46 extern tree encode_field_decl (tree field_decl);
H A Dobjc-runtime-shared-support.cc546 id = add_objc_string (encode_field_decl (field_decl), in build_ivar_list_initializer()
H A Dobjc-encoding.cc839 encode_field_decl (tree field_decl) in encode_field_decl() function
H A DChangeLog1096 (encode_field_decl): Updated prototype to return a tree and take a
1100 (encode_field_decl): Existing function renamed to encode_field and
1101 made static. New encode_field_decl wrapper function added.
1102 (encode_aggregate_fields): Update call to encode_field_decl to
1107 encode_field_decl.
1110 (build_ivar_list_initializer): Updated call to encode_field_decl.
1128 encode_gnu_bitfield, encode_field_decl,
1138 encode_method_prototype, encode_field_decl,
2892 (encode_field_decl): Remove unused type variable.
H A Dobjc-next-runtime-abi-02.cc3084 id = add_objc_string (encode_field_decl (field_decl), in build_v2_ivar_list_initializer()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-19986566 (encode_field_decl): Generate the new encoding only for the GNU
H A DChangeLog-200027549 (encode_field_decl): Likewise; also remove obsolete test for bitfield.
H A DChangeLog-20037843 (encode_field_decl): Call encode_next_bitfield() or
H A DChangeLog-20029924 (encode_field_decl): Check for DECL_BIT_FIELD_TYPE instead