Lines Matching defs:end
143 };// end struct dwarf_offset_pair_hash
176 }; // end struct offset_type
187 };// end struct offset_hash
202 };// end struct offset_pair_hash
863 }; // end struct gnu_ht
1045 // stop here. We reached the end of the chain of values
1292 i != syms_found.end();
1536 };// class end expr_result;
1574 end()
1578 end() const
1579 {return const_cast<expr_result_stack_type*>(this)->end();}
1608 }; // end class expr_result_stack_type
1664 };//end class dwarf_expr_eval_context
1780 }; // end die_dependant_container_set
2263 /// These types need to be constructed at the end of the translation
2588 if (i == map.end())
2601 o != i->second.end();
2682 if (i == map.end())
2687 o != i->second.end();
2779 if (i == map.end())
2793 // the end of the i->second vector during the walking.
3016 if (i == map.end())
3081 if (i == map.end())
3135 if (i == map.end())
3172 if (i == map.end())
3245 if (i == m.end())
3280 if (i == m.end())
3507 if (i == per_tu_repr_to_fn_type_maps().end())
3597 if (it == canonical_dies.end())
3723 if (i != m.end())
3736 if (i != m.end())
3747 if (i != m.end())
3854 return (i != die_wip_classes_map(source).end());
3872 return (i != die_wip_function_types_map(source).end());
3876 /// resolved to their definition classes by the end of the corpus
3887 /// resolved to their definition classes by the end of the corpus
3898 /// the side so that at the end of the corpus reading we can resolve
3911 if (record == declaration_only_classes().end())
3930 != declaration_only_classes().end());
3972 i != declaration_only_classes().end();
3977 j != i->second.end();
4029 c != classes->end();
4056 j != i->second.end();
4066 if (e != per_tu_class_map.end())
4085 it != per_tu_class_map.end();
4118 i != resolved_classes.end();
4128 i != declaration_only_classes().end();
4135 /// resolved to their definition enums by the end of the corpus
4146 /// resolved to their definition enums by the end of the corpus
4157 /// the side so that at the end of the corpus reading we can resolve
4170 if (record == declaration_only_enums().end())
4189 != declaration_only_enums().end());
4208 i != declaration_only_enums().end();
4213 j != i->second.end();
4265 c != enums->end();
4292 j != i->second.end();
4302 if (e != per_tu_enum_map.end())
4321 it != per_tu_enum_map.end();
4354 i != resolved_enums.end();
4364 i != declaration_only_enums().end();
4393 i != fns->end();
4432 i != fns_with_no_symbol.end();
4530 it != types_to_canonicalize().end();
5405 };// end class reader.
5462 for (i = vect_.begin();i < vect_.end(); ++i)
5466 if (i != vect_.end())
5485 if (set_.find(p) == set_.end())
5518 for (i = vect_.begin(); i != vect_.end(); ++i)
5522 if (i == vect_.end())
5527 for (++i; i != vect_.end(); ++i)
5565 if (it == redundant_types_.end())
5571 it->second.insert(it->second.end(),
5573 dependant_types.end());
5589 if (i != redundant_types_.end())
5603 if (i == dependant_types_.end())
5626 if (redundant_type != redundant_types_.end())
5633 ABG_ASSERT(dependant_types_it != dependant_types_.end());
5638 for (; i!= dependant_types_it->second.end();++i)
5641 if (i != dependant_types_it->second.end())
5688 != rdr_.propagated_types_.end())
5699 if (comp_result_it != rdr_.die_comparison_results_.end())
5706 if (rdr_.propagated_types_.find(p) != rdr_.propagated_types_.end())
5734 if (i != redundant_types_.end())
5737 if (result.find(dependant_type) == result.end())
5747 }; // end struct offset_pairs_stack_type
6647 if (i != rdr.die_comparison_results_.end())
9137 i != parm_names.end();
9521 i != parm_names.end();
10421 // Let's fall through to let the end of this function set the
10435 // end up with an endless loop, a.k.a "comparison cycle".
11288 ABG_ASSERT(iter != tu_die_imported_unit_points_map.end());
11295 imported_unit_points_type::const_iterator e = imported_unit_points.end();
11306 if (e != imported_unit_points.end())
11449 if (i == m.end())
11627 if (i != rdr.die_tu_map().end())
11873 std::lower_bound(p.begin(), p.end(), v);
11875 bool is_ok = result != p.end();
11973 v != rdr.var_decls_to_re_add_to_tree().end();
12448 if (i == fns_with_no_symbol.end())
12739 if (i != rdr.die_wip_classes_map(source).end())
13086 if (i != rdr.die_wip_classes_map(source).end())
13145 if (i != rdr.die_wip_classes_map(source).end())
13336 if (i != rdr.die_wip_classes_map(source).end())
13459 i != type->get_subranges().end();
13759 if (i != rdr.die_wip_function_types_map(source).end())
13930 if (i != rdr.die_wip_function_types_map(source).end())
14784 if (i != rdr.declaration_only_classes().end())
14812 if (i != rdr.declaration_only_enums().end())
16026 }// end namespace dwarf
16028 }// end namespace abigail