Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectConstResultImpl.cpp57 std::string child_name; in CreateChildAtIndex() local
113 std::string child_name; in CreateSyntheticArrayMember() local
H A DValueObject.cpp494 std::string child_name; in CreateChildAtIndex() local
529 std::string child_name; in CreateSyntheticArrayMember() local
2303 llvm::StringRef child_name = temp_expression; in GetValueForExpressionPath_Impl() local
2371 llvm::StringRef child_name = temp_expression.slice(0, next_sep_pos); in GetValueForExpressionPath_Impl() local
2834 ConstString child_name; in Dereference() local
2855 ConstString child_name; in Dereference() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp100 std::string child_name; in GetChildAtIndex() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h393 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/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/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp907 std::string &child_name, uint32_t &child_byte_size, in GetChildCompilerTypeAtIndex()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_set_format_mtree.c1952 mtree_entry_find_child(struct mtree_entry * parent,const char * child_name) mtree_entry_find_child() argument
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.cpp2074 const StructuredData::ObjectSP &implementor_sp, const char *child_name) { in GetIndexOfChildWithName()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp6195 bool ignore_array_bounds, std::string &child_name, in GetChildCompilerTypeAtIndex()
9374 ConstString *child_name, in CountDeclLevels()