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

/freebsd-current/contrib/llvm-project/lldb/bindings/interface/
H A DSBBlockExtensions.i49 first_child = property(GetFirstChild, None, doc='''A read only property that returns the same result as GetFirstChild().''')
/freebsd-current/usr.sbin/autofs/
H A Dcommon.c620 const struct node *child, *first_child; local
635 first_child = TAILQ_FIRST(&n->n_children);
636 if (first_child == NULL || TAILQ_NEXT(first_child, n_next) != NULL ||
637 strcmp(path, node_path(first_child)) != 0) {
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp52 ValueObjectSP first_child = pair.GetChildAtIndex(0); local
53 if (first_child)
54 value = first_child->GetChildMemberWithName("__value_");
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp493 auto first_child = enum_type->findOneChild<PDBSymbolData>(); local
494 if (first_child)
495 encoding = TranslateEnumEncoding(first_child->getValue().Type);

Completed in 130 milliseconds