Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddwarf2ctf.cc223 ctf_id_t type_id = CTF_NULL_TYPEID; in gen_ctf_base_type() local
239 type_id = ctf_add_integer (ctfc, CTF_ADD_ROOT, name_string, in gen_ctf_base_type()
249 type_id = ctf_add_integer (ctfc, CTF_ADD_ROOT, name_string, in gen_ctf_base_type()
272 type_id = ctf_add_float (ctfc, CTF_ADD_ROOT, name_string, in gen_ctf_base_type()
294 type_id = ctf_add_integer (ctfc, CTF_ADD_ROOT, name_string, in gen_ctf_base_type()
318 type_id = ctf_add_float (ctfc, CTF_ADD_ROOT, name_string, in gen_ctf_base_type()
327 return type_id; in gen_ctf_base_type()
335 ctf_id_t type_id = CTF_NULL_TYPEID; in gen_ctf_pointer_type() local
339 type_id = gen_ctf_type (ctfc, pointed_type_die); in gen_ctf_pointer_type()
348 ptr_type_id = ctf_add_pointer (ctfc, CTF_ADD_ROOT, type_id, ptr_type); in gen_ctf_pointer_type()
[all …]
/netbsd-src/external/bsd/am-utils/dist/amd/
H A Drpc_fwd.c226 fwd_packet(int type_id, char *pkt, int len, struct sockaddr_in *fwdto, struct sockaddr_in *replyto,… in fwd_packet() argument
245 switch (type_id & RPC_XID_MASK) { in fwd_packet()
247 dlog("Sending PORTMAP request %#x", type_id); in fwd_packet()
250 dlog("Sending MOUNTD request %#x", type_id); in fwd_packet()
253 dlog("Sending NFS ping %#x", type_id); in fwd_packet()
256 dlog("Sending WebNFS lookup %#x", type_id); in fwd_packet()
259 dlog("UNKNOWN RPC XID %#x", type_id); in fwd_packet()
263 if (type_id & ~RPC_XID_MASK) { in fwd_packet()
264 p = fwd_locate(type_id); in fwd_packet()
271 type_id = MK_RPC_XID(type_id, XID_ALLOC()); in fwd_packet()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-builtins.cc189 enum jit_builtin_type type_id = bd.type; in make_builtin_function() local
190 recording::type *t = get_type (type_id); in make_builtin_function()
321 get_string_for_type_id (enum jit_builtin_type type_id) in get_string_for_type_id() argument
323 gcc_assert (type_id < sizeof (type_names)/sizeof(type_names[0])); in get_string_for_type_id()
324 return type_names[type_id]; in get_string_for_type_id()
331 builtins_manager::get_type (enum jit_builtin_type type_id) in get_type() argument
333 if (!m_types[type_id]) in get_type()
334 m_types[type_id] = make_type (type_id); in get_type()
335 return m_types[type_id]; in get_type()
341 builtins_manager::make_type (enum jit_builtin_type type_id) in make_type() argument
[all …]
H A Djit-builtins.h144 get_type (enum jit_builtin_type type_id);
147 make_type (enum jit_builtin_type type_id);
150 make_primitive_type (enum jit_builtin_type type_id);
153 make_fn_type (enum jit_builtin_type type_id,
159 make_ptr_type (enum jit_builtin_type type_id,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-builtins.c189 enum jit_builtin_type type_id = bd.type; in make_builtin_function() local
190 recording::type *t = get_type (type_id); in make_builtin_function()
252 builtins_manager::get_type (enum jit_builtin_type type_id) in get_type() argument
254 if (!m_types[type_id]) in get_type()
255 m_types[type_id] = make_type (type_id); in get_type()
256 return m_types[type_id]; in get_type()
262 builtins_manager::make_type (enum jit_builtin_type type_id) in make_type() argument
274 switch (type_id) in make_type()
379 builtins_manager::make_primitive_type (enum jit_builtin_type type_id) in make_primitive_type() argument
381 switch (type_id) in make_primitive_type()
[all …]
H A Djit-builtins.h141 get_type (enum jit_builtin_type type_id);
144 make_type (enum jit_builtin_type type_id);
147 make_primitive_type (enum jit_builtin_type type_id);
150 make_fn_type (enum jit_builtin_type type_id,
156 make_ptr_type (enum jit_builtin_type type_id,
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
H A Dv3_genn.c17 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()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dv3_genn.c17 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 Dv3_ncons.c484 (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 Dv3_san.c88 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()
661 gen->d.otherName->type_id = OBJ_txt2obj(objtmp, 0); in do_othername()
663 if (!gen->d.otherName->type_id) in do_othername()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcxx-pretty-print.cc651 type_id (TREE_TYPE (t)); in postfix_expression()
661 type_id (TREE_TYPE (t)); in postfix_expression()
668 type_id (TREE_TYPE (t)); in postfix_expression()
746 pp->type_id (type); in pp_cxx_new_expression()
838 type_id (TREE_OPERAND (t, 0)); in unary_expression()
852 type_id (TREE_TYPE (TREE_OPERAND (t, 0))); in unary_expression()
858 type_id (TREE_OPERAND (t, 0)); in unary_expression()
869 type_id (TREE_OPERAND (t, 0)); in unary_expression()
903 pp->type_id (TREE_TYPE (t)); in pp_cxx_cast_expression()
1635 pp->type_id (type); in pp_cxx_exception_specification()
[all …]
H A Dcxx-pretty-print.h48 void type_id (tree);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcxx-pretty-print.c650 type_id (TREE_TYPE (t)); in postfix_expression()
658 type_id (TREE_TYPE (t)); in postfix_expression()
736 pp->type_id (type); in pp_cxx_new_expression()
828 type_id (TREE_OPERAND (t, 0)); in unary_expression()
842 type_id (TREE_TYPE (TREE_OPERAND (t, 0))); in unary_expression()
848 type_id (TREE_OPERAND (t, 0)); in unary_expression()
859 type_id (TREE_OPERAND (t, 0)); in unary_expression()
893 pp->type_id (TREE_TYPE (t)); in pp_cxx_cast_expression()
1610 pp->type_id (type); in pp_cxx_exception_specification()
1817 cxx_pretty_printer::type_id (tree t) in type_id() function
[all …]
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A DauthorityKeyIdentifier.c46 …nfo*)&((ComponentOtherName*)csi_attr)->type_id, (ComponentSyntaxInfo*)&((ComponentOtherName*)csi_a… in MatchingComponentOtherName()
49 …tSyntaxInfo*)&((ComponentOtherName*)csi_attr)->value, (&((ComponentOtherName*)csi_attr)->type_id)); in MatchingComponentOtherName()
60type_id.identifier.bv_val && strncmp(comp->type_id.identifier.bv_val, cr->cr_curr->ci_val.ci_ident… in ExtractingComponentOtherName()
62 return &comp->type_id; in ExtractingComponentOtherName()
109 rc = BDecComponentOid (mem_op, b, tagId1, elmtLen1, (&k->type_id), &totalElmtsLen1, mode);
111 (&k->type_id)->identifier.bv_val = (&k->type_id)->id_buf;
112 (&k->type_id)->identifier.bv_len = strlen("type_id");
113 strcpy( (&k->type_id)->identifier.bv_val, "type_id");
124 rc = SetAnyTypeByComponentOid ((&k->value), (&k->type_id));
203 rc = GDecComponentOid (mem_op, b, (&k->type_id), bytesDecoded, mode);
[all …]
H A DauthorityKeyIdentifier.h54 ComponentOid type_id; /* OBJECT IDENTIFIER */ member
77 ComponentOid type_id; /* OBJECT IDENTIFIER */ member
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-dedup.c556 void *type_id, const ctf_type_t *tp, const char *name, in ctf_dedup_rhash_type() argument
616 ctf_link_input_name (input), input_num, type_id); in ctf_dedup_rhash_type()
624 && ctf_dedup_record_origin (fp, input_num, decorated, type_id) < 0) in ctf_dedup_rhash_type()
639 && ctf_dedup_record_origin (fp, input_num, decorated, type_id) < 0) in ctf_dedup_rhash_type()
1028 void *type_id; in ctf_dedup_hash_type() local
1050 type_id = CTF_DEDUP_GID (fp, input_num, type); in ctf_dedup_hash_type()
1087 if ((hval = ctf_dynhash_lookup (d->cd_type_hashes, type_id)) != NULL) in ctf_dedup_hash_type()
1093 populate_fun (fp, input, inputs, input_num, type, type_id, in ctf_dedup_hash_type()
1107 type, type_id, tp, name, decorated, in ctf_dedup_hash_type()
1119 type_id, name ? name : "", hval); in ctf_dedup_hash_type()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-dedup.c556 void *type_id, const ctf_type_t *tp, const char *name, in ctf_dedup_rhash_type() argument
616 ctf_link_input_name (input), input_num, type_id); in ctf_dedup_rhash_type()
624 && ctf_dedup_record_origin (fp, input_num, decorated, type_id) < 0) in ctf_dedup_rhash_type()
639 && ctf_dedup_record_origin (fp, input_num, decorated, type_id) < 0) in ctf_dedup_rhash_type()
1028 void *type_id; in ctf_dedup_hash_type() local
1050 type_id = CTF_DEDUP_GID (fp, input_num, type); in ctf_dedup_hash_type()
1087 if ((hval = ctf_dynhash_lookup (d->cd_type_hashes, type_id)) != NULL) in ctf_dedup_hash_type()
1093 populate_fun (fp, input, inputs, input_num, type, type_id, in ctf_dedup_hash_type()
1107 type, type_id, tp, name, decorated, in ctf_dedup_hash_type()
1119 type_id, name ? name : "", hval); in ctf_dedup_hash_type()
[all …]
/netbsd-src/usr.bin/xlint/lint2/
H A Dlint2.h188 TP(unsigned short type_id) in TP() argument
191 return tlst[type_id]; in TP()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-objc-common.cc204 cpp->type_id (t); in print_type()
215 cpp2.type_id (aka_type); in print_type()
235 cpp->type_id (aka_type); in print_type()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-objc-common.c198 cpp->type_id (t); in print_type()
209 cpp2.type_id (aka_type); in print_type()
229 cpp->type_id (aka_type); in print_type()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_interface.cc77 uint32_t type_id; member
425 h->type_id = atomic_fetch_add( in __xray_register_event_type()
429 return h->type_id; in __xray_register_event_type()
/netbsd-src/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.c444 cd9660node_susp_create_node(int susp_type, int entry_type, const char *type_id, in cd9660node_susp_create_node() argument
454 temp->type_of[0] = type_id[0]; in cd9660node_susp_create_node()
455 temp->type_of[1] = type_id[1]; in cd9660node_susp_create_node()
463 temp->attr.su_entry.SP.h.type[0] = type_id[0]; in cd9660node_susp_create_node()
464 temp->attr.su_entry.SP.h.type[1] = type_id[1]; in cd9660node_susp_create_node()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/bpf/
H A Dcoreout.h76 uint32_t type_id; /* Type ID of the outermost containing entity, e.g. member
/netbsd-src/external/bsd/am-utils/dist/include/
H A Dam_utils.h173 #define MK_RPC_XID(type_id, uniq) ((type_id) | ((uniq) << 4)) argument
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-pretty-print.cc206 pp->type_id (t); in pp_c_type_cast()
696 c_pretty_printer::type_id (tree t) in type_id() function in c_pretty_printer
1727 type_id (type); in postfix_expression()
1769 type_id (TREE_TYPE (e)); in postfix_expression()
2049 pp->type_id (build_pointer_type (access_type)); in print_mem_ref()
2060 pp->type_id (string_type_node); in print_mem_ref()
2088 pp->type_id (TREE_TYPE (TREE_OPERAND (ref, 0))); in print_mem_ref()

12