Home
last modified time | relevance | path

Searched refs:type_id (Results 1 – 23 of 23) sorted by relevance

/openbsd/src/usr.sbin/amd/amd/
Drpc_fwd.c204 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/
DSymbolFileNativePDB.h200 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 …]
DSymbolFileNativePDB.cpp542 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 …]
DPdbAstBuilder.cpp377 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()
DUdtRecordCompleter.cpp71 PdbTypeSymId type_id(ti); in AddBaseClassForTypeIndex() local
72 clang::QualType qt = m_ast_builder.GetOrCreateType(type_id); in AddBaseClassForTypeIndex()
/openbsd/src/lib/libcrypto/x509/
Dx509_genn.c70 .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()
Dx509_alt.c767 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()
Dx509v3.h156 ASN1_OBJECT *type_id; member
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dparse.y419 %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 …]
DChangeLog.17514 (type_id): Change direct_abstract_declarator to absdcl.
7603 * parse.y: s/ typename / type_id /g
DChangeLog5507 * parse.y (primary: TYPEID(type_id)): No need to use
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dc-pretty-print.h52 c_pretty_print_fn type_id; member
122 (*pp_c_base (PPI)->type_id) (pp_c_base (PPI), D)
Dc-pretty-print.c1482 pp->type_id = pp_c_type_id;
/openbsd/src/gnu/llvm/compiler-rt/lib/xray/
Dxray_interface.cpp78 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/
Dc-pretty-print.h75 c_pretty_print_fn type_id; member
122 pp_c_base (PPI)->type_id (pp_c_base (PPI), D)
Dc-pretty-print.c2005 pp->type_id = pp_c_type_id; in pp_c_pretty_printer_init()
/openbsd/src/usr.sbin/makefs/cd9660/
Diso9660_rrip.c453 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/
Dam.h556 #define MK_RPC_XID(type_id, uniq) ((type_id) | ((uniq) << 4)) argument
/openbsd/src/gnu/usr.bin/gcc/gcc/f/
Dste.c984 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_()
Dcom.c2496 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/
Dcxx-pretty-print.c1978 pp->c_base.type_id = (pp_fun) pp_cxx_type_id; in pp_cxx_pretty_printer_init()
DChangeLog-19944074 (type_id): Change direct_abstract_declarator to absdcl.
4163 * parse.y: s/ typename / type_id /g
DChangeLog-20024104 * parse.y (primary: TYPEID(type_id)): No need to use