| /dflybsd-src/sys/contrib/dev/acpica/source/compiler/ |
| H A D | asltypes.y | 161 %type <n> ArgList 162 %type <n> AslCode 163 %type <n> BufferData 164 %type <n> BufferTermData 165 %type <n> CompilerDirective 166 %type <n> DataObject 167 %type <n> DefinitionBlockTerm 168 %type <n> DefinitionBlockList 169 %type <n> IntegerData 170 %type <n> NamedObject [all …]
|
| /dflybsd-src/sys/dev/drm/amd/display/dc/dcn10/ |
| H A D | dcn10_dpp.h | 473 #define TF_REG_FIELD_LIST(type) \ argument 474 type EXT_OVERSCAN_LEFT; \ 475 type EXT_OVERSCAN_RIGHT; \ 476 type EXT_OVERSCAN_BOTTOM; \ 477 type EXT_OVERSCAN_TOP; \ 478 type OTG_H_BLANK_START; \ 479 type OTG_H_BLANK_END; \ 480 type OTG_V_BLANK_START; \ 481 type OTG_V_BLANK_END; \ 482 type PIXEL_DEPTH; \ [all …]
|
| H A D | dcn10_stream_encoder.h | 291 #define SE_REG_FIELD_LIST_DCN1_0(type) \ argument 292 type AFMT_GENERIC_INDEX;\ 293 type AFMT_GENERIC_HB0;\ 294 type AFMT_GENERIC_HB1;\ 295 type AFMT_GENERIC_HB2;\ 296 type AFMT_GENERIC_HB3;\ 297 type AFMT_GENERIC_LOCK_STATUS;\ 298 type AFMT_GENERIC_CONFLICT;\ 299 type AFMT_GENERIC_CONFLICT_CLR;\ 300 type AFMT_GENERIC0_FRAME_UPDATE_PENDING;\ [all …]
|
| H A D | dcn10_hubp.h | 429 #define DCN_HUBP_REG_FIELD_LIST(type) \ argument 430 type HUBP_BLANK_EN;\ 431 type HUBP_DISABLE;\ 432 type HUBP_TTU_DISABLE;\ 433 type HUBP_NO_OUTSTANDING_REQ;\ 434 type HUBP_VTG_SEL;\ 435 type HUBP_UNDERFLOW_STATUS;\ 436 type NUM_PIPES;\ 437 type NUM_BANKS;\ 438 type PIPE_INTERLEAVE;\ [all …]
|
| H A D | dcn10_optc.h | 281 #define TG_REG_FIELD_LIST_DCN1_0(type) \ argument 282 type VSTARTUP_START;\ 283 type VUPDATE_OFFSET;\ 284 type VUPDATE_WIDTH;\ 285 type VREADY_OFFSET;\ 286 type OTG_BLANK_DATA_EN;\ 287 type OTG_BLANK_DE_MODE;\ 288 type OTG_CURRENT_BLANK_STATE;\ 289 type OTG_MASTER_UPDATE_LOCK;\ 290 type UPDATE_LOCK_STATUS;\ [all …]
|
| /dflybsd-src/contrib/gdb-7/gdb/ |
| H A D | m2-typeprint.c | 38 static void m2_print_bounds (struct type *type, 42 static void m2_typedef (struct type *, struct ui_file *, int, int, 44 static void m2_array (struct type *, struct ui_file *, int, int, 46 static void m2_pointer (struct type *, struct ui_file *, int, int, 48 static void m2_ref (struct type *, struct ui_file *, int, int, 50 static void m2_procedure (struct type *, struct ui_file *, int, int, 52 static void m2_union (struct type *, struct ui_file *); 53 static void m2_enum (struct type *, struct ui_file *, int, int); 54 static void m2_range (struct type *, struct ui_file *, int, int, 56 static void m2_type_name (struct type *type, struct ui_file *stream); [all …]
|
| H A D | gdbtypes.c | 163 struct type * 166 struct type *type; in alloc_type() local 171 type = OBSTACK_ZALLOC (&objfile->objfile_obstack, struct type); in alloc_type() 172 TYPE_MAIN_TYPE (type) = OBSTACK_ZALLOC (&objfile->objfile_obstack, in alloc_type() 176 TYPE_OBJFILE_OWNED (type) = 1; in alloc_type() 177 TYPE_OWNER (type).objfile = objfile; in alloc_type() 181 TYPE_CODE (type) = TYPE_CODE_UNDEF; in alloc_type() 182 TYPE_VPTR_FIELDNO (type) = -1; in alloc_type() 183 TYPE_CHAIN (type) = type; /* Chain back to itself. */ in alloc_type() 185 return type; in alloc_type() [all …]
|
| H A D | gdbtypes.h | 506 struct type *target_type; 577 struct type *type; member 621 struct type *vptr_basetype; 651 struct type struct 658 struct type *pointer_type; argument 662 struct type *reference_type; argument 669 struct type *chain; argument 712 #define NULL_TYPE ((struct type *) 0) 822 struct type *type; member 827 struct type *fcontext; [all …]
|
| H A D | ada-typeprint.c | 40 static int print_selected_record_field_types (struct type *, struct type *, 45 static int print_record_field_types (struct type *, struct type *, 49 static void print_array_type (struct type *, struct ui_file *, int, int, 52 static int print_choices (struct type *, int, struct ui_file *, 53 struct type *); 55 static void print_range (struct type *, struct ui_file *); 57 static void print_range_bound (struct type *, char *, int *, 61 print_dynamic_range_bound (struct type *, const char *, int, 64 static void print_range_type (struct type *, struct ui_file *); 75 decoded_type_name (struct type *type) in decoded_type_name() argument [all …]
|
| H A D | ada-lang.h | 157 extern int ada_get_field_index (const struct type *type, 166 extern void ada_print_type (struct type *, const char *, struct ui_file *, int, 169 extern void ada_print_typedef (struct type *type, struct symbol *new_symbol, 172 extern void ada_val_print (struct type *, const gdb_byte *, int, CORE_ADDR, 182 extern void ada_emit_char (int, struct type *, struct ui_file *, int, int); 184 extern void ada_printchar (int, struct type *, struct ui_file *); 186 extern void ada_printstr (struct ui_file *, struct type *, const gdb_byte *, 191 struct type *formal_type0); 196 extern void ada_fixup_array_indexes_type (struct type *index_desc_type); 198 extern struct type *ada_array_element_type (struct type *, int); [all …]
|
| H A D | p-typeprint.c | 38 static void pascal_type_print_varspec_suffix (struct type *, struct ui_file *, 43 struct type *); 50 pascal_print_type (struct type *type, const char *varstring, in pascal_print_type() argument 57 code = TYPE_CODE (type); in pascal_print_type() 60 CHECK_TYPEDEF (type); in pascal_print_type() 65 pascal_type_print_varspec_prefix (type, stream, show, 0, flags); in pascal_print_type() 80 pascal_type_print_varspec_prefix (type, stream, show, 0, flags); in pascal_print_type() 83 pascal_type_print_base (type, stream, show, level, flags); in pascal_print_type() 88 pascal_type_print_varspec_suffix (type, stream, show, 0, demangled_args, in pascal_print_type() 98 pascal_print_typedef (struct type *type, struct symbol *new_symbol, in pascal_print_typedef() argument [all …]
|
| H A D | ada-valprint.c | 37 static void print_record (struct type *, const gdb_byte *, int, 43 static int print_field_values (struct type *, const gdb_byte *, 48 int, struct type *, int); 50 static void adjust_type_signedness (struct type *); 52 static void ada_val_print_1 (struct type *, const gdb_byte *, int, CORE_ADDR, 60 adjust_type_signedness (struct type *type) in adjust_type_signedness() argument 62 if (type != NULL && TYPE_CODE (type) == TYPE_CODE_RANGE in adjust_type_signedness() 63 && TYPE_LOW_BOUND (type) >= 0) in adjust_type_signedness() 64 TYPE_UNSIGNED (type) = 1; in adjust_type_signedness() 73 print_optional_low_bound (struct ui_file *stream, struct type *type, in print_optional_low_bound() argument [all …]
|
| H A D | c-typeprint.c | 38 static void c_type_print_varspec_prefix (struct type *, 44 static void c_type_print_modifier (struct type *, 53 find_typedef_for_canonicalize (struct type *t, void *data) in find_typedef_for_canonicalize() 82 c_print_type (struct type *type, in c_print_type() argument 94 CHECK_TYPEDEF (type); in c_print_type() 96 local_name = find_typedef_in_hash (flags, type); in c_print_type() 105 c_type_print_base (type, stream, show, level, flags); in c_print_type() 106 code = TYPE_CODE (type); in c_print_type() 110 || ((show > 0 || TYPE_NAME (type) == 0) in c_print_type() 114 && !TYPE_VECTOR (type)) in c_print_type() [all …]
|
| H A D | f-typeprint.c | 38 static void f_type_print_args (struct type *, struct ui_file *); 41 static void f_type_print_varspec_suffix (struct type *, struct ui_file *, int, 44 void f_type_print_varspec_prefix (struct type *, struct ui_file *, 47 void f_type_print_base (struct type *, struct ui_file *, int, int); 53 f_print_type (struct type *type, const char *varstring, struct ui_file *stream, in f_print_type() argument 59 f_type_print_base (type, stream, show, level); in f_print_type() 60 code = TYPE_CODE (type); in f_print_type() 64 || ((show > 0 || TYPE_NAME (type) == 0) in f_print_type() 70 f_type_print_varspec_prefix (type, stream, show, 0); in f_print_type() 80 f_type_print_varspec_suffix (type, stream, show, 0, demangled_args, 0); in f_print_type() [all …]
|
| H A D | m2-valprint.c | 32 static int print_unpacked_pointer (struct type *type, 37 m2_print_array_contents (struct type *type, const gdb_byte *valaddr, 49 get_long_set_bounds (struct type *type, LONGEST *low, LONGEST *high) in get_long_set_bounds() argument 53 if (TYPE_CODE (type) == TYPE_CODE_STRUCT) in get_long_set_bounds() 55 len = TYPE_NFIELDS (type); in get_long_set_bounds() 56 i = TYPE_N_BASECLASSES (type); in get_long_set_bounds() 59 *low = TYPE_LOW_BOUND (TYPE_INDEX_TYPE (TYPE_FIELD_TYPE (type, i))); in get_long_set_bounds() 60 *high = TYPE_HIGH_BOUND (TYPE_INDEX_TYPE (TYPE_FIELD_TYPE (type, in get_long_set_bounds() 69 m2_print_long_set (struct type *type, const gdb_byte *valaddr, in m2_print_long_set() argument 79 struct type *range; in m2_print_long_set() [all …]
|
| H A D | cp-valprint.c | 80 static void cp_print_static_field (struct type *, struct value *, 84 static void cp_print_value (struct type *, struct type *, 89 struct type **); 99 cp_is_vtbl_ptr_type (struct type *type) in cp_is_vtbl_ptr_type() argument 101 const char *typename = type_name_no_tag (type); in cp_is_vtbl_ptr_type() 110 cp_is_vtbl_member (struct type *type) in cp_is_vtbl_member() argument 114 if (TYPE_CODE (type) == TYPE_CODE_PTR) in cp_is_vtbl_member() 116 type = TYPE_TARGET_TYPE (type); in cp_is_vtbl_member() 117 if (TYPE_CODE (type) == TYPE_CODE_ARRAY) in cp_is_vtbl_member() 119 type = TYPE_TARGET_TYPE (type); in cp_is_vtbl_member() [all …]
|
| H A D | ada-lang.c | 77 static struct type *desc_base_type (struct type *); 79 static struct type *desc_bounds_type (struct type *); 83 static int fat_pntr_bounds_bitpos (struct type *); 85 static int fat_pntr_bounds_bitsize (struct type *); 87 static struct type *desc_data_target_type (struct type *); 91 static int fat_pntr_data_bitpos (struct type *); 93 static int fat_pntr_data_bitsize (struct type *); 97 static int desc_bound_bitpos (struct type *, int, int); 99 static int desc_bound_bitsize (struct type *, int, int); 101 static struct type *desc_index_type (struct type *, int); [all …]
|
| H A D | p-valprint.c | 59 pascal_val_print (struct type *type, const gdb_byte *valaddr, in pascal_val_print() argument 65 struct gdbarch *gdbarch = get_type_arch (type); in pascal_val_print() 70 struct type *elttype; in pascal_val_print() 73 struct type *char_type; in pascal_val_print() 77 CHECK_TYPEDEF (type); in pascal_val_print() 78 switch (TYPE_CODE (type)) in pascal_val_print() 81 if (get_array_bounds (type, &low_bound, &high_bound)) in pascal_val_print() 84 elttype = check_typedef (TYPE_TARGET_TYPE (type)); in pascal_val_print() 114 LA_PRINT_STRING (stream, TYPE_TARGET_TYPE (type), in pascal_val_print() 133 val_print_array_elements (type, valaddr, embedded_offset, in pascal_val_print() [all …]
|
| H A D | ax-gdb.c | 83 static void gen_sign_extend (struct agent_expr *, struct type *); 84 static void gen_extend (struct agent_expr *, struct type *); 85 static void gen_fetch (struct agent_expr *, struct type *); 99 LONGEST k, struct type *type); 103 static int type_wider_than (struct type *type1, struct type *type2); 104 static struct type *max_type (struct type *type1, struct type *type2); 106 struct type *from, struct type *to); 107 static int is_nontrivial_conversion (struct type *from, struct type *to); 116 struct axs_value *value, struct type *type); 118 enum agent_op op, struct type *type); [all …]
|
| /dflybsd-src/contrib/gcc-4.7/libobjc/ |
| H A D | encoding.c | 174 objc_skip_variable_name (const char *type) in objc_skip_variable_name() argument 177 if (*type == '"') in objc_skip_variable_name() 182 type++; in objc_skip_variable_name() 184 while (*type != '"') in objc_skip_variable_name() 185 type++; in objc_skip_variable_name() 187 type++; in objc_skip_variable_name() 190 return type; in objc_skip_variable_name() 194 objc_sizeof_type (const char *type) in objc_sizeof_type() argument 196 type = objc_skip_variable_name (type); in objc_sizeof_type() 198 switch (*type) { in objc_sizeof_type() [all …]
|
| /dflybsd-src/contrib/gdb-7/gdb/python/ |
| H A D | py-type.c | 38 struct type *type; member 152 struct type *type = ((type_object *) self)->type; in typy_get_code() local 154 return PyInt_FromLong (TYPE_CODE (type)); in typy_get_code() 161 convert_field (struct type *type, int field) in convert_field() argument 169 if (!field_is_static (&TYPE_FIELD (type, field))) in convert_field() 173 if (TYPE_CODE (type) == TYPE_CODE_ENUM) in convert_field() 175 arg = gdb_py_long_from_longest (TYPE_FIELD_ENUMVAL (type, field)); in convert_field() 180 arg = gdb_py_long_from_longest (TYPE_FIELD_BITPOS (type, field)); in convert_field() 193 if (TYPE_FIELD_NAME (type, field)) in convert_field() 194 arg = PyString_FromString (TYPE_FIELD_NAME (type, field)); in convert_field() [all …]
|
| /dflybsd-src/sys/dev/sound/pcm/ |
| H A D | matrix_map.h | 73 .type = SND_CHN_T_FL, \ 82 .type = SND_CHN_T_MAX, \ 99 .type = SND_CHN_T_FL, \ 107 .type = SND_CHN_T_FR, \ 114 .type = SND_CHN_T_MAX, \ 130 .type = SND_CHN_T_FL, \ 138 .type = SND_CHN_T_FR, \ 146 .type = SND_CHN_T_LF, \ 150 .type = SND_CHN_T_MAX, \ 167 .type = SND_CHN_T_FL, \ [all …]
|
| /dflybsd-src/sys/sys/ |
| H A D | malloc.h | 97 #define MALLOC_DEFINE(type, shortdesc, longdesc) \ argument 98 struct malloc_type type[1] = { \ 100 &type[0].ks_use0, { 0, 0, 0, 0 } } \ 102 SYSINIT(type##_init, SI_BOOT1_KMALLOC, SI_ORDER_ANY, \ 103 malloc_init, type); \ 104 SYSUNINIT(type##_uninit, SI_BOOT1_KMALLOC, SI_ORDER_ANY, \ 105 malloc_uninit, type) 107 #define MALLOC_DEFINE_OBJ(type, size, shortdesc, longdesc) \ argument 108 struct malloc_type type##_obj[1] = { \ 111 &type##_obj[0].ks_use0, { 0, 0, 0, 0 } } \ [all …]
|
| /dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
| H A D | cvt.c | 77 cp_convert_to_pointer (tree type, tree expr) in cp_convert_to_pointer() argument 91 intype, type); in cp_convert_to_pointer() 95 rval = build_type_conversion (type, expr); in cp_convert_to_pointer() 100 expr, intype, type); in cp_convert_to_pointer() 106 if (TREE_CODE (type) == POINTER_TYPE in cp_convert_to_pointer() 107 && (TREE_CODE (TREE_TYPE (type)) == FUNCTION_TYPE in cp_convert_to_pointer() 108 || VOID_TYPE_P (TREE_TYPE (type)))) in cp_convert_to_pointer() 112 return convert_member_func_to_ptr (type, expr); in cp_convert_to_pointer() 114 return build_nop (type, expr); in cp_convert_to_pointer() 127 if (TYPE_MAIN_VARIANT (type) != intype in cp_convert_to_pointer() [all …]
|
| /dflybsd-src/contrib/gcc-4.7/gcc/ |
| H A D | convert.c | 41 convert_to_pointer (tree type, tree expr) in convert_to_pointer() argument 44 if (TREE_TYPE (expr) == type) in convert_to_pointer() 54 addr_space_t to_as = TYPE_ADDR_SPACE (TREE_TYPE (type)); in convert_to_pointer() 58 return fold_build1_loc (loc, NOP_EXPR, type, expr); in convert_to_pointer() 60 return fold_build1_loc (loc, ADDR_SPACE_CONVERT_EXPR, type, expr); in convert_to_pointer() 71 unsigned int pprec = TYPE_PRECISION (type); in convert_to_pointer() 80 return fold_build1_loc (loc, CONVERT_EXPR, type, expr); in convert_to_pointer() 84 return convert_to_pointer (type, integer_zero_node); in convert_to_pointer() 101 tree type = NULL; in strip_float_extensions() local 106 type = float_type_node; in strip_float_extensions() [all …]
|