Searched refs:curtype (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/objc/
H A Dobjc-encoding.c83 static void encode_field (tree field_decl, int curtype, int format);
206 the type to encode, and an integer 'curtype' argument, which is the
210 current encoding string starting from 'curtype').
216 'curtype' will be set to 7 when starting to encode 'char **'.
217 During the whole of the encoding of 'char **', 'curtype' will be
265 encode_pointer (tree type, int curtype, int format) argument
278 && (obstack_object_size (&util_obstack) - curtype <= 1)
356 encode_type (pointer_to, curtype, format);
360 encode_array (tree type, int curtype, int format) argument
393 char *enc = (char *) obstack_base (&util_obstack) + curtype;
423 encode_vector(tree type, int curtype, int format) argument
453 encode_aggregate_fields(tree type, bool pointed_to, int curtype, int format) argument
471 pointed_to, curtype, format); local
494 encode_aggregate_within(tree type, int curtype, int format, int left, int right) argument
606 encode_type(tree type, int curtype, int format) argument
722 encode_type (TREE_TYPE (type), curtype, format); local
822 encode_field(tree field_decl, int curtype, int format) argument
844 encode_type (TREE_TYPE (field_decl), curtype, format); local
[all...]
H A Dobjc-act.c6442 tree curtype = TYPE_MAIN_VARIANT
6446 if (basetype == curtype
6447 || DERIVED_FROM_P (basetype, curtype))
6440 tree curtype = TYPE_MAIN_VARIANT local
/haiku-buildtools/legacy/gcc/gcc/objc/
H A Dobjc-act.c6547 encode_pointer (type, curtype, format)
6549 int curtype;
6607 encode_type (pointer_to, curtype, format);
6611 encode_array (type, curtype, format)
6613 int curtype;
6623 encode_pointer (type, curtype, format);
6632 encode_type (array_of, curtype, format);
6639 encode_aggregate_within (type, curtype, format, left, right)
6641 int curtype;
6653 if (obstack_object_size (&util_obstack) - curtype
6942 encode_type (TREE_TYPE (field_decl), curtype, format); local
6956 encode_type (TREE_TYPE (field_decl), curtype, format); local
[all...]

Completed in 167 milliseconds