Searched refs:type_id (Results 1 - 19 of 19) sorted by relevance

/openbsd-current/usr.sbin/amd/amd/
H A Drpc_fwd.c204 fwd_packet(int type_id, void *pkt, int len, struct sockaddr_in *fwdto, argument
215 * See if the type_id is fully specified.
218 * Otherwise make sure the type_id is
222 switch (type_id & RPC_XID_MASK) {
224 case RPC_XID_MOUNTD: dlog("Sending MOUNTD request %#x", type_id); break;
230 if (type_id & ~RPC_XID_MASK) {
234 p = fwd_locate(type_id);
245 type_id = MK_RPC_XID(type_id, XID_ALLOC());
264 p->rf_xid = *pkt_int = type_id;
[all...]
/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A 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...]
H A DSymbolFileNativePDB.cpp542 lldb::TypeSP SymbolFileNativePDB::CreateModifierType(PdbTypeSymId type_id, argument
555 return MakeType(toOpaqueUid(type_id), ConstString(name),
562 SymbolFileNativePDB::CreatePointerType(PdbTypeSymId type_id, argument
575 return MakeType(toOpaqueUid(type_id), ConstString(), pr.getSize(), nullptr,
641 SymbolFileNativePDB::CreateClassStructUnion(PdbTypeSymId type_id, argument
649 return MakeType(toOpaqueUid(type_id), ConstString(uname), size, nullptr,
654 lldb::TypeSP SymbolFileNativePDB::CreateTagType(PdbTypeSymId type_id, argument
657 return CreateClassStructUnion(type_id, cr, cr.getSize(), ct);
660 lldb::TypeSP SymbolFileNativePDB::CreateTagType(PdbTypeSymId type_id, argument
663 return CreateClassStructUnion(type_id, u
666 CreateTagType(PdbTypeSymId type_id, const EnumRecord &er, CompilerType ct) argument
680 CreateArrayType(PdbTypeSymId type_id, const ArrayRecord &ar, CompilerType ct) argument
694 CreateFunctionType(PdbTypeSymId type_id, const MemberFunctionRecord &mfr, CompilerType ct) argument
703 CreateProcedureType(PdbTypeSymId type_id, const ProcedureRecord &pr, CompilerType ct) argument
712 CreateType(PdbTypeSymId type_id, CompilerType ct) argument
771 CreateAndCacheType(PdbTypeSymId type_id) argument
825 GetOrCreateType(PdbTypeSymId type_id) argument
2091 PdbTypeSymId type_id = uid.asTypeSym(); local
[all...]
H A DPdbAstBuilder.cpp377 PdbTypeSymId type_id = uid.asTypeSym(); local
378 std::optional<TypeIndex> parent_index = pdb->GetParentType(type_id.index);
445 PdbTypeSymId type_id = PdbSymUid(status.uid).asTypeSym();
449 lldbassert(IsTagRecord(type_id, index.tpi()));
454 TypeIndex tag_ti = type_id.index;
1033 PdbTypeSymId type_id(proc.FunctionType);
1034 clang::QualType qt = GetOrCreateType(type_id);
H A DUdtRecordCompleter.cpp71 PdbTypeSymId type_id(ti);
72 clang::QualType qt = m_ast_builder.GetOrCreateType(type_id);
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dc-pretty-print.h52 c_pretty_print_fn type_id; member in struct:c_pretty_print_info
122 (*pp_c_base (PPI)->type_id) (pp_c_base (PPI), D)
H A Dc-pretty-print.c1486 pp->type_id = pp_c_type_id;
/openbsd-current/lib/libcrypto/x509/
H A Dx509_genn.c70 .offset = offsetof(OTHERNAME, type_id),
71 .field_name = "type_id",
428 if ((result = OBJ_cmp(a->type_id, b->type_id)) != 0)
518 oth->type_id = oid;
532 *poid = gen->d.otherName->type_id;
H A Dx509_alt.c740 * no need to free type_id because it is static
749 gen->d.otherName->type_id = OBJ_txt2obj(objtmp, 0);
752 gen->d.otherName->type_id = NULL;
753 if (!gen->d.otherName->type_id)
H A Dx509v3.h166 ASN1_OBJECT *type_id; member in struct:otherName_st
/openbsd-current/gnu/gcc/gcc/
H A Dc-pretty-print.h75 c_pretty_print_fn type_id; member in struct:c_pretty_print_info
122 pp_c_base (PPI)->type_id (pp_c_base (PPI), D)
H A Dc-pretty-print.c2010 pp->type_id = pp_c_type_id;
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Dparse.y419 %type <ftype> type_id new_type_id typed_typespecs typespec typed_declspecs
706 | template_type_parm '=' type_id
1147 type_id
1292 | sizeof '(' type_id ')' %prec HYPERUNARY
1299 | alignof '(' type_id ')' %prec HYPERUNARY
1318 | new '(' type_id ')'
1323 | new '(' type_id ')' new_initializer
1326 | new new_placement '(' type_id ')' %prec EMPTY
1329 | new new_placement '(' type_id ')' new_initializer
1378 '(' type_id ')'
1877 type_id: label
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_interface.cpp78 uint32_t type_id; member in struct:__xray::TypeDescription
457 h->type_id = atomic_fetch_add(
461 return h->type_id;
/openbsd-current/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.c453 cd9660node_susp_create_node(int susp_type, int entry_type, const char *type_id, argument
463 temp->type_of[0] = type_id[0];
464 temp->type_of[1] = type_id[1];
472 temp->attr.su_entry.SP.h.type[0] = type_id[0];
473 temp->attr.su_entry.SP.h.type[1] = type_id[1];
/openbsd-current/usr.sbin/amd/include/
H A Dam.h556 #define MK_RPC_XID(type_id, uniq) ((type_id) | ((uniq) << 4))
/openbsd-current/gnu/usr.bin/gcc/gcc/f/
H A Dste.c985 tree type_id;
1003 type_id = build_int_2 (tc, 0);
1005 type_id
1008 type_id));
1012 if ((type_id == error_mark_node)
1055 arglist = build_tree_list (NULL_TREE, type_id);
984 tree type_id; local
H A Dcom.c2497 tree type_id;
2499 for (type_id = member_type;
2500 TREE_CODE (type_id) != IDENTIFIER_NODE;
2503 switch (TREE_CODE (type_id))
2507 type_id = TYPE_NAME (type_id);
2512 type_id = TREE_TYPE (type_id);
2517 type_id = error_mark_node;
2531 + IDENTIFIER_LENGTH (type_id);
[all...]
/openbsd-current/gnu/gcc/gcc/cp/
H A Dcxx-pretty-print.c1980 pp->c_base.type_id = (pp_fun) pp_cxx_type_id;

Completed in 335 milliseconds