| /openbsd/src/usr.sbin/amd/amd/ |
| D | rpc_fwd.c | 204 fwd_packet(int type_id, void *pkt, int len, struct sockaddr_in *fwdto, in fwd_packet() argument 222 switch (type_id & RPC_XID_MASK) { in fwd_packet() 224 case RPC_XID_MOUNTD: dlog("Sending MOUNTD request %#x", type_id); break; in fwd_packet() 230 if (type_id & ~RPC_XID_MASK) { in fwd_packet() 234 p = fwd_locate(type_id); in fwd_packet() 245 type_id = MK_RPC_XID(type_id, XID_ALLOC()); in fwd_packet() 264 p->rf_xid = *pkt_int = type_id; in fwd_packet()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/ |
| D | SymbolFileNativePDB.h | 200 lldb::TypeSP CreateModifierType(PdbTypeSymId type_id, 203 lldb::TypeSP CreatePointerType(PdbTypeSymId type_id, 207 lldb::TypeSP CreateTagType(PdbTypeSymId type_id, 210 lldb::TypeSP CreateTagType(PdbTypeSymId type_id, 213 lldb::TypeSP CreateTagType(PdbTypeSymId type_id, 216 lldb::TypeSP CreateArrayType(PdbTypeSymId type_id, 219 lldb::TypeSP CreateFunctionType(PdbTypeSymId type_id, 222 lldb::TypeSP CreateProcedureType(PdbTypeSymId type_id, 225 lldb::TypeSP CreateClassStructUnion(PdbTypeSymId type_id, 232 lldb::TypeSP GetOrCreateType(PdbTypeSymId type_id); [all …]
|
| D | SymbolFileNativePDB.cpp | 542 lldb::TypeSP SymbolFileNativePDB::CreateModifierType(PdbTypeSymId type_id, in CreateModifierType() argument 555 return MakeType(toOpaqueUid(type_id), ConstString(name), in CreateModifierType() 562 SymbolFileNativePDB::CreatePointerType(PdbTypeSymId type_id, in CreatePointerType() argument 575 return MakeType(toOpaqueUid(type_id), ConstString(), pr.getSize(), nullptr, in CreatePointerType() 641 SymbolFileNativePDB::CreateClassStructUnion(PdbTypeSymId type_id, in CreateClassStructUnion() argument 649 return MakeType(toOpaqueUid(type_id), ConstString(uname), size, nullptr, in CreateClassStructUnion() 654 lldb::TypeSP SymbolFileNativePDB::CreateTagType(PdbTypeSymId type_id, in CreateTagType() argument 657 return CreateClassStructUnion(type_id, cr, cr.getSize(), ct); in CreateTagType() 660 lldb::TypeSP SymbolFileNativePDB::CreateTagType(PdbTypeSymId type_id, in CreateTagType() argument 663 return CreateClassStructUnion(type_id, ur, ur.getSize(), ct); in CreateTagType() [all …]
|
| D | PdbAstBuilder.cpp | 377 PdbTypeSymId type_id = uid.asTypeSym(); in GetParentDeclContext() local 378 std::optional<TypeIndex> parent_index = pdb->GetParentType(type_id.index); in GetParentDeclContext() 445 PdbTypeSymId type_id = PdbSymUid(status.uid).asTypeSym(); in CompleteTagDecl() local 449 lldbassert(IsTagRecord(type_id, index.tpi())); in CompleteTagDecl() 454 TypeIndex tag_ti = type_id.index; in CompleteTagDecl() 1033 PdbTypeSymId type_id(proc.FunctionType); in GetOrCreateFunctionDecl() local 1034 clang::QualType qt = GetOrCreateType(type_id); in GetOrCreateFunctionDecl()
|
| D | UdtRecordCompleter.cpp | 71 PdbTypeSymId type_id(ti); in AddBaseClassForTypeIndex() local 72 clang::QualType qt = m_ast_builder.GetOrCreateType(type_id); in AddBaseClassForTypeIndex()
|
| /openbsd/src/lib/libcrypto/x509/ |
| D | x509_genn.c | 70 .offset = offsetof(OTHERNAME, type_id), 432 if ((result = OBJ_cmp(a->type_id, b->type_id)) != 0) in OTHERNAME_cmp() 522 oth->type_id = oid; in GENERAL_NAME_set0_othername() 536 *poid = gen->d.otherName->type_id; in GENERAL_NAME_get0_otherName()
|
| D | x509_alt.c | 767 gen->d.otherName->type_id = OBJ_txt2obj(objtmp, 0); in do_othername() 770 gen->d.otherName->type_id = NULL; in do_othername() 771 if (!gen->d.otherName->type_id) in do_othername()
|
| D | x509v3.h | 156 ASN1_OBJECT *type_id; member
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/cp/ |
| D | parse.y | 419 %type <ftype> type_id new_type_id typed_typespecs typespec typed_declspecs 704 | template_type_parm '=' type_id 1145 type_id 1290 | sizeof '(' type_id ')' %prec HYPERUNARY 1297 | alignof '(' type_id ')' %prec HYPERUNARY 1316 | new '(' type_id ')' 1321 | new '(' type_id ')' new_initializer 1324 | new new_placement '(' type_id ')' %prec EMPTY 1327 | new new_placement '(' type_id ')' new_initializer 1376 '(' type_id ')' %prec EMPTY [all …]
|
| D | ChangeLog.1 | 7514 (type_id): Change direct_abstract_declarator to absdcl. 7603 * parse.y: s/ typename / type_id /g
|
| D | ChangeLog | 5507 * parse.y (primary: TYPEID(type_id)): No need to use
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | c-pretty-print.h | 52 c_pretty_print_fn type_id; member 122 (*pp_c_base (PPI)->type_id) (pp_c_base (PPI), D)
|
| D | c-pretty-print.c | 1482 pp->type_id = pp_c_type_id;
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/xray/ |
| D | xray_interface.cpp | 78 uint32_t type_id; member 457 h->type_id = atomic_fetch_add( in __xray_register_event_type() 461 return h->type_id; in __xray_register_event_type()
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | c-pretty-print.h | 75 c_pretty_print_fn type_id; member 122 pp_c_base (PPI)->type_id (pp_c_base (PPI), D)
|
| D | c-pretty-print.c | 2005 pp->type_id = pp_c_type_id; in pp_c_pretty_printer_init()
|
| /openbsd/src/usr.sbin/makefs/cd9660/ |
| D | iso9660_rrip.c | 453 cd9660node_susp_create_node(int susp_type, int entry_type, const char *type_id, in cd9660node_susp_create_node() argument 463 temp->type_of[0] = type_id[0]; in cd9660node_susp_create_node() 464 temp->type_of[1] = type_id[1]; in cd9660node_susp_create_node() 472 temp->attr.su_entry.SP.h.type[0] = type_id[0]; in cd9660node_susp_create_node() 473 temp->attr.su_entry.SP.h.type[1] = type_id[1]; in cd9660node_susp_create_node()
|
| /openbsd/src/usr.sbin/amd/include/ |
| D | am.h | 556 #define MK_RPC_XID(type_id, uniq) ((type_id) | ((uniq) << 4)) argument
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/f/ |
| D | ste.c | 984 tree type_id; in ffeste_io_dolio_() local 1002 type_id = build_int_2 (tc, 0); in ffeste_io_dolio_() 1004 type_id in ffeste_io_dolio_() 1007 type_id)); in ffeste_io_dolio_() 1011 if ((type_id == error_mark_node) in ffeste_io_dolio_() 1054 arglist = build_tree_list (NULL_TREE, type_id); in ffeste_io_dolio_()
|
| D | com.c | 2496 tree type_id; in ffecom_debug_kludge_() 2498 for (type_id = member_type; in ffecom_debug_kludge_() 2499 TREE_CODE (type_id) != IDENTIFIER_NODE; in ffecom_debug_kludge_() 2502 switch (TREE_CODE (type_id)) in ffecom_debug_kludge_() 2506 type_id = TYPE_NAME (type_id); in ffecom_debug_kludge_() 2511 type_id = TREE_TYPE (type_id); in ffecom_debug_kludge_() 2516 type_id = error_mark_node; in ffecom_debug_kludge_() 2530 + IDENTIFIER_LENGTH (type_id); in ffecom_debug_kludge_()
|
| /openbsd/src/gnu/gcc/gcc/cp/ |
| D | cxx-pretty-print.c | 1978 pp->c_base.type_id = (pp_fun) pp_cxx_type_id; in pp_cxx_pretty_printer_init()
|
| D | ChangeLog-1994 | 4074 (type_id): Change direct_abstract_declarator to absdcl. 4163 * parse.y: s/ typename / type_id /g
|
| D | ChangeLog-2002 | 4104 * parse.y (primary: TYPEID(type_id)): No need to use
|