Home
last modified time | relevance | path

Searched refs:parent_type (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp220 CompilerType parent_type(m_backend.GetCompilerType()); in Update() local
222 parent_type.IsVectorType(&element_type); in Update()
224 parent_type.GetTypeSystem()); in Update()
225 m_num_children = ::CalculateNumChildren(parent_type, m_child_type); in Update()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObjectChild.cpp111 CompilerType parent_type(parent->GetCompilerType()); in UpdateValue() local
116 Flags parent_type_flags(parent_type.GetTypeInfo()); in UpdateValue()
/freebsd-13.1/contrib/libfido2/src/
H A Dhid_win.c242 DWORD parent_type = DEVPROP_TYPE_STRING; in hid_ok() local
255 &DEVPKEY_Device_Parent, &parent_type, NULL, 0, &len, 0) != false || in hid_ok()
267 &DEVPKEY_Device_Parent, &parent_type, (PBYTE)parent, len, NULL, in hid_ok()
/freebsd-13.1/cddl/usr.sbin/zfsd/
H A Dcase_file.cc521 char *parent_type; in ActivateSpare() local
529 ZPOOL_CONFIG_TYPE, &parent_type); in ActivateSpare()
530 if (error == 0 && strcmp(parent_type, VDEV_TYPE_REPLACING) == 0) in ActivateSpare()
/freebsd-13.1/contrib/ldns/ldns/
H A Ddnssec_verify.h24 ldns_rr_type parent_type; member
/freebsd-13.1/contrib/ldns/
H A Ddnssec_verify.c110 new_chain->parent_type = 0; in ldns_dnssec_build_data_chain_dnskey()
172 new_chain->parent_type = 1; in ldns_dnssec_build_data_chain_other()