Home
last modified time | relevance | path

Searched refs:has_children (Results 1 - 15 of 15) sorted by relevance

/third_party/elfutils/libdw/
H A Ddwarf_aggregate_size.c151 int has_children = INTUSE(dwarf_child) (die, &enum_child); in array_size() local
152 if (has_children < 0) in array_size()
154 if (has_children > 0) in array_size()
H A Ddwarf_abbrevhaschildren.c42 return abbrev == NULL ? -1 : abbrev->has_children; in dwarf_abbrevhaschildren()
H A Ddwarf_haschildren.c49 return abbrevp->has_children; in dwarf_haschildren()
H A Ddwarf_child.c149 if (! abbrevp->has_children) in dwarf_child()
H A Ddwarf_siblingof.c93 else if (this_die.abbrev->has_children) in dwarf_siblingof()
H A Ddwarf_getabbrev.c122 abb->has_children = *abbrevp++ == DW_CHILDREN_yes; in __libdw_getabbrev()
H A DlibdwP.h259 bool has_children : 1; /* Whether or not the DIE has children. */ member
/third_party/skia/platform_tools/debugging/lldb/
H A Dskia.py83 def has_children(self): member in SkTArray_SynthProvider
132 def has_children(self): member in SkAutoTArray_SynthProvider
178 def has_children(self): member in SkSpan_SynthProvider
/third_party/python/Lib/test/
H A Dtest_symtable.py89 self.assertTrue(self.top.has_children())
90 self.assertTrue(self.Mine.has_children())
91 self.assertFalse(self.foo.has_children())
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-fts.h64 char has_children; member
/third_party/rust/crates/bindgen/bindgen/
H A Dclang.rs509 pub fn has_children(&self) -> bool { in has_children() functions
510 let mut has_children = false; in has_children() variables
512 has_children = true; in has_children()
515 has_children in has_children()
/third_party/python/Lib/
H A Dsymtable.py108 def has_children(self): member in SymbolTable
/third_party/libwebsockets/lib/misc/fts/
H A Dtrie-fd.c362 ac->has_children = !!children; in ac_record()
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dcontext.rs1622 if children.iter().all(|c| !c.has_children()) { in instantiate_template()
/third_party/elfutils/src/
H A Dreadelf.c5296 int has_children = dwarf_abbrevhaschildren (&abbrev); in print_debug_abbrev_section() local
5301 has_children ? yes_str : no_str, in print_debug_abbrev_section()

Completed in 27 milliseconds