Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDValueObjectConstResultImpl.cpp96 ConstString child_name; in CreateChildAtIndex() local
98 child_name.SetCString (child_name_str.c_str()); in CreateChildAtIndex()
102 child_name, in CreateChildAtIndex()
HDValueObject.cpp855 ConstString child_name; in CreateChildAtIndex() local
857 child_name.SetCString (child_name_str.c_str()); in CreateChildAtIndex()
861 child_name, in CreateChildAtIndex()
2816 ConstString child_name; in GetValueForExpressionPath_Impl() local
2819 child_name.SetCString (expression_cstr); in GetValueForExpressionPath_Impl()
2820 ValueObjectSP child_valobj_sp = root->GetChildMemberWithName(child_name, true); in GetValueForExpressionPath_Impl()
2840 … child_valobj_sp = child_valobj_sp->GetChildMemberWithName(child_name, true); in GetValueForExpressionPath_Impl()
2848 … child_valobj_sp = child_valobj_sp->GetChildMemberWithName(child_name, true); in GetValueForExpressionPath_Impl()
2856 … child_valobj_sp = child_valobj_sp->GetChildMemberWithName(child_name, true); in GetValueForExpressionPath_Impl()
2862 … child_valobj_sp = child_valobj_sp->GetChildMemberWithName(child_name, true); in GetValueForExpressionPath_Impl()
[all …]
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDStackFrame.cpp734 ConstString child_name; in GetValueForVariableExpressionPath() local
736 child_name.SetCString (var_path.c_str()); in GetValueForVariableExpressionPath()
738 child_name.SetCStringWithLength(var_path.c_str(), separator_idx); in GetValueForVariableExpressionPath()
756 child_name.GetCString(), in GetValueForVariableExpressionPath()
762 child_name.GetCString(), in GetValueForVariableExpressionPath()
768 child_valobj_sp = valobj_sp->GetChildMemberWithName (child_name, true); in GetValueForVariableExpressionPath()
775 … child_valobj_sp = child_valobj_sp->GetChildMemberWithName (child_name, true); in GetValueForVariableExpressionPath()
792 if (child_name) in GetValueForVariableExpressionPath()
795child_name.GetCString(), in GetValueForVariableExpressionPath()
811 var_path.erase(0, child_name.GetLength()); in GetValueForVariableExpressionPath()
/NextBSD/contrib/subversion/subversion/libsvn_wc/
HDcopy.c412 const char *child_name, *child_src_abspath, *child_dst_abspath; in copy_versioned_dir() local
420 child_name = apr_hash_this_key(hi); in copy_versioned_dir()
422 child_src_abspath = svn_dirent_join(src_abspath, child_name, iterpool); in copy_versioned_dir()
423 child_dst_abspath = svn_dirent_join(dst_abspath, child_name, iterpool); in copy_versioned_dir()
450 child_name) in copy_versioned_dir()
465 child_name) in copy_versioned_dir()
512 svn_hash_sets(disk_children, child_name, NULL); in copy_versioned_dir()
HDcrop.c84 const char *child_name = APR_ARRAY_IDX(children, i, const char *); in crop_children() local
95 child_abspath = svn_dirent_join(local_abspath, child_name, iterpool); in crop_children()
HDrevert.c422 const char *child_name = apr_hash_this_key(hi); in revert_restore() local
427 child_abspath = svn_dirent_join(local_abspath, child_name, iterpool); in revert_restore()
HDwc_db_update_move.c1530 const char *child_name; in update_moved_away_node() local
1542 child_name = APR_ARRAY_IDX(dst_children, j, const char *); in update_moved_away_node()
1547 child_name = APR_ARRAY_IDX(src_children, i, const char *); in update_moved_away_node()
1562 child_name = dst_only ? dst_name : src_name; in update_moved_away_node()
1565 cnmb.src_relpath = svn_relpath_join(src_relpath, child_name, in update_moved_away_node()
1567 cnmb.dst_relpath = svn_relpath_join(dst_relpath, child_name, in update_moved_away_node()
HDupdate_editor.c2596 const char *child_name; in close_directory() local
2606 child_name = apr_hash_this_key(hi); in close_directory()
2607 child_abspath = svn_dirent_join(db->local_abspath, child_name, in close_directory()
2641 child_relpath = svn_relpath_join(db->new_repos_relpath, child_name, in close_directory()
5030 const char *child_name; in make_editor() local
5034 child_name = APR_ARRAY_IDX(children, i, const char *); in make_editor()
5037 child_name, iterpool); in make_editor()
5058 child_name, iterpool); in make_editor()
HDnode.c280 const char *child_name = wi->name; in walker_helper() local
291 child_abspath = svn_dirent_join(dir_abspath, child_name, iterpool); in walker_helper()
HDentries.c479 const char *child_name; in read_one_entry() local
482 child_name = APR_ARRAY_IDX(conflict_victims, k, const char *); in read_one_entry()
483 child_abspath = svn_dirent_join(dir_abspath, child_name, in read_one_entry()
502 svn_hash_sets(tree_conflicts, child_name, conflict); in read_one_entry()
/NextBSD/usr.bin/dtc/
HDfdt.cc763 string child_name, child_label, child_address; in node() local
764 child_name = parse_name(input, is_property, in node()
771 child_label = child_name; in node()
772 child_name = parse_name(input, is_property, "Expected property or node name"); in node()
786 property_ptr p = property::parse(input, child_name, in node()
799 node_ptr child = node::parse(input, child_name, in node()
812 props.push_back(property_ptr(new property(child_name, child_label))); in node()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDScriptInterpreterPython.h75 … (*SWIGPythonGetIndexOfChildWithName) (void *implementor, const char* child_name);
204 …int GetIndexOfChildWithName(const StructuredData::ObjectSP &implementor, const char *child_name) o…
HDScriptInterpreter.h364 GetIndexOfChildWithName(const StructuredData::ObjectSP &implementor, const char *child_name) in GetIndexOfChildWithName() argument
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTType.cpp3372 std::string& child_name, in GetChildClangTypeAtIndex() argument
3401 child_name = "isa"; in GetChildClangTypeAtIndex()
3520 child_name = base_class_clang_type.GetTypeName().AsCString(""); in GetChildClangTypeAtIndex()
3543 child_name.assign(field->getNameAsString().c_str()); in GetChildClangTypeAtIndex()
3591child_name.assign(superclass_interface_decl->getNameAsString().c_str()); in GetChildClangTypeAtIndex()
3623 child_name.assign(ivar_decl->getNameAsString().c_str()); in GetChildClangTypeAtIndex()
3692 child_name, in GetChildClangTypeAtIndex()
3707 child_name.assign(1, '*'); in GetChildClangTypeAtIndex()
3708 child_name += parent_name; in GetChildClangTypeAtIndex()
3734 child_name.assign(element_name); in GetChildClangTypeAtIndex()
[all …]
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSystemInitializerFull.cpp125 LLDBSwigPython_GetIndexOfChildWithName (void *implementor, const char* child_name);
/NextBSD/sys/dev/ofw/
HDofw_bus_subr.c535 ofw_bus_find_child(phandle_t start, const char *child_name) in ofw_bus_find_child() argument
545 if (strcmp(name, child_name) == 0) { in ofw_bus_find_child()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDClangASTType.h417 std::string& child_name,
/NextBSD/contrib/libarchive/libarchive/
HDarchive_write_set_format_mtree.c1941 mtree_entry_find_child(struct mtree_entry *parent, const char *child_name) in mtree_entry_find_child() argument
1948 &(parent->dir_info->rbtree), child_name); in mtree_entry_find_child()
HDarchive_write_set_format_xar.c1977 file_find_child(struct file *parent, const char *child_name) in file_find_child() argument
1982 &(parent->rbtree), child_name); in file_find_child()
HDarchive_write_set_format_iso9660.c5719 isoent_find_child(struct isoent *isoent, const char *child_name) in isoent_find_child() argument
5724 &(isoent->rbtree), child_name); in isoent_find_child()
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDScriptInterpreterPython.cpp2132 …on::GetIndexOfChildWithName(const StructuredData::ObjectSP &implementor_sp, const char *child_name) in GetIndexOfChildWithName() argument
2151 ret_val = g_swig_get_index_child (implementor, child_name); in GetIndexOfChildWithName()