Searched refs:parent_type (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/gdb/gdb/
H A Dcp-support.h107 extern struct type *cp_lookup_nested_type (struct type *parent_type,
H A Dada-typeprint.c610 struct type *parent_type;
621 parent_type = ada_parent_type (type);
622 if (ada_type_name (parent_type) != NULL)
624 demangled_type_name (parent_type));
625 else if (parent_type == NULL && ada_is_tagged_type (type))
637 if (parent_type != NULL && ada_type_name (parent_type) == NULL)
638 flds += print_record_field_types (parent_type, parent_type,
609 struct type *parent_type; local
H A Dcp-namespace.c525 cp_lookup_nested_type (struct type *parent_type, argument
529 switch (TYPE_CODE (parent_type))
541 const char *parent_name = TYPE_TAG_NAME (parent_type);
/freebsd-12-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp220 CompilerType parent_type(m_backend.GetCompilerType());
222 parent_type.IsVectorType(&element_type, nullptr);
237 m_num_children = ::CalculateNumChildren(parent_type, m_child_type);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectChild.cpp118 CompilerType parent_type(parent->GetCompilerType());
124 Flags parent_type_flags(parent_type.GetTypeInfo());
/freebsd-12-stable/contrib/ldns/ldns/
H A Ddnssec_verify.h24 ldns_rr_type parent_type; member in struct:ldns_dnssec_data_chain_struct
/freebsd-12-stable/cddl/usr.sbin/zfsd/
H A Dcase_file.cc520 char *parent_type; local
528 ZPOOL_CONFIG_TYPE, &parent_type);
529 if (error == 0 && strcmp(parent_type, VDEV_TYPE_REPLACING) == 0)
/freebsd-12-stable/contrib/ldns/
H A Ddnssec_verify.c27 nc->parent_type = 0;
110 new_chain->parent_type = 0;
172 new_chain->parent_type = 1;

Completed in 145 milliseconds