Searched refs:enumerator_value (Results 1 – 1 of 1) sorted by relevance
771 dw_attr_node *enumerator_value; in gen_ctf_enumeration_type() local777 enumerator_value = get_AT (c, DW_AT_const_value); in gen_ctf_enumeration_type()781 if (AT_class (enumerator_value) == dw_val_class_unsigned_const in gen_ctf_enumeration_type()782 || (AT_class (enumerator_value) in gen_ctf_enumeration_type()784 value_wide_int = AT_unsigned (enumerator_value); in gen_ctf_enumeration_type()786 value_wide_int = AT_int (enumerator_value); in gen_ctf_enumeration_type()