Home
last modified time | relevance | path

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

/external/libabigail/include/
Dabg-ir.h2434 class bound_value
2452 bound_value();
2453 bound_value(uint64_t);
2454 bound_value(int64_t);
2461 bool operator==(const bound_value&) const;
2469 bound_value lower_bound,
2470 bound_value upper_bound,
2477 bound_value lower_bound,
2478 bound_value upper_bound,
2484 bound_value upper_bound,
/external/libabigail/src/
Dabg-ir.cc16196 array_type_def::subrange_type::bound_value::bound_value() in bound_value() function in abigail::ir::array_type_def::subrange_type::bound_value
16205 array_type_def::subrange_type::bound_value::bound_value(uint64_t v) in bound_value() function in abigail::ir::array_type_def::subrange_type::bound_value
16214 array_type_def::subrange_type::bound_value::bound_value(int64_t v) in bound_value() function in abigail::ir::array_type_def::subrange_type::bound_value
16223 enum array_type_def::subrange_type::bound_value::signedness
16224 array_type_def::subrange_type::bound_value::get_signedness() const in get_signedness()
16231 array_type_def::subrange_type::bound_value::set_signedness(enum signedness s) in set_signedness()
16238 array_type_def::subrange_type::bound_value::get_signed_value() const in get_signed_value()
16246 array_type_def::subrange_type::bound_value::get_unsigned_value() in get_unsigned_value()
16253 array_type_def::subrange_type::bound_value::set_unsigned(uint64_t v) in set_unsigned()
16263 array_type_def::subrange_type::bound_value::set_signed(int64_t v) in set_signed()
[all …]
Dabg-ctf-reader.cc857 array_type_def::subrange_type::bound_value lower_bound; in process_ctf_array_type()
858 array_type_def::subrange_type::bound_value upper_bound; in process_ctf_array_type()
Dabg-dwarf-reader.cc404 array_type_def::subrange_type::bound_value &value);
6394 array_type_def::subrange_type::bound_value &value) in die_constant_attribute()
13458 array_type_def::subrange_type::bound_value lower_bound = in build_subrange_type()
13460 array_type_def::subrange_type::bound_value upper_bound; in build_subrange_type()
Dabg-reader.cc4294 array_type_def::subrange_type::bound_value max_bound; in build_subrange_type()
4295 array_type_def::subrange_type::bound_value min_bound; in build_subrange_type()
/external/libabigail/
DNEWS200 ir: Add equality op to array_type_def::subrange_type::bound_value
DChangeLog3950 ir: Add equality op to array_type_def::subrange_type::bound_value
3952 (array_type_def::subrange_type::bound_value::operator==): Declare
3955 (array_type_def::subrange_type::bound_value::operator==):
10207 * include/abg-ir.h (array_type_def::subrange_type::bound_value):
10210 new bound_value type for bound values.
10222 array_type_def::subrange_type::bound_value type for bound values.
10226 (array_type_def::subrange_type::bound_value::{bound_value,
10231 upper_bound}): Use the new class bound_value.
10233 bound_value class to hold bound values.
10242 array_type_def::subrange_type::bound_value to hold bound values.