Home
last modified time | relevance | path

Searched refs:has_children (Results 1 – 19 of 19) sorted by relevance

/external/elfutils/libdw/
Ddwarf_aggregate_size.c119 int has_children = INTUSE(dwarf_child) (die, &enum_child); in array_size() local
120 if (has_children < 0) in array_size()
122 if (has_children > 0) in array_size()
Ddwarf_abbrevhaschildren.c42 return abbrev == NULL ? -1 : abbrev->has_children; in dwarf_abbrevhaschildren()
Ddwarf_haschildren.c49 return abbrevp->has_children; in dwarf_haschildren()
Ddwarf_siblingof.c93 else if (this_die.abbrev->has_children) in dwarf_siblingof()
Ddwarf_child.c136 if (! abbrevp->has_children) in dwarf_child()
Ddwarf_getabbrev.c120 abb->has_children = *abbrevp++ == DW_CHILDREN_yes; in __libdw_getabbrev()
DlibdwP.h245 bool has_children : 1; /* Whether or not the DIE has children. */ member
DChangeLog695 use bitfields for has_children and code.
2541 * libdwP.h (struct Dwarf_Abbrev): Change type of 'has_children' to bool.
/external/google-breakpad/src/common/dwarf/
Ddwarf2reader_test_common.h119 TestAbbrevTable &Abbrev(int code, DwarfTag tag, DwarfHasChild has_children) { in Abbrev() argument
123 D8(static_cast<unsigned>(has_children)); in Abbrev()
Ddwarf2reader.h247 bool has_children; member
Ddwarf2reader.cc109 abbrev.has_children = reader_->ReadOneByte(abbrevptr); in ReadAbbrevs()
510 if (abbrev.has_children) { in ProcessDIEs()
/external/python/cpython2/Lib/test/
Dtest_symtable.py81 self.assertTrue(self.top.has_children())
82 self.assertTrue(self.Mine.has_children())
83 self.assertFalse(self.foo.has_children())
/external/python/cpython3/Lib/test/
Dtest_symtable.py72 self.assertTrue(self.top.has_children())
73 self.assertTrue(self.Mine.has_children())
74 self.assertFalse(self.foo.has_children())
/external/libkmsxx/utils/
Dkmsprint.cpp335 bool has_children = e.children.size() > 0; in print_entry() local
337 …string data_prefix = prefix2 + (has_children ? get_glyph(TreeGlyph::Vertical) : get_glyph(TreeGlyp… in print_entry()
/external/python/cpython2/Lib/
Dsymtable.py83 def has_children(self): member in SymbolTable
/external/python/cpython3/Lib/
Dsymtable.py82 def has_children(self): member in SymbolTable
/external/python/cpython3/Doc/library/
Dsymtable.rst65 .. method:: has_children()
/external/python/cpython2/Doc/library/
Dsymtable.rst65 .. method:: has_children()
/external/elfutils/src/
Dreadelf.c5052 int has_children = dwarf_abbrevhaschildren (&abbrev); in print_debug_abbrev_section() local
5057 has_children ? yes_str : no_str, in print_debug_abbrev_section()