Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectConstResultImpl.cpp88 ConstString child_name; in CreateChildAtIndex() local
H A DValueObject.cpp508 ConstString child_name; in CreateChildAtIndex() local
2092 llvm::StringRef child_name = temp_expression; in GetValueForExpressionPath_Impl() local
2160 llvm::StringRef child_name = temp_expression.slice(0, next_sep_pos); in GetValueForExpressionPath_Impl() local
2611 ConstString child_name; in Dereference() local
2632 ConstString child_name; in Dereference() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp99 std::string child_name; in GetChildAtIndex() local
H A DLibCxxMap.cpp300 std::string child_name; in GetValueOffset() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h435 const char *child_name) { in GetIndexOfChildWithName()
/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()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp872 std::string &child_name, uint32_t &child_byte_size, in GetChildCompilerTypeAtIndex()
/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
/freebsd/usr.bin/dtc/
H A Dfdt.cc897 string child_name, child_address; in node() local
/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()
H A Darchive_write_set_format_xar.c2035 file_find_child(struct file *parent, const char *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()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2180 const StructuredData::ObjectSP &implementor_sp, const char *child_name) { in GetIndexOfChildWithName()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp6078 bool ignore_array_bounds, std::string &child_name, in GetChildCompilerTypeAtIndex()
9176 ConstString *child_name, in CountDeclLevels()