| /freebsd-12.1/sys/contrib/dev/acpica/compiler/ |
| H A D | asltypes.y | 161 %type <n> ArgList 162 %type <n> AslCode 172 %type <n> Object 181 %type <n> Target 182 %type <n> Term 183 %type <n> TermArg 248 %type <n> IfTerm 266 %type <n> AddTerm 298 %type <n> OrTerm 376 %type <n> String [all …]
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | gdbtypes.c | 145 struct type *type; in alloc_type() local 183 struct type *type; in alloc_type_instance() local 208 smash_type (struct type *type) in smash_type() argument 213 TYPE_CHAIN (type) = type; in smash_type() 224 make_pointer_type (struct type *type, struct type **typeptr) in make_pointer_type() argument 291 make_reference_type (struct type *type, struct type **typeptr) in make_reference_type() argument 353 make_function_type (struct type *type, struct type **typeptr) in make_function_type() argument 560 replace_type (struct type *ntype, struct type *type) in replace_type() argument 593 lookup_member_type (struct type *type, struct type *domain) in lookup_member_type() argument 1494 struct type *type; in safe_parse_type() local [all …]
|
| H A D | ada-lang.h | 205 extern struct type *ada_array_element_type (struct type *, int); 221 extern struct type *ada_index_type (struct type *, int); 240 struct type *); 256 extern struct type *ada_parent_type (struct type *); 266 extern struct type *ada_coerce_to_simple_array_type (struct type *); 284 extern struct type *ada_variant_discrim_type (struct type *, struct type *); 302 extern struct type *ada_aligned_type (struct type *); 336 extern struct type *ada_find_parallel_type (struct type *, 343 extern int ada_prefer_type (struct type *, struct type *); 345 extern struct type *ada_get_base_type (struct type *); [all …]
|
| H A D | gdbtypes.h | 427 struct type *type; member 637 struct type *type; member 692 struct type *type; member 1118 extern struct type *make_type_with_address_space (struct type *type, 1121 extern struct type *lookup_member_type (struct type *, struct type *); 1124 smash_to_method_type (struct type *type, struct type *domain, 1136 extern struct type *make_pointer_type (struct type *, struct type **); 1140 extern struct type *make_function_type (struct type *, struct type **); 1147 extern struct type *create_array_type (struct type *, struct type *, 1150 extern struct type *create_string_type (struct type *, struct type *); [all …]
|
| H A D | ada-typeprint.c | 42 static int print_record_field_types (struct type *, struct type *, 70 demangled_type_name (struct type *type) in demangled_type_name() argument 124 ada_typedef_print (struct type *type, struct symbol *new, in ada_typedef_print() argument 136 print_range (struct type *type, struct ui_file *stream) in print_range() argument 186 print_range_bound (struct type *type, char *bounds, int *n, in print_range_bound() argument 292 print_enum_type (struct type *type, struct ui_file *stream) in print_enum_type() argument 366 type = ada_coerce_to_simple_array_type (type); in print_array_type() 499 print_variant_clauses (struct type *type, int field_num, in print_variant_clauses() argument 541 print_variant_part (struct type *type, int field_num, struct type *outer_type, in print_variant_part() argument 562 print_record_field_types (struct type *type, struct type *outer_type, in print_record_field_types() argument [all …]
|
| H A D | c-typeprint.c | 65 c_print_type (struct type *type, char *varstring, struct ui_file *stream, in c_print_type() argument 132 cp_type_print_derivation_info (struct ui_file *stream, struct type *type) in cp_type_print_derivation_info() argument 204 c_type_print_varspec_prefix (struct type *type, struct ui_file *stream, in c_type_print_varspec_prefix() argument 208 if (type == 0) in c_type_print_varspec_prefix() 303 c_type_print_modifier (struct type *type, struct ui_file *stream, in c_type_print_modifier() argument 346 c_type_print_args (struct type *type, struct ui_file *stream) in c_type_print_args() argument 389 is_type_conversion_operator (struct type *type, int i, int j) in is_type_conversion_operator() argument 528 if (type == 0) in c_type_print_varspec_suffix() 675 if (type == NULL) in c_type_print_base() 773 if ((TYPE_NFIELDS (type) == 0) && (TYPE_NFN_FIELDS (type) == 0)) in c_type_print_base() [all …]
|
| H A D | p-typeprint.c | 50 pascal_print_type (struct type *type, char *varstring, struct ui_file *stream, in pascal_print_type() argument 59 CHECK_TYPEDEF (type); in pascal_print_type() 116 pascal_type_print_derivation_info (struct ui_file *stream, struct type *type) in pascal_type_print_derivation_info() argument 191 pascal_type_print_varspec_prefix (struct type *type, struct ui_file *stream, in pascal_type_print_varspec_prefix() argument 195 if (type == 0) in pascal_type_print_varspec_prefix() 303 pascal_print_func_args (struct type *type, struct ui_file *stream) in pascal_print_func_args() argument 340 if (type == 0) in pascal_type_print_varspec_suffix() 454 if (type == NULL) in pascal_type_print_base() 463 fputs_filtered (TYPE_NAME (type) ? TYPE_NAME (type) : "pointer", in pascal_type_print_base() 540 if ((TYPE_NFIELDS (type) == 0) && (TYPE_NFN_FIELDS (type) == 0)) in pascal_type_print_base() [all …]
|
| H A D | ada-valprint.c | 38 struct type *type; member 76 adjust_type_signedness (struct type *type) in adjust_type_signedness() argument 78 if (type != NULL && TYPE_CODE (type) == TYPE_CODE_RANGE in adjust_type_signedness() 89 print_optional_low_bound (struct ui_file *stream, struct type *type) in print_optional_low_bound() argument 135 val_print_packed_array_elements (struct type *type, char *valaddr, in val_print_packed_array_elements() argument 248 printable_val_type (struct type *type, char *valaddr) in printable_val_type() argument 497 args.type = type; in ada_val_print() 562 type = printable_val_type (type, valaddr); in ada_val_print_1() 610 struct type *target_type = TYPE_TARGET_TYPE (type); in ada_val_print_1() 789 struct type *var_type = TYPE_FIELD_TYPE (type, field_num); in print_variant_part() [all …]
|
| H A D | f-typeprint.c | 59 f_print_type (struct type *type, char *varstring, struct ui_file *stream, in f_print_type() argument 66 code = TYPE_CODE (type); in f_print_type() 99 f_type_print_varspec_prefix (struct type *type, struct ui_file *stream, in f_type_print_varspec_prefix() argument 102 if (type == 0) in f_type_print_varspec_prefix() 110 switch (TYPE_CODE (type)) in f_type_print_varspec_prefix() 156 f_type_print_varspec_suffix (struct type *type, struct ui_file *stream, in f_type_print_varspec_suffix() argument 164 if (type == 0) in f_type_print_varspec_suffix() 263 print_equivalent_f77_float_type (struct type *type, struct ui_file *stream) in print_equivalent_f77_float_type() argument 286 f_type_print_base (struct type *type, struct ui_file *stream, int show, in f_type_print_base() argument 295 if (type == NULL) in f_type_print_base() [all …]
|
| H A D | ax-gdb.c | 193 struct type *type = (*pc)[1].type; in const_expr() local 649 struct type *type) in gen_int_literal() argument 653 value->type = type; in gen_int_literal() 910 value->type = type; in gen_cast() 928 value->type = type; in gen_cast() 1344 value->type = type; in gen_bitfield_ref() 1357 struct type *type; in gen_struct_ref() local 1585 struct type *type = (*pc)[1].type; in gen_expr() local 1619 struct type *type = (*pc)[1].type; in gen_expr() local 1628 struct type *type = check_typedef ((*pc)[1].type); in gen_expr() local [all …]
|
| H A D | ada-lang.c | 1366 struct type *type) in ada_value_primitive_packed_val() argument 1796 struct type *type; in ada_array_bound_from_type() local 1865 struct type *type; in ada_array_bound() local 2992 struct type *type; in ada_simple_renamed_entity() local 5268 struct type *type; in ada_variant_discrim_name() local 5409 struct type *type; in ada_value_primitive_field() local 5438 struct type *type) in ada_search_struct_field() argument 6061 struct type *type; in template_to_static_fixed_type() local 6341 struct type *type; in to_static_fixed_type() local 6445 struct type *type = in ada_to_static_fixed_value() local [all …]
|
| H A D | cp-valprint.c | 57 static void cp_print_value (struct type *, struct type *, char *, int, 70 struct type *type, in cp_print_class_method() argument 177 cp_is_vtbl_ptr_type (struct type *type) in cp_is_vtbl_ptr_type() argument 188 cp_is_vtbl_member (struct type *type) in cp_is_vtbl_member() argument 194 type = TYPE_TARGET_TYPE (type); in cp_is_vtbl_member() 197 type = TYPE_TARGET_TYPE (type); in cp_is_vtbl_member() 234 cp_print_value_fields (struct type *type, struct type *real_type, char *valaddr, in cp_print_value_fields() argument 494 cp_print_value (struct type *type, struct type *real_type, char *valaddr, in cp_print_value() argument 544 find_rt_vbase_offset (type, TYPE_BASECLASS (type, i), in cp_print_value() 635 cp_print_static_field (struct type *type, in cp_print_static_field() argument [all …]
|
| H A D | p-valprint.c | 59 pascal_val_print (struct type *type, char *valaddr, int embedded_offset, in pascal_val_print() argument 65 struct type *elttype; in pascal_val_print() 538 struct type *type = VALUE_TYPE (val); in pascal_value_print() local 590 pascal_object_print_class_method (char *valaddr, struct type *type, in pascal_object_print_class_method() argument 687 pascal_object_is_vtbl_ptr_type (struct type *type) in pascal_object_is_vtbl_ptr_type() argument 699 pascal_object_is_vtbl_member (struct type *type) in pascal_object_is_vtbl_member() argument 703 type = TYPE_TARGET_TYPE (type); in pascal_object_is_vtbl_member() 706 type = TYPE_TARGET_TYPE (type); in pascal_object_is_vtbl_member() 729 pascal_object_print_value_fields (struct type *type, char *valaddr, in pascal_object_print_value_fields() argument 827 if (!TYPE_FIELD_STATIC (type, i) && TYPE_FIELD_PACKED (type, i)) in pascal_object_print_value_fields() [all …]
|
| H A D | c-valprint.c | 72 c_val_print (struct type *type, char *valaddr, int embedded_offset, in c_val_print() argument 78 struct type *elttype; in c_val_print() 83 CHECK_TYPEDEF (type); in c_val_print() 84 switch (TYPE_CODE (type)) in c_val_print() 88 if (TYPE_LENGTH (type) > 0 && TYPE_LENGTH (TYPE_TARGET_TYPE (type)) > 0) in c_val_print() 218 struct type *wtype; in c_val_print() 309 struct type *field_type = TYPE_FIELD_TYPE (type, VTBL_FNADDR_OFFSET); in c_val_print() 316 cp_print_value_fields (type, type, valaddr, embedded_offset, address, stream, format, in c_val_print() 478 TYPE_TARGET_TYPE (type), in c_val_print() 494 struct type *type = VALUE_TYPE (val); in c_value_print() local [all …]
|
| H A D | jv-valprint.c | 39 static void java_print_value_fields (struct type * type, char *valaddr, 50 struct type *type; in java_value_print() local 55 type = VALUE_TYPE (val); in java_value_print() 58 if (is_object_type (type)) in java_value_print() 69 type = lookup_pointer_type (type); in java_value_print() 254 java_print_value_fields (struct type *type, char *valaddr, CORE_ADDR address, in java_print_value_fields() argument 260 CHECK_TYPEDEF (type); in java_print_value_fields() 273 struct type *baseclass = check_typedef (TYPE_BASECLASS (type, i)); in java_print_value_fields() 377 if (!TYPE_FIELD_STATIC (type, i) && TYPE_FIELD_PACKED (type, i)) in java_print_value_fields() 451 java_val_print (struct type *type, char *valaddr, int embedded_offset, in java_val_print() argument [all …]
|
| H A D | jv-typeprint.c | 35 static void java_type_print_base (struct type * type, 40 java_type_print_derivation_info (struct ui_file *stream, struct type *type) in java_type_print_derivation_info() argument 86 java_type_print_base (struct type *type, struct ui_file *stream, int show, in java_type_print_base() argument 97 if (type == NULL) in java_type_print_base() 113 CHECK_TYPEDEF (type); in java_type_print_base() 115 switch (TYPE_CODE (type)) in java_type_print_base() 122 if (TYPE_TAG_NAME (type) != NULL && TYPE_TAG_NAME (type)[0] == '[') in java_type_print_base() 153 if ((TYPE_NFIELDS (type) == 0) && (TYPE_NFN_FIELDS (type) == 0)) in java_type_print_base() 155 if (TYPE_STUB (type)) in java_type_print_base() 164 len = TYPE_NFIELDS (type); in java_type_print_base() [all …]
|
| /freebsd-12.1/sys/kern/ |
| H A D | kern_osd.c | 101 KASSERT(type >= OSD_FIRST && type <= OSD_LAST, ("Invalid type.")); in osd_register() 117 type, i); in osd_register() 127 osdm[type].osd_methods = realloc(osdm[type].osd_methods, in osd_register() 139 type, i + 1); in osd_register() 145 osdm[type].osd_methods[i * osdm[type].osd_nmethods + m] in osd_register() 157 KASSERT(type >= OSD_FIRST && type <= OSD_LAST, ("Invalid type.")); in osd_deregister() 176 osdm[type].osd_destructors = realloc(osdm[type].osd_destructors, in osd_deregister() 180 osdm[type].osd_methods = realloc(osdm[type].osd_methods, in osd_deregister() 191 type, slot); in osd_deregister() 194 type, slot); in osd_deregister() [all …]
|
| /freebsd-12.1/sys/dev/sound/pcm/ |
| H A D | matrix_map.h | 75 .type = SND_CHN_T_FL, \ 84 .type = SND_CHN_T_MAX, \ 101 .type = SND_CHN_T_FL, \ 109 .type = SND_CHN_T_FR, \ 132 .type = SND_CHN_T_FL, \ 140 .type = SND_CHN_T_FR, \ 148 .type = SND_CHN_T_LF, \ 169 .type = SND_CHN_T_FL, \ 176 .type = SND_CHN_T_FR, \ 183 .type = SND_CHN_T_BC, \ [all …]
|
| /freebsd-12.1/contrib/ntp/lib/isc/ |
| H A D | sockaddr.c | 63 if (a->type.sa.sa_family != b->type.sa.sa_family) in isc_sockaddr_compare() 68 memcmp(&a->type.sin.sin_addr, &b->type.sin.sin_addr, in isc_sockaddr_compare() 72 a->type.sin.sin_port != b->type.sin.sin_port) in isc_sockaddr_compare() 77 memcmp(&a->type.sin6.sin6_addr, &b->type.sin6.sin6_addr, in isc_sockaddr_compare() 93 a->type.sin6.sin6_port != b->type.sin6.sin6_port) in isc_sockaddr_compare() 97 if (memcmp(&a->type, &b->type, a->length) != 0) in isc_sockaddr_compare() 261 sockaddr->type.sin.sin_len = sizeof(sockaddr->type.sin); in isc_sockaddr_any() 275 sockaddr->type.sin6.sin6_len = sizeof(sockaddr->type.sin6); in isc_sockaddr_any6() 290 sockaddr->type.sin.sin_len = sizeof(sockaddr->type.sin); in isc_sockaddr_fromin() 382 sockaddr->type.sin.sin_len = sizeof(sockaddr->type.sin); in isc_sockaddr_fromnetaddr() [all …]
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | stor-layout.c | 1420 if (TYPE_SIZE_UNIT (type) == 0 && TYPE_SIZE (type) != 0) in finalize_type_size() 1431 TYPE_SIZE (type) = round_up (TYPE_SIZE (type), TYPE_ALIGN (type)); in finalize_type_size() 1438 TYPE_SIZE (type) = variable_size (TYPE_SIZE (type)); in finalize_type_size() 1445 || type != TYPE_MAIN_VARIANT (type)) in finalize_type_size() 1541 TYPE_STUB_DECL (type) = TYPE_NAME (type); in finish_builtin_struct() 1656 TYPE_ALIGN (type) = tree_low_cst (TYPE_SIZE (type), 0); in layout_type() 1794 TYPE_MODE (type) = TYPE_MODE (TREE_TYPE (type)); in layout_type() 1836 TYPE_FIELDS (type) = nreverse (TYPE_FIELDS (type)); in layout_type() 1843 TYPE_FIELDS (type) = nreverse (TYPE_FIELDS (type)); in layout_type() 1884 return type; in make_signed_type() [all …]
|
| H A D | convert.c | 74 if (objc_is_id (type) in convert_to_pointer() 75 || (TREE_CODE (type) == POINTER_TYPE && VOID_TYPE_P (TREE_TYPE (type)))) in convert_to_pointer() 140 tree type = NULL; in strip_float_extensions() local 145 type = float_type_node; in strip_float_extensions() 149 type = double_type_node; in strip_float_extensions() 150 if (type) in strip_float_extensions() 151 return build_real (type, real_value_truncate (TYPE_MODE (type), orig)); in strip_float_extensions() 297 if (itype != type && FLOAT_TYPE_P (type)) in convert_to_real() 578 (TYPE_MODE (type), TYPE_UNSIGNED (type)), in convert_to_integer() 682 tree typex = type; in convert_to_integer() [all …]
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | cvt.c | 93 intype, type); in cp_convert_to_pointer() 102 expr, intype, type); in cp_convert_to_pointer() 171 expr, intype, type); in cp_convert_to_pointer() 287 expr, intype, type); in cp_convert_to_pointer() 331 TREE_TYPE (type))) in convert_to_pointer_force() 482 intype = type; in convert_to_reference() 701 if (POINTER_TYPE_P (type) || TYPE_PTR_TO_MEMBER_P (type)) in ocp_convert() 769 type, flags); in ocp_convert() 1226 type = TYPE_MAIN_VARIANT (type); in type_promotes_to() 1245 type = totype; in type_promotes_to() [all …]
|
| /freebsd-12.1/crypto/openssl/include/openssl/ |
| H A D | pem.h | 73 type *PEM_read_##name(FILE *fp, type **x, pem_password_cb *cb, void *u)\ 79 int PEM_write_##name(FILE *fp, type *x) \ 109 type *PEM_read_bio_##name(BIO *bp, type **x, pem_password_cb *cb, void *u)\ 183 type *PEM_read_##name(FILE *fp, type **x, pem_password_cb *cb, void *u); 198 type *PEM_read_bio_##name(BIO *bp, type **x, pem_password_cb *cb, void *u); 219 # define DECLARE_PEM_read(name, type) \ argument 222 # define DECLARE_PEM_rw(name, type) \ argument 223 DECLARE_PEM_read(name, type) \ 224 DECLARE_PEM_write(name, type) 226 DECLARE_PEM_read(name, type) \ [all …]
|
| H A D | lhash.h | 119 # define LHASH_OF(type) struct lhash_st_##type argument 124 lh_##type##_new(unsigned long (*hfn)(const type *), \ 125 int (*cfn)(const type *, const type *)) \ 134 static ossl_unused ossl_inline type *lh_##type##_insert(LHASH_OF(type) *lh, type *d) \ 138 static ossl_unused ossl_inline type *lh_##type##_delete(LHASH_OF(type) *lh, const type *d) \ 142 static ossl_unused ossl_inline type *lh_##type##_retrieve(LHASH_OF(type) *lh, const type *d) \ 179 LHASH_OF(type) 182 int_implement_lhash_doall(type, argtype, const type) 185 int_implement_lhash_doall(type, argtype, type) 189 lh_##type##_doall_##argtype(LHASH_OF(type) *lh, \ [all …]
|
| /freebsd-12.1/contrib/netbsd-tests/ipf/regress/ |
| H A D | i8 | 19 pass in proto icmp all icmp-type inforeq 20 pass in proto icmp all icmp-type inforep 21 pass in proto icmp all icmp-type maskrep 22 pass in proto icmp all icmp-type maskreq 24 pass in proto icmp all icmp-type redir 25 pass in proto icmp all icmp-type unreach 29 pass in proto icmp all icmp-type timest 31 pass in proto icmp all icmp-type timex 32 pass in proto icmp all icmp-type 254 55 pass in proto icmp all icmp-type redir [all …]
|