/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | SymbolFileNativePDB.h | 194 lldb::TypeSP CreateModifierType(PdbTypeSymId type_id, 197 lldb::TypeSP CreatePointerType(PdbTypeSymId type_id, 201 lldb::TypeSP CreateTagType(PdbTypeSymId type_id, 204 lldb::TypeSP CreateTagType(PdbTypeSymId type_id, 207 lldb::TypeSP CreateTagType(PdbTypeSymId type_id, 210 lldb::TypeSP CreateArrayType(PdbTypeSymId type_id, 213 lldb::TypeSP CreateFunctionType(PdbTypeSymId type_id, 216 lldb::TypeSP CreateProcedureType(PdbTypeSymId type_id, 219 lldb::TypeSP CreateClassStructUnion(PdbTypeSymId type_id, 226 lldb::TypeSP GetOrCreateType(PdbTypeSymId type_id); [all …]
|
H A D | SymbolFileNativePDB.cpp | 545 lldb::TypeSP SymbolFileNativePDB::CreateModifierType(PdbTypeSymId type_id, in CreateModifierType() argument 558 return MakeType(toOpaqueUid(type_id), ConstString(name), in CreateModifierType() 565 SymbolFileNativePDB::CreatePointerType(PdbTypeSymId type_id, in CreatePointerType() argument 578 return MakeType(toOpaqueUid(type_id), ConstString(), pr.getSize(), nullptr, in CreatePointerType() 644 SymbolFileNativePDB::CreateClassStructUnion(PdbTypeSymId type_id, in CreateClassStructUnion() argument 652 return MakeType(toOpaqueUid(type_id), ConstString(uname), size, nullptr, in CreateClassStructUnion() 657 lldb::TypeSP SymbolFileNativePDB::CreateTagType(PdbTypeSymId type_id, in CreateTagType() argument 660 return CreateClassStructUnion(type_id, cr, cr.getSize(), ct); in CreateTagType() 663 lldb::TypeSP SymbolFileNativePDB::CreateTagType(PdbTypeSymId type_id, in CreateTagType() argument 666 return CreateClassStructUnion(type_id, ur, ur.getSize(), ct); in CreateTagType() [all …]
|
H A D | PdbAstBuilder.cpp | 378 PdbTypeSymId type_id = uid.asTypeSym(); in GetParentDeclContext() local 379 std::optional<TypeIndex> parent_index = pdb->GetParentType(type_id.index); in GetParentDeclContext() 446 PdbTypeSymId type_id = PdbSymUid(status.uid).asTypeSym(); in CompleteTagDecl() local 450 lldbassert(IsTagRecord(type_id, index.tpi())); in CompleteTagDecl() 455 TypeIndex tag_ti = type_id.index; in CompleteTagDecl() 1035 PdbTypeSymId type_id(proc.FunctionType); in GetOrCreateFunctionDecl() 1036 clang::QualType qt = GetOrCreateType(type_id); in GetOrCreateFunctionDecl() 1034 PdbTypeSymId type_id(proc.FunctionType); GetOrCreateFunctionDecl() local
|
H A D | UdtRecordCompleter.cpp | 74 PdbTypeSymId type_id(ti); in AddBaseClassForTypeIndex() local 75 clang::QualType qt = m_ast_builder.GetOrCreateType(type_id); in AddBaseClassForTypeIndex()
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | v3_genn.c | 17 ASN1_SIMPLE(OTHERNAME, type_id, ASN1_OBJECT), 141 if ((result = OBJ_cmp(a->type_id, b->type_id)) != 0) in OTHERNAME_cmp() 225 oth->type_id = oid; in GENERAL_NAME_set0_othername() 237 *poid = gen->d.otherName->type_id; in GENERAL_NAME_get0_otherName()
|
H A D | v3_ncons.c | 484 (OBJ_obj2nid(gen->d.otherName->type_id) == NID_id_on_SmtpUTF8Mailbox)) { in nc_match() 497 OBJ_cmp(gen->d.otherName->type_id, in nc_match() 498 sub->base->d.otherName->type_id) != 0)) in nc_match() 523 OBJ_cmp(gen->d.otherName->type_id, in nc_match() 524 sub->base->d.otherName->type_id) != 0)) in nc_match()
|
H A D | v3_san.c | 88 switch (OBJ_obj2nid(gen->d.otherName->type_id)) { in STACK_OF() 130 if (OBJ_obj2txt(oline, sizeof(oline), gen->d.otherName->type_id, 0) > 0) in STACK_OF() 214 nid = OBJ_obj2nid(gen->d.otherName->type_id); in GENERAL_NAME_print() 662 gen->d.otherName->type_id = OBJ_txt2obj(objtmp, 0); in do_othername() 664 if (!gen->d.otherName->type_id) in do_othername()
|
H A D | v3_utl.c | 923 switch (OBJ_obj2nid(gen->d.otherName->type_id)) { in do_x509_check()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_interface.cpp | 80 uint32_t type_id; member 466 h->type_id = atomic_fetch_add( in __xray_register_event_type() 470 return h->type_id; in __xray_register_event_type()
|
/freebsd/sys/contrib/dev/athk/ |
H A D | dfs_pattern_detector.h | 72 u8 type_id; member
|
H A D | dfs_pattern_detector.c | 305 event->freq, pd->rs->type_id, in dpd_add_pulse()
|
/freebsd/usr.sbin/makefs/cd9660/ |
H A D | iso9660_rrip.c | 473 cd9660node_susp_create_node(int susp_type, int entry_type, const char *type_id, in cd9660node_susp_create_node() argument 483 temp->type_of[0] = type_id[0]; in cd9660node_susp_create_node() 484 temp->type_of[1] = type_id[1]; in cd9660node_susp_create_node() 492 temp->attr.su_entry.SP.h.type[0] = type_id[0]; in cd9660node_susp_create_node() 493 temp->attr.su_entry.SP.h.type[1] = type_id[1]; in cd9660node_susp_create_node()
|
/freebsd/sys/dev/sfxge/common/ |
H A D | ef10_tlv_layout.h | 119 uint16_t type_id; member 156 uint16_t type_id; member
|
H A D | ef10_nvram.c | 699 if (__LE_TO_CPU_16(header->type_id) != partn) { in ef10_nvram_buffer_validate() 805 header.type_id = __CPU_TO_LE_16(partn_type); in ef10_nvram_buffer_create() 811 (uint8_t *)&header.type_id, sizeof (header) - 8)) != 0) in ef10_nvram_buffer_create()
|
/freebsd/crypto/heimdal/lib/hx509/ |
H A D | print.c | 603 &gn.val[i].u.otherName.type_id) != 0) in check_altName() 612 hx509_oid_print(&gn.val[i].u.otherName.type_id, in check_altName()
|
H A D | cert.c | 775 der_heim_oid_cmp(&sa.val[j].u.otherName.type_id, oid) == 0) in hx509_cert_find_subjectAltName_otherName() 1752 if (der_heim_oid_cmp(&c->u.otherName.type_id, in match_general_name() 1753 &n->u.otherName.type_id) != 0) in match_general_name()
|
H A D | name.c | 948 hx509_oid_sprint(&name->u.otherName.type_id, &oid); in hx509_general_name_unparse()
|
H A D | ca.c | 576 gn.u.otherName.type_id = *oid; in hx509_ca_tbs_add_san_otherName()
|
/freebsd/usr.sbin/rpc.tlsservd/ |
H A D | rpc.tlsservd.c | 912 slen = i2t_ASN1_OBJECT(usern, sizeof(usern), val->type_id); in rpctls_cnname()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | x509v3.h.in | 132 ASN1_OBJECT *type_id; member
|
H A D | x509v3.h | 155 ASN1_OBJECT *type_id; member
|
/freebsd/contrib/wpa/src/utils/ |
H A D | http_curl.c | 221 res = OBJ_obj2txt(txt, sizeof(txt), o->type_id, 1); in add_alt_name_othername()
|