| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | f-lang.c | 262 type = init_type (TYPE_CODE_BOOL, in f_create_fundamental_type() 282 type = init_type (TYPE_CODE_BOOL, in f_create_fundamental_type() 297 type = init_type (TYPE_CODE_BOOL, in f_create_fundamental_type() 312 type = init_type (TYPE_CODE_BOOL, in f_create_fundamental_type() 505 init_type (TYPE_CODE_BOOL, TARGET_CHAR_BIT / TARGET_CHAR_BIT, in build_fortran_types() 515 init_type (TYPE_CODE_BOOL, TARGET_SHORT_BIT / TARGET_CHAR_BIT, in build_fortran_types() 525 init_type (TYPE_CODE_BOOL, TARGET_INT_BIT / TARGET_CHAR_BIT, in build_fortran_types()
|
| D | f-typeprint.c | 135 case TYPE_CODE_BOOL: in f_type_print_varspec_prefix() 248 case TYPE_CODE_BOOL: in f_type_print_varspec_suffix()
|
| D | gdbtypes.c | 728 case TYPE_CODE_BOOL: in get_discrete_bounds() 1827 || (TYPE_CODE (t) == TYPE_CODE_BOOL))); in is_integral_type() 2379 case TYPE_CODE_BOOL: in rank_one_type() 2459 case TYPE_CODE_BOOL: in rank_one_type() 2475 case TYPE_CODE_BOOL: in rank_one_type() 2488 case TYPE_CODE_BOOL: in rank_one_type() 2530 case TYPE_CODE_BOOL: in rank_one_type() 2539 case TYPE_CODE_BOOL: in rank_one_type() 2549 case TYPE_CODE_BOOL: in rank_one_type() 2566 case TYPE_CODE_BOOL: in rank_one_type() [all …]
|
| D | language.c | 594 case TYPE_CODE_BOOL: 726 if (TYPE_CODE (type) == TYPE_CODE_BOOL) 800 if (type && TYPE_CODE (type) == TYPE_CODE_BOOL) in lang_bool_type() 813 if (type && TYPE_CODE (type) == TYPE_CODE_BOOL) in lang_bool_type() 822 if (type && TYPE_CODE (type) == TYPE_CODE_BOOL) in lang_bool_type()
|
| D | valarith.c | 683 || TYPE_CODE (type2) == TYPE_CODE_BOOL) in value_concat() 724 || TYPE_CODE (type1) == TYPE_CODE_BOOL) in value_concat() 728 && TYPE_CODE (type2) != TYPE_CODE_BOOL) in value_concat() 816 else if (TYPE_CODE (type1) == TYPE_CODE_BOOL in value_binop() 818 TYPE_CODE (type2) == TYPE_CODE_BOOL) in value_binop() 1437 && TYPE_CODE (eltype) != TYPE_CODE_BOOL) in value_in()
|
| D | m2-lang.c | 219 type = init_type (TYPE_CODE_BOOL, in m2_create_fundamental_type() 466 init_type (TYPE_CODE_BOOL, TARGET_INT_BIT / TARGET_CHAR_BIT, in _initialize_m2_language()
|
| D | f-valprint.c | 506 case TYPE_CODE_BOOL: in f_val_print() 545 TYPE_CODE (type) = TYPE_CODE_BOOL; in f_val_print()
|
| D | p-typeprint.c | 285 case TYPE_CODE_BOOL: in pascal_type_print_varspec_prefix() 406 case TYPE_CODE_BOOL: in pascal_type_print_varspec_suffix()
|
| D | scm-lang.c | 92 if (context == TYPE_CODE_BOOL) in scm_unpack()
|
| D | typeprint.c | 286 case TYPE_CODE_BOOL: in print_type_scalar()
|
| D | stabsread.c | 1990 rettype = init_type (TYPE_CODE_BOOL, 4, TYPE_FLAG_UNSIGNED, in rs6000_builtin_type() 2007 rettype = init_type (TYPE_CODE_BOOL, 1, TYPE_FLAG_UNSIGNED, in rs6000_builtin_type() 2011 rettype = init_type (TYPE_CODE_BOOL, 2, TYPE_FLAG_UNSIGNED, in rs6000_builtin_type() 2015 rettype = init_type (TYPE_CODE_BOOL, 4, TYPE_FLAG_UNSIGNED, in rs6000_builtin_type() 2019 rettype = init_type (TYPE_CODE_BOOL, 4, TYPE_FLAG_UNSIGNED, in rs6000_builtin_type() 2779 && TYPE_CODE (field_type) != TYPE_CODE_BOOL in read_one_struct_field() 3561 code = TYPE_CODE_BOOL; in read_sun_builtin_type()
|
| D | c-typeprint.c | 277 case TYPE_CODE_BOOL: in c_type_print_varspec_prefix() 618 case TYPE_CODE_BOOL: in c_type_print_varspec_suffix()
|
| D | value.c | 1014 case TYPE_CODE_BOOL: in unpack_long() 1462 case TYPE_CODE_BOOL: in value_from_longest()
|
| D | c-valprint.c | 361 case TYPE_CODE_BOOL: in c_val_print()
|
| D | c-lang.c | 231 type = init_type (TYPE_CODE_BOOL, in c_create_fundamental_type()
|
| D | infcall.c | 122 case TYPE_CODE_BOOL: in value_arg_coerce()
|
| D | m88k-tdep.c | 160 case TYPE_CODE_BOOL: in m88k_integral_or_pointer_p()
|
| D | mn10300-tdep.c | 61 case TYPE_CODE_BOOL: in mn10300_type_align()
|
| D | ada-typeprint.c | 148 case TYPE_CODE_BOOL: in print_range()
|
| D | arm-tdep.c | 2053 || TYPE_CODE (type) == TYPE_CODE_BOOL in arm_extract_return_value() 2241 || TYPE_CODE (type) == TYPE_CODE_BOOL in arm_store_return_value()
|
| D | gdbtypes.h | 150 TYPE_CODE_BOOL, enumerator
|
| D | p-valprint.c | 383 case TYPE_CODE_BOOL: in pascal_val_print()
|
| D | ada-valprint.c | 395 case TYPE_CODE_BOOL: in ada_print_scalar()
|
| D | alpha-tdep.c | 302 case TYPE_CODE_BOOL: in alpha_push_dummy_call()
|
| D | valops.c | 271 if (code1 == TYPE_CODE_BOOL) in value_cast() 278 if (code2 == TYPE_CODE_BOOL || code2 == TYPE_CODE_CHAR) in value_cast()
|