Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDtree.c4975 bool can_alias_all) in build_pointer_type_for_mode() argument
4997 if (TYPE_MODE (t) == mode && TYPE_REF_CAN_ALIAS_ALL (t) == can_alias_all) in build_pointer_type_for_mode()
5004 TYPE_REF_CAN_ALIAS_ALL (t) = can_alias_all; in build_pointer_type_for_mode()
5052 bool can_alias_all) in build_reference_type_for_mode() argument
5071 if (TYPE_MODE (t) == mode && TYPE_REF_CAN_ALIAS_ALL (t) == can_alias_all) in build_reference_type_for_mode()
5078 TYPE_REF_CAN_ALIAS_ALL (t) = can_alias_all; in build_reference_type_for_mode()