Home
last modified time | relevance | path

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

/external/libabigail/include/
Dabg-ir.h2329 class bound_value
2347 bound_value();
2348 bound_value(uint64_t);
2349 bound_value(int64_t);
2356 bool operator==(const bound_value&) const;
2364 bound_value lower_bound,
2365 bound_value upper_bound,
2372 bound_value lower_bound,
2373 bound_value upper_bound,
2379 bound_value upper_bound,
/external/libabigail/src/
Dabg-ir.cc14804 array_type_def::subrange_type::bound_value::bound_value() in bound_value() function in abigail::ir::array_type_def::subrange_type::bound_value
14813 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
14822 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
14831 enum array_type_def::subrange_type::bound_value::signedness
14832 array_type_def::subrange_type::bound_value::get_signedness() const in get_signedness()
14839 array_type_def::subrange_type::bound_value::set_signedness(enum signedness s) in set_signedness()
14846 array_type_def::subrange_type::bound_value::get_signed_value() const in get_signed_value()
14854 array_type_def::subrange_type::bound_value::get_unsigned_value() in get_unsigned_value()
14861 array_type_def::subrange_type::bound_value::set_unsigned(uint64_t v) in set_unsigned()
14871 array_type_def::subrange_type::bound_value::set_signed(int64_t v) in set_signed()
[all …]
Dabg-reader.cc3906 array_type_def::subrange_type::bound_value max_bound; in build_subrange_type()
3907 array_type_def::subrange_type::bound_value min_bound; in build_subrange_type()
Dabg-dwarf-reader.cc386 array_type_def::subrange_type::bound_value &value);
6393 array_type_def::subrange_type::bound_value &value) in die_constant_attribute()
13339 array_type_def::subrange_type::bound_value lower_bound = in build_subrange_type()
13341 array_type_def::subrange_type::bound_value upper_bound; in build_subrange_type()
/external/libabigail/
DNEWS43 ir: Add equality op to array_type_def::subrange_type::bound_value
DChangeLog398 ir: Add equality op to array_type_def::subrange_type::bound_value
400 (array_type_def::subrange_type::bound_value::operator==): Declare
403 (array_type_def::subrange_type::bound_value::operator==):
6655 * include/abg-ir.h (array_type_def::subrange_type::bound_value):
6658 new bound_value type for bound values.
6670 array_type_def::subrange_type::bound_value type for bound values.
6674 (array_type_def::subrange_type::bound_value::{bound_value,
6679 upper_bound}): Use the new class bound_value.
6681 bound_value class to hold bound values.
6690 array_type_def::subrange_type::bound_value to hold bound values.