/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | c-valprint.c | 78 struct type *elttype; in c_val_print() local 90 eltlen = TYPE_LENGTH (elttype); in c_val_print() 98 ((TYPE_CODE (elttype) == TYPE_CODE_INT) in c_val_print() 100 && (TYPE_CODE (elttype) == TYPE_CODE_CHAR))) in c_val_print() 125 if (cp_is_vtbl_ptr_type (elttype)) in c_val_print() 161 if (TYPE_CODE (elttype) == TYPE_CODE_METHOD) in c_val_print() 176 if (TYPE_CODE (elttype) == TYPE_CODE_FUNC) in c_val_print() 193 if (TYPE_LENGTH (elttype) == 1 in c_val_print() 194 && TYPE_CODE (elttype) == TYPE_CODE_INT in c_val_print() 262 TYPE_DOMAIN_TYPE (elttype), in c_val_print() [all …]
|
H A D | p-valprint.c | 65 struct type *elttype; in pascal_val_print() local 79 eltlen = TYPE_LENGTH (elttype); in pascal_val_print() 87 ((TYPE_CODE (elttype) == TYPE_CODE_INT) in pascal_val_print() 166 if (TYPE_CODE (elttype) == TYPE_CODE_FUNC) in pascal_val_print() 181 if (TYPE_LENGTH (elttype) == 1 in pascal_val_print() 182 && TYPE_CODE (elttype) == TYPE_CODE_INT in pascal_val_print() 268 TYPE_DOMAIN_TYPE (elttype), in pascal_val_print() 450 elttype = TYPE_INDEX_TYPE (type); in pascal_val_print() 451 CHECK_TYPEDEF (elttype); in pascal_val_print() 452 if (TYPE_STUB (elttype)) in pascal_val_print() [all …]
|
H A D | ada-valprint.c | 148 struct type *elttype; in val_print_packed_array_elements() local 153 elttype = TYPE_TARGET_TYPE (type); in val_print_packed_array_elements() 165 annotate_array_section_begin (i, elttype); in val_print_packed_array_elements() 190 bitsize, elttype); in val_print_packed_array_elements() 199 bitsize, elttype); in val_print_packed_array_elements() 597 struct type *elttype; in ada_val_print_1() local 795 elttype = TYPE_TARGET_TYPE (type); in ada_val_print_1() 796 if (elttype == NULL) in ada_val_print_1() 799 eltlen = TYPE_LENGTH (elttype); in ada_val_print_1() 852 if (TYPE_CODE (elttype) != TYPE_CODE_UNDEF) in ada_val_print_1() [all …]
|
H A D | f-valprint.c | 369 struct type *elttype; in f_val_print() local 397 elttype = check_typedef (TYPE_TARGET_TYPE (type)); in f_val_print() 399 if (TYPE_CODE (elttype) == TYPE_CODE_FUNC) in f_val_print() 412 if (TYPE_LENGTH (elttype) == 1 in f_val_print() 413 && TYPE_CODE (elttype) == TYPE_CODE_INT in f_val_print() 416 i = val_print_string (addr, -1, TYPE_LENGTH (elttype), stream); in f_val_print() 426 elttype = check_typedef (TYPE_TARGET_TYPE (type)); in f_val_print() 439 if (TYPE_CODE (elttype) != TYPE_CODE_UNDEF) in f_val_print()
|
H A D | valprint.c | 767 struct type *elttype; in val_print_array_elements() local 775 elttype = TYPE_TARGET_TYPE (type); in val_print_array_elements() 776 eltlen = TYPE_LENGTH (check_typedef (elttype)); in val_print_array_elements() 779 annotate_array_section_begin (i, elttype); in val_print_array_elements() 808 val_print (elttype, valaddr + i * eltlen, 0, 0, stream, format, in val_print_array_elements() 819 val_print (elttype, valaddr + i * eltlen, 0, 0, stream, format, in val_print_array_elements()
|
H A D | annotate.c | 533 annotate_array_section_begin (int index, struct type *elttype) in annotate_array_section_begin() argument 538 print_value_flags (elttype); in annotate_array_section_begin()
|
H A D | ada-lang.c | 6759 struct type *elttype = ada_array_element_type (type, 1); in ada_is_string_type() local 6761 return ada_is_character_type (elttype); in ada_is_string_type()
|
/openbsd/usr.bin/dig/lib/isccfg/ |
H A D | parser.c | 104 cfg_parse_listelt(cfg_parser_t *pctx, const cfg_type_t *elttype, 138 cfg_type_t *elttype, isc_symtab_t *symtab); 566 cfg_parse_listelt(cfg_parser_t *pctx, const cfg_type_t *elttype, in cfg_parse_listelt() argument 574 REQUIRE(elttype != NULL); in cfg_parse_listelt() 579 result = cfg_parse_obj(pctx, elttype, &value); in cfg_parse_listelt() 720 cfg_type_t *elttype, isc_symtab_t *symtab) in parse_symtab_elt() argument 726 CHECK(cfg_parse_obj(pctx, elttype, &obj)); in parse_symtab_elt()
|
/openbsd/gnu/gcc/gcc/ |
H A D | expr.c | 5064 tree elttype = TREE_TYPE (type); in store_constructor() local 5165 unsignedp = TYPE_UNSIGNED (elttype); in store_constructor() 5166 mode = TYPE_MODE (elttype); in store_constructor() 5169 ? tree_low_cst (TYPE_SIZE (elttype), 1) in store_constructor() 5191 || (host_integerp (TYPE_SIZE (elttype), 1) in store_constructor() 5211 get_alias_set (elttype)); in store_constructor() 5246 TYPE_SIZE_UNIT (elttype))); in store_constructor() 5293 TYPE_SIZE_UNIT (elttype))); in store_constructor() 5329 tree elttype = TREE_TYPE (type); in store_constructor() local 5372 TYPE_SIZE (elttype), 0), 1); in store_constructor() [all …]
|
H A D | c-typeck.c | 6691 tree elttype = TYPE_MAIN_VARIANT (TREE_TYPE (constructor_type)); in process_init_element() local 6692 enum tree_code eltcode = TREE_CODE (elttype); in process_init_element() 6697 && INTEGRAL_TYPE_P (TREE_TYPE (elttype)) in process_init_element() 6704 && TYPE_MAIN_VARIANT (TREE_TYPE (value.value)) != elttype in process_init_element() 6725 elttype, constructor_index, 1); in process_init_element() 6740 tree elttype = TYPE_MAIN_VARIANT (TREE_TYPE (constructor_type)); in process_init_element() local 6753 elttype, constructor_index, 1); in process_init_element()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | expr.c | 5052 tree elttype = TREE_TYPE (type); local 5163 unsignedp = TREE_UNSIGNED (elttype); 5164 mode = TYPE_MODE (elttype); 5167 ? tree_low_cst (TYPE_SIZE (elttype), 1) 5190 || (host_integerp (TYPE_SIZE (elttype), 1) 5210 get_alias_set (elttype)); 5245 TYPE_SIZE_UNIT (elttype))); 5269 || ! host_integerp (TYPE_SIZE (elttype), 1)) 5283 TYPE_SIZE_UNIT (elttype))); 5294 * tree_low_cst (TYPE_SIZE (elttype), 1)); [all …]
|
H A D | c-typeck.c | 6768 tree elttype = TYPE_MAIN_VARIANT (TREE_TYPE (constructor_type)); local 6769 enum tree_code eltcode = TREE_CODE (elttype); 6774 && TREE_CODE (TREE_TYPE (elttype)) == INTEGER_TYPE 6781 && TYPE_MAIN_VARIANT (TREE_TYPE (value)) != elttype 6801 output_init_element (value, elttype, constructor_index, 1); 6816 tree elttype = TYPE_MAIN_VARIANT (TREE_TYPE (constructor_type)); local 6828 output_init_element (value, elttype, constructor_index, 1);
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrFormats.td | 7690 ValueType elttype, Operand idxtype> 7699 (elttype (vector_extract (vectype V128:$Rn), idxtype:$idx2)),
|