/external/lldb/examples/synthetic/ |
D | gnu_libstdcpp.py | 135 def has_children(self): member in StdListSynthProvider 233 def has_children(self): member in StdVectorSynthProvider 418 def has_children(self): member in StdMapSynthProvider
|
D | libcxx.py | 130 def has_children(self): member in stdvector_SynthProvider 326 def has_children(self): member in stdlist_SynthProvider 490 def has_children(self): member in stdmap_SynthProvider 619 def has_children(self): member in stddeque_SynthProvider 725 def has_children(self): member in stdsharedptr_SynthProvider
|
/external/lldb/examples/synthetic/bitfield/ |
D | example.py | 16 def has_children(self): member in MaskedData_SyntheticChildrenProvider
|
/external/google-breakpad/src/common/dwarf/ |
D | dwarf2reader_test_common.h | 119 TestAbbrevTable &Abbrev(int code, DwarfTag tag, DwarfHasChild has_children) { in Abbrev()
|
D | dwarf2reader.h | 247 bool has_children; member
|
/external/elfutils/src/libdw/ |
D | dwarf_aggregate_size.c | 147 int has_children = INTUSE(dwarf_child) (die, &enum_child); in array_size() local
|
D | libdwP.h | 222 bool has_children; member
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFAbbreviationDeclaration.cpp | 26 DWARFAbbreviationDeclaration::DWARFAbbreviationDeclaration(dw_tag_t tag, uint8_t has_children) : in DWARFAbbreviationDeclaration()
|
/external/lldb/tools/lldb-perf/lib/ |
D | Xcode.cpp | 23 auto has_children = value.MightHaveChildren(); in FetchVariable() local
|
/external/linux-tools-perf/src/tools/perf/util/ |
D | symbol.h | 143 bool has_children; member
|
/external/linux-tools-perf/src/tools/perf/ui/browsers/ |
D | hists.c | 225 bool has_children = false; in callchain_node__set_folding_rb_tree() local 243 bool has_children = false; in callchain_node__set_folding() local
|
/external/valgrind/coregrind/m_debuginfo/ |
D | readdwarf3.c | 411 ULong has_children; member 2581 UInt has_children; in get_inlFnName() local 4168 UInt has_children; in read_DIE() local 4440 UInt has_children; in trace_debug_abbrev() local
|
/external/lldb/source/Core/ |
D | ValueObject.cpp | 660 bool has_children = false; in MightHaveChildren() local 3371 const bool has_children = type_flags.Test (ClangASTType::eTypeHasChildren); in DumpValueObject_Impl() local
|
/external/lldb/source/API/ |
D | SBValue.cpp | 1115 bool has_children = false; in MightHaveChildren() local
|
/external/elfutils/src/src/ |
D | readelf.c | 4561 int has_children = dwarf_abbrevhaschildren (&abbrev); in print_debug_abbrev_section() local
|