Home
last modified time | relevance | path

Searched refs:first_child (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/autofs/
H A Dcommon.c620 const struct node *child, *first_child; in node_print_indent() local
635 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()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBBlockExtensions.i49first_child = property(GetFirstChild, None, doc='''A read only property that returns the same resu…
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp52 ValueObjectSP first_child = pair.GetChildAtIndex(0); in GetFirstValueOfLibCXXCompressedPair() local
53 if (first_child) in GetFirstValueOfLibCXXCompressedPair()
54 value = first_child->GetChildMemberWithName("__value_"); in GetFirstValueOfLibCXXCompressedPair()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp493 auto first_child = enum_type->findOneChild<PDBSymbolData>(); in CreateLLDBTypeFromPDBType() local
494 if (first_child) in CreateLLDBTypeFromPDBType()
495 encoding = TranslateEnumEncoding(first_child->getValue().Type); in CreateLLDBTypeFromPDBType()