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

/haiku-buildtools/gcc/gcc/objc/
H A Dobjc-encoding.c453 encode_aggregate_fields (tree type, bool pointed_to, int curtype, int format) argument
471 pointed_to, curtype, format); local
475 if (generating_instance_variables && !pointed_to)
502 bool pointed_to = false; local
507 pointed_to = true;
510 && (!pointed_to || ob_size - curtype == 1
527 pointed_to = true;
531 if (!pointed_to)
584 encode_aggregate_fields (type, pointed_to, curtype, format);
/haiku-buildtools/legacy/gcc/gcc/
H A Dcalls.c2317 tree pointed_to = TREE_TYPE (TREE_TYPE (exp));
2318 mark_reg_pointer (temp, TYPE_ALIGN (pointed_to) / BITS_PER_UNIT);
2315 tree pointed_to = TREE_TYPE (TREE_TYPE (exp)); local
/haiku-buildtools/gcc/gcc/config/mep/
H A Dmep.c6313 tree pointed_to = TREE_TYPE (TREE_TYPE (value));
6314 machine_mode pointed_mode = TYPE_MODE (pointed_to);
6303 tree pointed_to = TREE_TYPE (TREE_TYPE (value)); local

Completed in 116 milliseconds