Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/gdb/gdb/
H A Dvalarith.c680 || 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 Df-lang.c263 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 Df-typeprint.c135 case TYPE_CODE_BOOL: in f_type_print_varspec_prefix()
247 case TYPE_CODE_BOOL: in f_type_print_varspec_suffix()
H A Dlanguage.c735 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 Dgdbtypes.c700 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 Dm2-lang.c221 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 Df-valprint.c510 case TYPE_CODE_BOOL: in f_val_print()
549 TYPE_CODE (type) = TYPE_CODE_BOOL; in f_val_print()
H A Dp-typeprint.c285 case TYPE_CODE_BOOL: in pascal_type_print_varspec_prefix()
406 case TYPE_CODE_BOOL: in pascal_type_print_varspec_suffix()
H A Dscm-lang.c97 if (context == TYPE_CODE_BOOL) in scm_unpack()
H A Dtypeprint.c286 case TYPE_CODE_BOOL: in print_type_scalar()
H A Dstabsread.c2034 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 Dvalues.c681 case TYPE_CODE_BOOL: in unpack_long()
1135 case TYPE_CODE_BOOL: in value_from_longest()
H A Dc-typeprint.c280 case TYPE_CODE_BOOL: in c_type_print_varspec_prefix()
621 case TYPE_CODE_BOOL: in c_type_print_varspec_suffix()
H A Dc-lang.c230 type = init_type (TYPE_CODE_BOOL, in c_create_fundamental_type()
H A Dc-valprint.c361 case TYPE_CODE_BOOL: in c_val_print()
H A Dinfcall.c104 case TYPE_CODE_BOOL: in value_arg_coerce()
H A Dada-typeprint.c147 case TYPE_CODE_BOOL: in print_range()
H A Dada-valprint.c337 case TYPE_CODE_BOOL: in ada_print_scalar()
H A Darm-tdep.c2049 || 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 Dp-valprint.c375 case TYPE_CODE_BOOL: in pascal_val_print()
H A Dgdbtypes.h130 TYPE_CODE_BOOL, enumerator
H A Djv-lang.c1071 java_boolean_type = init_type (TYPE_CODE_BOOL, 1, 0, "boolean", NULL); in _initialize_java_language()
H A Dalpha-tdep.c302 case TYPE_CODE_BOOL: in alpha_push_dummy_call()
H A Dvalops.c266 if (code1 == TYPE_CODE_BOOL) in value_cast()
273 if (code2 == TYPE_CODE_BOOL || code2 == TYPE_CODE_CHAR) in value_cast()
H A Dsparc64-tdep.c74 case TYPE_CODE_BOOL: in sparc64_integral_or_pointer_p()

12