Searched refs:first_child (Results 1 – 4 of 4) sorted by relevance
620 const struct node *child, *first_child; in node_print_indent() local635 first_child = TAILQ_FIRST(&n->n_children); in node_print_indent()636 if (first_child == NULL || TAILQ_NEXT(first_child, n_next) != NULL || in node_print_indent()637 strcmp(path, node_path(first_child)) != 0) { in node_print_indent()
49 …first_child = property(GetFirstChild, None, doc='''A read only property that returns the same resu…
52 ValueObjectSP first_child = pair.GetChildAtIndex(0); in GetFirstValueOfLibCXXCompressedPair() local53 if (first_child) in GetFirstValueOfLibCXXCompressedPair()54 value = first_child->GetChildMemberWithName("__value_"); in GetFirstValueOfLibCXXCompressedPair()
493 auto first_child = enum_type->findOneChild<PDBSymbolData>(); in CreateLLDBTypeFromPDBType() local494 if (first_child) in CreateLLDBTypeFromPDBType()495 encoding = TranslateEnumEncoding(first_child->getValue().Type); in CreateLLDBTypeFromPDBType()