| /src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
| xray_interface.cc | 77 uint32_t type_id; member in struct:__xray::TypeDescription 425 h->type_id = atomic_fetch_add( 429 return h->type_id;
|
| /src/external/gpl3/gcc/dist/gcc/config/bpf/ |
| btfext-out.h | 63 uint32_t type_id; /* Type ID of the outermost containing entity, e.g. member in struct:btf_ext_reloc
|
| /src/external/gpl3/gcc.old/dist/gcc/config/bpf/ |
| coreout.h | 76 uint32_t type_id; /* Type ID of the outermost containing entity, e.g. member in struct:btf_ext_reloc
|
| /src/crypto/external/apache2/openssl/dist/include/internal/ |
| hashtable.h | 35 uintptr_t *type_id; member in struct:ht_value_st 208 inval.type_id = &name##_##vtype##_id; \ 220 if (v->type_id != expect_type) \ 240 v->type_id = &name##_##vtype##_id; \ 247 return h->type_id == &name##_##vtype##_id; \
|
| /src/external/gpl3/gcc/dist/gcc/jit/ |
| jit-builtins.cc | 187 enum jit_builtin_type type_id = bd.type; local 188 recording::type *t = get_type (type_id); 315 /* Get a string for TYPE_ID suitable for use in logs and error messages 319 get_string_for_type_id (enum jit_builtin_type type_id) 321 gcc_assert (type_id < ARRAY_SIZE (type_names)); 322 return type_names[type_id]; 329 builtins_manager::get_type (enum jit_builtin_type type_id) 331 if (!m_types[type_id]) 332 m_types[type_id] = make_type (type_id); [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/jit/ |
| jit-builtins.cc | 189 enum jit_builtin_type type_id = bd.type; local 190 recording::type *t = get_type (type_id); 317 /* Get a string for TYPE_ID suitable for use in logs and error messages 321 get_string_for_type_id (enum jit_builtin_type type_id) 323 gcc_assert (type_id < sizeof (type_names)/sizeof(type_names[0])); 324 return type_names[type_id]; 331 builtins_manager::get_type (enum jit_builtin_type type_id) 333 if (!m_types[type_id]) 334 m_types[type_id] = make_type (type_id); [all...] |
| /src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/ |
| authorityKeyIdentifier.h | 54 ComponentOid type_id; /* OBJECT IDENTIFIER */ member in struct:OtherName 77 ComponentOid type_id; /* OBJECT IDENTIFIER */ member in struct:ORAddress
|
| /src/external/gpl3/gcc/dist/gcc/ |
| dwarf2ctf.cc | 223 ctf_id_t type_id = CTF_NULL_TYPEID; local 239 type_id = ctf_add_integer (ctfc, CTF_ADD_ROOT, name_string, 249 type_id = ctf_add_integer (ctfc, CTF_ADD_ROOT, name_string, 272 type_id = ctf_add_float (ctfc, CTF_ADD_ROOT, name_string, 294 type_id = ctf_add_integer (ctfc, CTF_ADD_ROOT, name_string, 318 type_id = ctf_add_float (ctfc, CTF_ADD_ROOT, name_string, 327 return type_id; 335 ctf_id_t type_id = CTF_NULL_TYPEID; local 339 type_id = gen_ctf_type (ctfc, pointed_type_die); 348 ptr_type_id = ctf_add_pointer (ctfc, CTF_ADD_ROOT, type_id, ptr_type) 865 ctf_id_t type_id; local [all...] |
| gengtype.cc | 631 char *type_id = strtoken (arg, ",>", &next); 633 while (type_id) 639 const char *star = strchr (type_id, '*'); 641 size_t offset_to_star = star - type_id; 643 offset_to_star = star - type_id; 645 if (strstr (type_id, "char*")) 647 type_id = strtoken (0, ",>", &next); 651 char *field_name = xstrdup (type_id); 666 type_id = strtoken (0, ",>", &next); 627 char *type_id = strtoken (arg, ",>", &next); local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| dwarf2ctf.cc | 223 ctf_id_t type_id = CTF_NULL_TYPEID; local 239 type_id = ctf_add_integer (ctfc, CTF_ADD_ROOT, name_string, 249 type_id = ctf_add_integer (ctfc, CTF_ADD_ROOT, name_string, 272 type_id = ctf_add_float (ctfc, CTF_ADD_ROOT, name_string, 294 type_id = ctf_add_integer (ctfc, CTF_ADD_ROOT, name_string, 318 type_id = ctf_add_float (ctfc, CTF_ADD_ROOT, name_string, 327 return type_id; 335 ctf_id_t type_id = CTF_NULL_TYPEID; local 339 type_id = gen_ctf_type (ctfc, pointed_type_die); 348 ptr_type_id = ctf_add_pointer (ctfc, CTF_ADD_ROOT, type_id, ptr_type) 863 ctf_id_t type_id; local [all...] |
| gengtype.cc | 632 char *type_id = strtoken (arg, ",>", &next); 634 while (type_id) 640 const char *star = strchr (type_id, '*'); 642 size_t offset_to_star = star - type_id; 644 offset_to_star = star - type_id; 646 if (strstr (type_id, "char*")) 648 type_id = strtoken (0, ",>", &next); 652 char *field_name = xstrdup (type_id); 667 type_id = strtoken (0, ",>", &next); 628 char *type_id = strtoken (arg, ",>", &next); local
|
| /src/external/gpl3/gcc/dist/gcc/c-family/ |
| c-pretty-print.cc | 207 pp->type_id (t); 737 c_pretty_printer::type_id (tree t) 1792 type_id (type); 1834 type_id (TREE_TYPE (e)); 2114 pp->type_id (build_pointer_type (access_type)); 2125 pp->type_id (string_type_node); 2153 pp->type_id (TREE_TYPE (TREE_OPERAND (ref, 0))); 735 c_pretty_printer::type_id (tree t) function in class:c_pretty_printer
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| cxx-pretty-print.cc | 652 type_id (TREE_TYPE (t)); 662 type_id (TREE_TYPE (t)); 669 type_id (TREE_TYPE (t)); 747 pp->type_id (type); 839 type_id (TREE_OPERAND (t, 0)); 858 type_id (TREE_TYPE (TREE_OPERAND (t, 0))); 864 type_id (TREE_OPERAND (t, 0)); 875 type_id (TREE_OPERAND (t, 0)); 909 pp->type_id (TREE_TYPE (t)); 1662 pp->type_id (type) 1886 cxx_pretty_printer::type_id (tree t) function in class:cxx_pretty_printer [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-pretty-print.cc | 207 pp->type_id (t); 698 c_pretty_printer::type_id (tree t) 1730 type_id (type); 1772 type_id (TREE_TYPE (e)); 2052 pp->type_id (build_pointer_type (access_type)); 2063 pp->type_id (string_type_node); 2091 pp->type_id (TREE_TYPE (TREE_OPERAND (ref, 0))); 696 c_pretty_printer::type_id (tree t) function in class:c_pretty_printer
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| cxx-pretty-print.cc | 652 type_id (TREE_TYPE (t)); 662 type_id (TREE_TYPE (t)); 669 type_id (TREE_TYPE (t)); 747 pp->type_id (type); 839 type_id (TREE_OPERAND (t, 0)); 853 type_id (TREE_TYPE (TREE_OPERAND (t, 0))); 859 type_id (TREE_OPERAND (t, 0)); 870 type_id (TREE_OPERAND (t, 0)); 904 pp->type_id (TREE_TYPE (t)); 1636 pp->type_id (type) 1860 cxx_pretty_printer::type_id (tree t) function in class:cxx_pretty_printer [all...] |
| /src/external/gpl3/gdb/dist/libctf/ |
| ctf-dedup.c | 554 int input_num, ctf_id_t type, void *type_id, 615 ctf_link_input_name (input), input_num, type_id); 623 && ctf_dedup_record_origin (fp, input_num, decorated, type_id) < 0) 638 && ctf_dedup_record_origin (fp, input_num, decorated, type_id) < 0) 1024 void *type_id; local 1046 type_id = CTF_DEDUP_GID (fp, input_num, type); 1083 if ((hval = ctf_dynhash_lookup (d->cd_type_hashes, type_id)) != NULL) 1089 populate_fun (fp, input, inputs, input_num, type, type_id, 1103 type, type_id, tp, name, decorated, 1115 type_id, name ? name : "", hval) 1765 const char *type_id; local [all...] |
| /src/external/gpl3/gdb.old/dist/libctf/ |
| ctf-dedup.c | 556 void *type_id, const ctf_type_t *tp, const char *name, 616 ctf_link_input_name (input), input_num, type_id); 624 && ctf_dedup_record_origin (fp, input_num, decorated, type_id) < 0) 639 && ctf_dedup_record_origin (fp, input_num, decorated, type_id) < 0) 1028 void *type_id; local 1050 type_id = CTF_DEDUP_GID (fp, input_num, type); 1087 if ((hval = ctf_dynhash_lookup (d->cd_type_hashes, type_id)) != NULL) 1093 populate_fun (fp, input, inputs, input_num, type, type_id, 1107 type, type_id, tp, name, decorated, 1119 type_id, name ? name : "", hval) 1740 const char *type_id; local [all...] |
| /src/sys/external/bsd/sljit/dist/regex_src/ |
| regexJIT.c | 357 type_id, enumerator in enum:__anon6345 439 case type_id: 595 if (stack_push(stack, type_id, val1)) 1095 case type_id: 1096 printf("type_id %d\n", transitions_ptr->value); 1202 case type_id: 1245 if (dfa_transitions[from].type == type_id)
|
| /src/external/gpl3/binutils/dist/libctf/ |
| ctf-dedup.c | 555 int input_num, ctf_id_t type, void *type_id, 617 ctf_link_input_name (input), input_num, type_id); 625 && ctf_dedup_record_origin (fp, input_num, decorated, type_id) < 0) 640 && ctf_dedup_record_origin (fp, input_num, decorated, type_id) < 0) 1031 void *type_id; local 1054 type_id = CTF_DEDUP_GID (fp, input_num, type); 1092 if ((hval = ctf_dynhash_lookup (d->cd_type_hashes, type_id)) != NULL) 1098 populate_fun (fp, input, inputs, input_num, type, isroot, type_id, 1112 type, type_id, tp, name, decorated, 1124 type_id, name ? name : "", hval) 1835 const char *type_id; local [all...] |
| /src/external/gpl3/binutils.old/dist/libctf/ |
| ctf-dedup.c | 555 int input_num, ctf_id_t type, void *type_id, 617 ctf_link_input_name (input), input_num, type_id); 625 && ctf_dedup_record_origin (fp, input_num, decorated, type_id) < 0) 640 && ctf_dedup_record_origin (fp, input_num, decorated, type_id) < 0) 1031 void *type_id; local 1054 type_id = CTF_DEDUP_GID (fp, input_num, type); 1092 if ((hval = ctf_dynhash_lookup (d->cd_type_hashes, type_id)) != NULL) 1098 populate_fun (fp, input, inputs, input_num, type, isroot, type_id, 1112 type, type_id, tp, name, decorated, 1124 type_id, name ? name : "", hval) 1835 const char *type_id; local [all...] |
| /src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
| x509v3.h | 114 ASN1_OBJECT *type_id; member in struct:otherName_st
|