Home
last modified time | relevance | path

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

/third_party/libabigail/src/
H A Dabg-dwarf-reader.cc4160 /// @param enom the enum to consider.
4162 maybe_schedule_declaration_only_enum_for_resolution(enum_type_decl_sptr& enom) in maybe_schedule_declaration_only_enum_for_resolution() argument
4164 if (enom->get_is_declaration_only() in maybe_schedule_declaration_only_enum_for_resolution()
4165 && enom->get_definition_of_declaration() == 0) in maybe_schedule_declaration_only_enum_for_resolution()
4167 string qn = enom->get_qualified_name(); in maybe_schedule_declaration_only_enum_for_resolution()
4171 declaration_only_enums()[qn].push_back(enom); in maybe_schedule_declaration_only_enum_for_resolution()
4173 record->second.push_back(enom); in maybe_schedule_declaration_only_enum_for_resolution()
4180 /// @param enom the enum to consider for the test.
4182 /// @return true iff @p enom is a declaration-only enum and if
4185 is_decl_only_enum_scheduled_for_resolution(enum_type_decl_sptr& enom) in is_decl_only_enum_scheduled_for_resolution() argument
4268 enum_type_decl_sptr enom = is_enum_type(type_base_sptr(*c)); resolve_declaration_only_enums() local
[all...]
H A Dabg-ir.cc9380 for (const auto &enom : e->get_enumerators()) in get_debug_representation()
9381 o << " " << enom.get_name() << " = " << enom.get_value() << ",\n"; in get_debug_representation()
10500 /// @param enom the enum to consider.
10504 look_through_decl_only_enum(enum_type_decl_sptr enom) in look_through_decl_only_enum() argument
10505 {return is_enum_type(look_through_decl_only(enom));} in look_through_decl_only_enum()
18028 /// @param enom the enum to consider.
18031 /// enom.
18034 const enum_type_decl &enom) in is_enumerator_present_in_enum()
18036 for (const auto &e : enom in is_enumerator_present_in_enum()
18033 is_enumerator_present_in_enum(const enum_type_decl::enumerator &enr, const enum_type_decl &enom) is_enumerator_present_in_enum() argument
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 50 milliseconds