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

/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c7958 encode_aggregate_fields (tree type, int pointed_to, int curtype, int format)
7976 pointed_to, curtype, format);
7980 if (generating_instance_variables && !pointed_to)
8008 int pointed_to = (c0 == '^' || (c1 == '^' && c0 == 'r'));
8011 && (!pointed_to || ob_size - curtype == (c1 == 'r' ? 2 : 1)));
8039 encode_aggregate_fields (type, pointed_to, curtype, format);
7939 encode_aggregate_fields(tree type, int pointed_to, int curtype, int format) argument
7957 pointed_to, curtype, format); local
7989 int pointed_to = (c0 == '^' || (c1 == '^' && c0 == 'r')); local

Completed in 145 milliseconds