Searched refs:child_name (Results 1 - 17 of 17) sorted by relevance

/openbsd-current/gnu/llvm/lldb/examples/synthetic/recognizer_function/
H A Dexample.py55 child_name = child.GetName()
56 if child_name.startswith("_"):
59 presence_bit = value.GetChildMemberWithName("_has_" + child_name)
/openbsd-current/gnu/llvm/lldb/third_party/Python/module/ptyprocess-0.6.0/ptyprocess/
H A D_fork_pty.py48 child_name = os.ttyname(tty_fd)
73 fd = os.open(child_name, os.O_RDWR)
/openbsd-current/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp111 std::string child_name; variable
123 ignore_array_bounds, child_name, child_byte_size, child_byte_offset,
144 ConstString(child_name.c_str(), child_name.size())));
H A DLibCxxMap.cpp308 std::string child_name; local
318 nullptr, 4, true, true, true, child_name, child_byte_size,
/openbsd-current/gnu/llvm/lldb/source/Core/
H A DValueObjectConstResultImpl.cpp88 ConstString child_name; local
90 child_name.SetCString(child_name_str.c_str());
103 *m_impl_backend, child_compiler_type, child_name, child_byte_size,
H A DValueObject.cpp562 ConstString child_name; local
564 child_name.SetCString(child_name_str.c_str());
567 *this, child_compiler_type, child_name, child_byte_size,
2143 ConstString child_name; local
2147 child_name.SetString(temp_expression);
2149 root->GetChildMemberWithName(child_name, true);
2168 child_valobj_sp->GetChildMemberWithName(child_name, true);
2177 child_valobj_sp->GetChildMemberWithName(child_name, true);
2186 child_valobj_sp->GetChildMemberWithName(child_name, true);
2191 child_valobj_sp->GetChildMemberWithName(child_name, tru
2671 ConstString child_name; local
2692 ConstString child_name; local
[all...]
/openbsd-current/gnu/llvm/lldb/source/Target/
H A DStackFrame.cpp686 ConstString child_name(var_expr.substr(0, var_expr.find_first_of(".-[")));
702 var_expr_path_strm.GetData(), child_name.GetCString(),
708 var_expr_path_strm.GetData(), child_name.GetCString(),
713 child_valobj_sp = valobj_sp->GetChildMemberWithName(child_name, true);
719 child_valobj_sp->GetChildMemberWithName(child_name, true);
723 // No child member with name "child_name"
734 if (child_name) {
737 child_name.GetCString(),
752 var_expr = var_expr.drop_front(child_name.GetLength());
/openbsd-current/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DSWIGPythonBridge.h167 const char *child_name);
H A DScriptInterpreterPythonImpl.h162 const char *child_name) override;
H A DScriptInterpreterPython.cpp2244 const StructuredData::ObjectSP &implementor_sp, const char *child_name) {
2260 ret_val = LLDBSwigPython_GetIndexOfChildWithName(implementor, child_name);
2243 GetIndexOfChildWithName( const StructuredData::ObjectSP &implementor_sp, const char *child_name) argument
/openbsd-current/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompilerType.h380 std::string &child_name, uint32_t &child_byte_size,
H A DTypeSystem.h338 bool ignore_array_bounds, std::string &child_name,
/openbsd-current/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h450 const char *child_name) {
449 GetIndexOfChildWithName(const StructuredData::ObjectSP &implementor, const char *child_name) argument
/openbsd-current/gnu/llvm/lldb/source/Symbol/
H A DCompilerType.cpp687 std::string &child_name, uint32_t &child_byte_size,
696 ignore_array_bounds, child_name, child_byte_size, child_byte_offset,
684 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 argument
/openbsd-current/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp6203 bool ignore_array_bounds, std::string &child_name,
6233 child_name = "isa";
6301 child_name = base_class_clang_type.GetTypeName().AsCString("");
6328 child_name.assign(field->getNameAsString());
6388 child_name.assign(
6420 child_name.assign(ivar_decl->getNameAsString());
6491 ignore_array_bounds, child_name, child_byte_size, child_byte_offset,
6500 child_name.assign(1, '*');
6501 child_name += parent_name;
6528 child_name
6200 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) argument
[all...]
H A DTypeSystemClang.h806 bool ignore_array_bounds, std::string &child_name,
850 ConstString *child_name = nullptr,
/openbsd-current/usr.sbin/nsd/
H A Dserver.c3349 static char child_name[20]; local
3369 snprintf(child_name, sizeof(child_name), "srv%d",
3371 log_set_process_role(child_name);

Completed in 236 milliseconds