Home
last modified time | relevance | path

Searched refs:enr (Results 1 - 1 of 1) sorted by relevance

/third_party/libabigail/src/
H A Dabg-ir.cc18026 /// @param enr the enumerator to consider.
18030 /// @return true iff the enumerator @p enr is present in the enum @p
18033 is_enumerator_present_in_enum(const enum_type_decl::enumerator &enr, in is_enumerator_present_in_enum() argument
18037 if (e == enr) in is_enumerator_present_in_enum()
18047 /// @param enr the first enumerator to consider.
18051 /// @return true iff @p enr has the same value as @p enl.
18053 enumerators_values_are_equal(const enum_type_decl::enumerator &enr, in enumerators_values_are_equal() argument
18055 {return enr.get_value() == enl.get_value();} in enumerators_values_are_equal()
18067 /// @param enr the enumerator to consider.
18073 /// value of @p enr
18078 is_enumerator_value_present_in_enum(const enum_type_decl::enumerator &enr, const enum_type_decl &enom, vector<enum_type_decl::enumerator>& redundant_enrs) is_enumerator_value_present_in_enum() argument
18106 is_enumerator_value_redundant(const enum_type_decl::enumerator &enr, const enum_type_decl &enom) is_enumerator_value_redundant() argument
[all...]

Completed in 27 milliseconds