Lines Matching refs:imported_unit_point
281 struct imported_unit_point
291 /// Default constructor for @ref the type imported_unit_point.
292 imported_unit_point()
300 /// Constructor of @ref the type imported_unit_point.
304 imported_unit_point(Dwarf_Off import_off)
312 /// Constructor of @ref the type imported_unit_point.
320 imported_unit_point(Dwarf_Off import_off,
345 }; // struct imported_unit_point
347 /// Convenience typedef for a vector of @ref imported_unit_point.
348 typedef vector<imported_unit_point> imported_unit_points_type;
350 /// Convenience typedef for a vector of @ref imported_unit_point.
354 /// "Less than" operator for instances of @ref imported_unit_point
363 operator<(const imported_unit_point& l, const imported_unit_point& r)
5234 (imported_unit_point(dwarf_dieoffset(&child),
11871 imported_unit_point v(val);