Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp99 std::string child_name; in GetChildAtIndex() local
111 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in GetChildAtIndex()
132 ConstString(child_name.c_str(), child_name.size()))); in GetChildAtIndex()
H A DLibCxxMap.cpp300 std::string child_name; in GetValueOffset() local
310 nullptr, 4, true, true, true, child_name, child_byte_size, in GetValueOffset()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectConstResultImpl.cpp88 ConstString child_name; in CreateChildAtIndex() local
90 child_name.SetCString(child_name_str.c_str()); in CreateChildAtIndex()
103 *m_impl_backend, child_compiler_type, child_name, child_byte_size, in CreateChildAtIndex()
H A DValueObject.cpp508 ConstString child_name; in CreateChildAtIndex() local
510 child_name.SetCString(child_name_str.c_str()); in CreateChildAtIndex()
513 *this, child_compiler_type, child_name, child_byte_size, in CreateChildAtIndex()
2092 llvm::StringRef child_name = temp_expression; in GetValueForExpressionPath_Impl() local
2094 root->GetChildMemberWithName(child_name); in GetValueForExpressionPath_Impl()
2163 root->GetChildMemberWithName(child_name); in GetValueForExpressionPath_Impl()
2611 ConstString child_name; in Dereference() local
2613 child_name.SetCString(child_name_str.c_str()); in Dereference()
2616 *this, child_compiler_type, child_name, child_byte_size, in Dereference()
2632 ConstString child_name; in Dereference() local
[all …]
/freebsd/usr.bin/dtc/
H A Dfdt.cc897 string child_name, child_address; in node() local
901 if (child_name == string()) in node()
910 child_name += '@'; in node()
924 child_name = input.parse_node_name(); in node()
928 deleted_children.insert(child_name); in node()
935 child_name = input.parse_property_name(); in node()
939 deleted_props.insert(child_name); in node()
949 child_name = parse_name(input, is_property, in node()
956 child_labels.insert(std::move(child_name)); in node()
971 property_ptr p = property::parse(input, std::move(child_name), in node()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp681 ConstString child_name(var_expr.substr(0, var_expr.find_first_of(".-["))); in GetValueForVariableExpressionPath() local
697 var_expr_path_strm.GetData(), child_name.GetCString(), in GetValueForVariableExpressionPath()
703 var_expr_path_strm.GetData(), child_name.GetCString(), in GetValueForVariableExpressionPath()
708 child_valobj_sp = valobj_sp->GetChildMemberWithName(child_name); in GetValueForVariableExpressionPath()
714 child_valobj_sp->GetChildMemberWithName(child_name); in GetValueForVariableExpressionPath()
729 if (child_name) { in GetValueForVariableExpressionPath()
732 child_name.GetCString(), in GetValueForVariableExpressionPath()
747 var_expr = var_expr.drop_front(child_name.GetLength()); in GetValueForVariableExpressionPath()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DSWIGPythonBridge.h190 const char *child_name);
H A DScriptInterpreterPythonImpl.h158 const char *child_name) override;
H A DScriptInterpreterPython.cpp2180 const StructuredData::ObjectSP &implementor_sp, const char *child_name) { in GetIndexOfChildWithName() argument
2196 ret_val = SWIGBridge::LLDBSwigPython_GetIndexOfChildWithName(implementor, child_name); in GetIndexOfChildWithName()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h427 std::string &child_name, uint32_t &child_byte_size,
H A DTypeSystem.h343 bool ignore_array_bounds, std::string &child_name,
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp6078 bool ignore_array_bounds, std::string &child_name, in GetChildCompilerTypeAtIndex() argument
6108 child_name = "isa"; in GetChildCompilerTypeAtIndex()
6263 child_name.assign( in GetChildCompilerTypeAtIndex()
6375 child_name.assign(1, '*'); in GetChildCompilerTypeAtIndex()
6376 child_name += parent_name; in GetChildCompilerTypeAtIndex()
6403 child_name.assign(element_name); in GetChildCompilerTypeAtIndex()
6456 child_name.assign(1, '*'); in GetChildCompilerTypeAtIndex()
6457 child_name += parent_name; in GetChildCompilerTypeAtIndex()
6494 child_name.assign(1, '&'); in GetChildCompilerTypeAtIndex()
6495 child_name += parent_name; in GetChildCompilerTypeAtIndex()
[all …]
H A DTypeSystemClang.h877 bool ignore_array_bounds, std::string &child_name,
922 ConstString *child_name = nullptr,
/freebsd/sys/dev/ofw/
H A Dofw_bus_subr.c775 ofw_bus_find_child(phandle_t start, const char *child_name) in ofw_bus_find_child() argument
785 if (strcmp(name, child_name) == 0) { in ofw_bus_find_child()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp872 std::string &child_name, uint32_t &child_byte_size, in GetChildCompilerTypeAtIndex() argument
881 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in GetChildCompilerTypeAtIndex()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h435 const char *child_name) { in GetIndexOfChildWithName() argument
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-wrapper.swig611 PyObject * implementor, const char *child_name) {
620 llvm::Expected<PythonObject> result = pfunc.Call(PythonString(child_name));
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_set_format_mtree.c1951 mtree_entry_find_child(struct mtree_entry *parent, const char *child_name) in mtree_entry_find_child() argument
1958 &(parent->dir_info->rbtree), child_name); in mtree_entry_find_child()
H A Darchive_write_set_format_xar.c2035 file_find_child(struct file *parent, const char *child_name) in file_find_child() argument
2040 &(parent->rbtree), child_name); in file_find_child()
H A Darchive_write_set_format_iso9660.c5728 isoent_find_child(struct isoent *isoent, const char *child_name) in isoent_find_child() argument
5733 &(isoent->rbtree), child_name); in isoent_find_child()