Home
last modified time | relevance | path

Searched defs:child_name (Results 1 – 21 of 21) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectConstResultImpl.cpp90 ConstString child_name; in CreateChildAtIndex() local
H A DValueObject.cpp653 ConstString child_name; in CreateChildAtIndex() local
2294 ConstString child_name; in GetValueForExpressionPath_Impl() local
2837 ConstString child_name; in Dereference() local
/freebsd-12.1/contrib/subversion/subversion/libsvn_wc/
H A Dcrop.c84 const char *child_name = APR_ARRAY_IDX(children, i, const char *); in crop_children() local
H A Drevert.c422 const char *child_name = apr_hash_this_key(hi); in revert_restore() local
H A Dcopy.c412 const char *child_name, *child_src_abspath, *child_dst_abspath; in copy_versioned_dir() local
H A Dnode.c280 const char *child_name = wi->name; in walker_helper() local
H A Dwc_db_update_move.c2081 const char *child_name; in update_moved_away_node() local
2596 const char *child_name; in update_incoming_moved_node() local
3445 const char *child_name; in update_locally_added_node() local
H A Dupdate_editor.c2596 const char *child_name; in close_directory() local
5053 const char *child_name; in make_editor() local
H A Dentries.c479 const char *child_name; in read_one_entry() local
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp108 std::string child_name; in GetChildAtIndex() local
H A DLibCxxMap.cpp311 std::string child_name; in GetValueOffset() local
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h349 const char *child_name) { in GetIndexOfChildWithName()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp631 std::string &child_name, uint32_t &child_byte_size, in GetChildCompilerTypeAtIndex()
H A DClangASTContext.cpp6593 bool ignore_array_bounds, std::string &child_name, in GetChildCompilerTypeAtIndex()
10108 ConstString *child_name, in CountDeclLevels()
/freebsd-12.1/sys/dev/ofw/
H A Dofw_bus_subr.c722 ofw_bus_find_child(phandle_t start, const char *child_name) in ofw_bus_find_child()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrame.cpp655 ConstString child_name(var_expr.substr(0, var_expr.find_first_of(".-["))); in GetValueForVariableExpressionPath() local
/freebsd-12.1/usr.bin/dtc/
H A Dfdt.cc872 string child_name, child_address; in node() local
/freebsd-12.1/contrib/libarchive/libarchive/
H A Darchive_write_set_format_mtree.c1963 mtree_entry_find_child(struct mtree_entry *parent, const char *child_name) in mtree_entry_find_child()
H A Darchive_write_set_format_xar.c2008 file_find_child(struct file *parent, const char *child_name) in file_find_child()
H A Darchive_write_set_format_iso9660.c5733 isoent_find_child(struct isoent *isoent, const char *child_name) in isoent_find_child()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2403 const StructuredData::ObjectSP &implementor_sp, const char *child_name) { in GetIndexOfChildWithName()