/freebsd-src/contrib/llvm-project/lldb/source/Core/ |
H A D | ValueObjectConstResultImpl.cpp | 88 ConstString child_name; CreateChildAtIndex() local
|
H A D | ValueObject.cpp | 508 ConstString child_name; CreateChildAtIndex() local 2092 llvm::StringRef child_name = temp_expression; GetValueForExpressionPath_Impl() local 2160 llvm::StringRef child_name = temp_expression.slice(0, next_sep_pos); GetValueForExpressionPath_Impl() local 2611 ConstString child_name; Dereference() local 2632 ConstString child_name; Dereference() local [all...] |
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | BlockPointer.cpp | 99 std::string child_name; GetChildAtIndex() local
|
H A D | LibCxxMap.cpp | 300 std::string child_name; GetValueOffset() local
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | ScriptInterpreter.h | 435 GetIndexOfChildWithName(const StructuredData::ObjectSP & implementor,const char * child_name) GetIndexOfChildWithName() argument
|
/freebsd-src/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
|
/freebsd-src/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-src/contrib/llvm-project/lldb/source/Symbol/ |
H A D | CompilerType.cpp | 872 GetChildCompilerTypeAtIndex(ExecutionContext * exe_ctx,size_t idx,bool transparent_pointers,bool omit_empty_base_classes,bool ignore_array_bounds,std::string & child_name,uint32_t & child_byte_size,int32_t & child_byte_offset,uint32_t & child_bitfield_bit_size,uint32_t & child_bitfield_bit_offset,bool & child_is_base_class,bool & child_is_deref_of_parent,ValueObject * valobj,uint64_t & language_flags) const GetChildCompilerTypeAtIndex() argument
|
/freebsd-src/usr.bin/dtc/ |
H A D | fdt.cc | 897 string child_name, child_address; in node() local
|
/freebsd-src/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) in mtree_entry_find_child()
|
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
|
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
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | ScriptInterpreterPython.cpp | 2180 GetIndexOfChildWithName(const StructuredData::ObjectSP & implementor_sp,const char * child_name) GetIndexOfChildWithName() argument
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 6078 GetChildCompilerTypeAtIndex(lldb::opaque_compiler_type_t type,ExecutionContext * exe_ctx,size_t idx,bool transparent_pointers,bool omit_empty_base_classes,bool ignore_array_bounds,std::string & child_name,uint32_t & child_byte_size,int32_t & child_byte_offset,uint32_t & child_bitfield_bit_size,uint32_t & child_bitfield_bit_offset,bool & child_is_base_class,bool & child_is_deref_of_parent,ValueObject * valobj,uint64_t & language_flags) GetChildCompilerTypeAtIndex() argument 9176 CountDeclLevels(clang::DeclContext * frame_decl_ctx,clang::DeclContext * child_decl_ctx,ConstString * child_name,CompilerType * child_type) CountDeclLevels() argument [all...] |