| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | valarith.c | 680 || TYPE_CODE (type2) == TYPE_CODE_BOOL) in value_concat() 721 || TYPE_CODE (type1) == TYPE_CODE_BOOL) in value_concat() 725 && TYPE_CODE (type2) != TYPE_CODE_BOOL) in value_concat() 763 && TYPE_CODE (type1) != TYPE_CODE_BOOL in value_binop() 769 && TYPE_CODE (type2) != TYPE_CODE_BOOL in value_binop() 822 else if (TYPE_CODE (type1) == TYPE_CODE_BOOL in value_binop() 824 TYPE_CODE (type2) == TYPE_CODE_BOOL) in value_binop() 1233 if ((code1 == TYPE_CODE_INT || code1 == TYPE_CODE_BOOL) && in value_equal() 1234 (code2 == TYPE_CODE_INT || code2 == TYPE_CODE_BOOL)) in value_equal() 1291 (code2 == TYPE_CODE_INT || code2 == TYPE_CODE_BOOL)) in value_less() [all …]
|
| H A D | f-lang.c | 263 type = init_type (TYPE_CODE_BOOL, in f_create_fundamental_type() 283 type = init_type (TYPE_CODE_BOOL, in f_create_fundamental_type() 298 type = init_type (TYPE_CODE_BOOL, in f_create_fundamental_type() 313 type = init_type (TYPE_CODE_BOOL, in f_create_fundamental_type() 506 init_type (TYPE_CODE_BOOL, TARGET_CHAR_BIT / TARGET_CHAR_BIT, in build_fortran_types() 516 init_type (TYPE_CODE_BOOL, TARGET_SHORT_BIT / TARGET_CHAR_BIT, in build_fortran_types() 526 init_type (TYPE_CODE_BOOL, TARGET_INT_BIT / TARGET_CHAR_BIT, in build_fortran_types()
|
| H A D | f-typeprint.c | 135 case TYPE_CODE_BOOL: in f_type_print_varspec_prefix() 247 case TYPE_CODE_BOOL: in f_type_print_varspec_suffix()
|
| H A D | language.c | 735 case TYPE_CODE_BOOL: 867 if (TYPE_CODE (type) == TYPE_CODE_BOOL) 941 if (type && TYPE_CODE (type) == TYPE_CODE_BOOL) in lang_bool_type() 954 if (type && TYPE_CODE (type) == TYPE_CODE_BOOL) in lang_bool_type() 963 if (type && TYPE_CODE (type) == TYPE_CODE_BOOL) in lang_bool_type()
|
| H A D | gdbtypes.c | 700 case TYPE_CODE_BOOL: in get_discrete_bounds() 1845 || (TYPE_CODE (t) == TYPE_CODE_BOOL))); in is_integral_type() 2397 case TYPE_CODE_BOOL: in rank_one_type() 2477 case TYPE_CODE_BOOL: in rank_one_type() 2493 case TYPE_CODE_BOOL: in rank_one_type() 2506 case TYPE_CODE_BOOL: in rank_one_type() 2548 case TYPE_CODE_BOOL: in rank_one_type() 2557 case TYPE_CODE_BOOL: in rank_one_type() 2567 case TYPE_CODE_BOOL: in rank_one_type() 2584 case TYPE_CODE_BOOL: in rank_one_type() [all …]
|
| H A D | m2-lang.c | 221 type = init_type (TYPE_CODE_BOOL, in m2_create_fundamental_type() 468 init_type (TYPE_CODE_BOOL, TARGET_INT_BIT / TARGET_CHAR_BIT, in _initialize_m2_language()
|
| H A D | f-valprint.c | 510 case TYPE_CODE_BOOL: in f_val_print() 549 TYPE_CODE (type) = TYPE_CODE_BOOL; in f_val_print()
|
| H A 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()
|
| H A D | scm-lang.c | 97 if (context == TYPE_CODE_BOOL) in scm_unpack()
|
| H A D | typeprint.c | 286 case TYPE_CODE_BOOL: in print_type_scalar()
|
| H A D | stabsread.c | 2034 rettype = init_type (TYPE_CODE_BOOL, 4, TYPE_FLAG_UNSIGNED, in rs6000_builtin_type() 2051 rettype = init_type (TYPE_CODE_BOOL, 1, TYPE_FLAG_UNSIGNED, in rs6000_builtin_type() 2055 rettype = init_type (TYPE_CODE_BOOL, 2, TYPE_FLAG_UNSIGNED, in rs6000_builtin_type() 2059 rettype = init_type (TYPE_CODE_BOOL, 4, TYPE_FLAG_UNSIGNED, in rs6000_builtin_type() 2063 rettype = init_type (TYPE_CODE_BOOL, 4, TYPE_FLAG_UNSIGNED, in rs6000_builtin_type() 2821 && TYPE_CODE (field_type) != TYPE_CODE_BOOL in read_one_struct_field() 3603 code = TYPE_CODE_BOOL; in read_sun_builtin_type()
|
| H A D | values.c | 681 case TYPE_CODE_BOOL: in unpack_long() 1135 case TYPE_CODE_BOOL: in value_from_longest()
|
| H A D | c-typeprint.c | 280 case TYPE_CODE_BOOL: in c_type_print_varspec_prefix() 621 case TYPE_CODE_BOOL: in c_type_print_varspec_suffix()
|
| H A D | c-lang.c | 230 type = init_type (TYPE_CODE_BOOL, in c_create_fundamental_type()
|
| H A D | c-valprint.c | 361 case TYPE_CODE_BOOL: in c_val_print()
|
| H A D | infcall.c | 104 case TYPE_CODE_BOOL: in value_arg_coerce()
|
| H A D | ada-typeprint.c | 147 case TYPE_CODE_BOOL: in print_range()
|
| H A D | ada-valprint.c | 337 case TYPE_CODE_BOOL: in ada_print_scalar()
|
| H A D | arm-tdep.c | 2049 || TYPE_CODE (type) == TYPE_CODE_BOOL in arm_extract_return_value() 2239 || TYPE_CODE (type) == TYPE_CODE_BOOL in arm_store_return_value()
|
| H A D | p-valprint.c | 375 case TYPE_CODE_BOOL: in pascal_val_print()
|
| H A D | gdbtypes.h | 130 TYPE_CODE_BOOL, enumerator
|
| H A D | jv-lang.c | 1071 java_boolean_type = init_type (TYPE_CODE_BOOL, 1, 0, "boolean", NULL); in _initialize_java_language()
|
| H A D | alpha-tdep.c | 302 case TYPE_CODE_BOOL: in alpha_push_dummy_call()
|
| H A D | valops.c | 266 if (code1 == TYPE_CODE_BOOL) in value_cast() 273 if (code2 == TYPE_CODE_BOOL || code2 == TYPE_CODE_CHAR) in value_cast()
|
| H A D | sparc64-tdep.c | 74 case TYPE_CODE_BOOL: in sparc64_integral_or_pointer_p()
|