Searched defs:has_child (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_die_deliv.c579 Dwarf_Bool has_child = false; local
605 &has_child);
615 if ((*die_info_ptr) == 0 && has_child) {
617 has_child = false;
627 child_depth = has_child ? child_depth + 1 : child_depth;

Completed in 46 milliseconds