Home
last modified time | relevance | path

Searched refs:TYPE_CODE_BOOL (Results 1 – 25 of 31) sorted by relevance

12

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Df-lang.c262 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()
Df-typeprint.c135 case TYPE_CODE_BOOL: in f_type_print_varspec_prefix()
248 case TYPE_CODE_BOOL: in f_type_print_varspec_suffix()
Dgdbtypes.c728 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 …]
Dlanguage.c594 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()
Dvalarith.c683 || 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()
Dm2-lang.c219 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()
Df-valprint.c506 case TYPE_CODE_BOOL: in f_val_print()
545 TYPE_CODE (type) = TYPE_CODE_BOOL; in f_val_print()
Dp-typeprint.c285 case TYPE_CODE_BOOL: in pascal_type_print_varspec_prefix()
406 case TYPE_CODE_BOOL: in pascal_type_print_varspec_suffix()
Dscm-lang.c92 if (context == TYPE_CODE_BOOL) in scm_unpack()
Dtypeprint.c286 case TYPE_CODE_BOOL: in print_type_scalar()
Dstabsread.c1990 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()
Dc-typeprint.c277 case TYPE_CODE_BOOL: in c_type_print_varspec_prefix()
618 case TYPE_CODE_BOOL: in c_type_print_varspec_suffix()
Dvalue.c1014 case TYPE_CODE_BOOL: in unpack_long()
1462 case TYPE_CODE_BOOL: in value_from_longest()
Dc-valprint.c361 case TYPE_CODE_BOOL: in c_val_print()
Dc-lang.c231 type = init_type (TYPE_CODE_BOOL, in c_create_fundamental_type()
Dinfcall.c122 case TYPE_CODE_BOOL: in value_arg_coerce()
Dm88k-tdep.c160 case TYPE_CODE_BOOL: in m88k_integral_or_pointer_p()
Dmn10300-tdep.c61 case TYPE_CODE_BOOL: in mn10300_type_align()
Dada-typeprint.c148 case TYPE_CODE_BOOL: in print_range()
Darm-tdep.c2053 || TYPE_CODE (type) == TYPE_CODE_BOOL in arm_extract_return_value()
2241 || TYPE_CODE (type) == TYPE_CODE_BOOL in arm_store_return_value()
Dgdbtypes.h150 TYPE_CODE_BOOL, enumerator
Dp-valprint.c383 case TYPE_CODE_BOOL: in pascal_val_print()
Dada-valprint.c395 case TYPE_CODE_BOOL: in ada_print_scalar()
Dalpha-tdep.c302 case TYPE_CODE_BOOL: in alpha_push_dummy_call()
Dvalops.c271 if (code1 == TYPE_CODE_BOOL) in value_cast()
278 if (code2 == TYPE_CODE_BOOL || code2 == TYPE_CODE_CHAR) in value_cast()

12