Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp257 CompilerType parent_type(m_backend.GetCompilerType()); in Update() local
260 parent_type.IsVectorType(&element_type, &num_elements); in Update()
263 parent_type.GetTypeSystem().GetSharedPointer()); in Update()
/freebsd/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/contrib/libfido2/src/
H A Dhid_win.c259 DWORD parent_type = DEVPROP_TYPE_STRING; in hid_ok() local
272 &DEVPKEY_Device_Parent, &parent_type, NULL, 0, &len, 0) != false || in hid_ok()
284 &DEVPKEY_Device_Parent, &parent_type, (PBYTE)parent, len, NULL, in hid_ok()
/freebsd/cddl/usr.sbin/zfsd/
H A Dcase_file.cc547 const char *parent_type; in ActivateSpare() local
555 ZPOOL_CONFIG_TYPE, &parent_type); in ActivateSpare()
556 if (error == 0 && strcmp(parent_type, VDEV_TYPE_REPLACING) == 0) in ActivateSpare()
/freebsd/contrib/ldns/ldns/
H A Ddnssec_verify.h24 ldns_rr_type parent_type; member
/freebsd/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()