/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | ValueObjectConstResultImpl.cpp | 57 std::string child_name; in CreateChildAtIndex() local 72 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in CreateChildAtIndex() 98 *m_impl_backend, *child_compiler_type_or_err, ConstString(child_name), in CreateChildAtIndex() 113 std::string child_name; in CreateSyntheticArrayMember() local 129 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in CreateSyntheticArrayMember() 155 *m_impl_backend, *child_compiler_type_or_err, ConstString(child_name), in CreateSyntheticArrayMember()
|
H A D | ValueObject.cpp | 494 std::string child_name; in CreateChildAtIndex() local 509 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in CreateChildAtIndex() 520 *this, *child_compiler_type_or_err, ConstString(child_name), in CreateChildAtIndex() 529 std::string child_name; in CreateSyntheticArrayMember() local 544 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in CreateSyntheticArrayMember() 558 *this, *child_compiler_type_or_err, ConstString(child_name), in CreateSyntheticArrayMember() 2303 llvm::StringRef child_name = temp_expression; in GetValueForExpressionPath_Impl() local 2305 root->GetChildMemberWithName(child_name); in GetValueForExpressionPath_Impl() 2324 child_valobj_sp->GetChildMemberWithName(child_name); in GetValueForExpressionPath_Impl() 2333 child_valobj_sp->GetChildMemberWithName(child_name); in GetValueForExpressionPath_Impl() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | BlockPointer.cpp | 100 std::string child_name; in GetChildAtIndex() local 111 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in GetChildAtIndex() 136 ConstString(child_name.c_str(), child_name.size()))); in GetChildAtIndex()
|
/freebsd/usr.bin/dtc/ |
H A D | fdt.cc | 897 string child_name, child_address; in node() local 901 if (child_name == string()) in node() 910 child_name += '@'; in node() 911 child_name += parse_name(input, is_property, "Expected unit address"); 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() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | StackFrame.cpp | 681 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 D | SWIGPythonBridge.h | 177 const char *child_name);
|
H A D | ScriptInterpreterPythonImpl.h | 136 const char *child_name) override;
|
H A D | ScriptInterpreterPython.cpp | 2074 const StructuredData::ObjectSP &implementor_sp, const char *child_name) { in GetIndexOfChildWithName() argument 2090 ret_val = SWIGBridge::LLDBSwigPython_GetIndexOfChildWithName(implementor, child_name); in GetIndexOfChildWithName()
|
/freebsd/sys/dev/ofw/ |
H A D | ofw_bus_subr.c | 775 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/include/lldb/Symbol/ |
H A D | CompilerType.h | 442 std::string &child_name, uint32_t &child_byte_size,
|
H A D | TypeSystem.h | 366 bool ignore_array_bounds, std::string &child_name,
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 6195 bool ignore_array_bounds, std::string &child_name, in GetChildCompilerTypeAtIndex() argument 6229 child_name = "isa"; in GetChildCompilerTypeAtIndex() 6297 child_name = base_class_clang_type.GetTypeName().AsCString(""); in GetChildCompilerTypeAtIndex() 6325 child_name.assign(field->getNameAsString()); in GetChildCompilerTypeAtIndex() 6388 child_name.assign( in GetChildCompilerTypeAtIndex() 6420 child_name.assign(ivar_decl->getNameAsString()); in GetChildCompilerTypeAtIndex() 6491 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in GetChildCompilerTypeAtIndex() 6500 child_name.assign(1, '*'); in GetChildCompilerTypeAtIndex() 6501 child_name += parent_name; in GetChildCompilerTypeAtIndex() 6528 child_name.assign(element_name); in GetChildCompilerTypeAtIndex() [all …]
|
H A D | TypeSystemClang.h | 895 bool ignore_array_bounds, std::string &child_name, 943 ConstString *child_name = nullptr,
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | CompilerType.cpp | 907 std::string &child_name, uint32_t &child_byte_size, in GetChildCompilerTypeAtIndex() argument 916 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in GetChildCompilerTypeAtIndex()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | ScriptInterpreter.h | 393 const char *child_name) { in GetIndexOfChildWithName() argument
|
/freebsd/contrib/llvm-project/lldb/bindings/python/ |
H A D | python-wrapper.swig | 484 PyObject * implementor, const char *child_name) { 493 llvm::Expected<PythonObject> result = pfunc.Call(PythonString(child_name));
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_write_set_format_mtree.c | 1951 mtree_entry_find_child(struct mtree_entry *parent, const char *child_name) 1958 &(parent->dir_info->rbtree), child_name); in mtree_entry_find_child() 1952 mtree_entry_find_child(struct mtree_entry * parent,const char * child_name) mtree_entry_find_child() argument
|
H A D | archive_write_set_format_xar.c | 2035 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 D | archive_write_set_format_iso9660.c | 5728 isoent_find_child(struct isoent *isoent, const char *child_name) in isoent_find_child() argument 5733 &(isoent->rbtree), child_name); in isoent_find_child()
|