Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddwarf2ctf.cc771 dw_attr_node *enumerator_value; in gen_ctf_enumeration_type() local
777 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()