Searched defs:child_name (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | ValueObjectConstResultImpl.cpp | 57 std::string child_name; in CreateChildAtIndex() local 113 std::string child_name; in CreateSyntheticArrayMember() local
|
H A D | ValueObject.cpp | 494 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 D | BlockPointer.cpp | 100 std::string child_name; in GetChildAtIndex() local
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | ScriptInterpreter.h | 393 const char *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()
|
/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
|
/freebsd/usr.bin/dtc/ |
H A D | fdt.cc | 897 string child_name, child_address; in node() local
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | CompilerType.cpp | 907 std::string &child_name, uint32_t &child_byte_size, in GetChildCompilerTypeAtIndex()
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_write_set_format_mtree.c | 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()
|
H A D | archive_write_set_format_iso9660.c | 5728 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 D | ScriptInterpreterPython.cpp | 2074 const StructuredData::ObjectSP &implementor_sp, const char *child_name) { in GetIndexOfChildWithName()
|
/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() 9374 ConstString *child_name, in CountDeclLevels()
|