Home
last modified time | relevance | path

Searched refs:type_wider_than (Results 1 – 5 of 5) sorted by relevance

/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dax-gdb.c91 static int type_wider_than (struct type *type1, struct type *type2);
756 type_wider_than (struct type *type1, struct type *type2) in type_wider_than() function
769 return type_wider_than (type1, type2) ? type1 : type2; in max_type()
868 if (!type_wider_than (value->type, builtin_type_int)) in gen_integral_promotions()
873 else if (!type_wider_than (value->type, builtin_type_unsigned_int)) in gen_integral_promotions()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dax-gdb.c91 static int type_wider_than (struct type *type1, struct type *type2);
756 type_wider_than (struct type *type1, struct type *type2) in type_wider_than() function
769 return type_wider_than (type1, type2) ? type1 : type2; in max_type()
868 if (!type_wider_than (value->type, builtin_type_int)) in gen_integral_promotions()
873 else if (!type_wider_than (value->type, builtin_type_unsigned_int)) in gen_integral_promotions()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dax-gdb.c98 static int type_wider_than (struct type *type1, struct type *type2);
856 type_wider_than (struct type *type1, struct type *type2) in type_wider_than() function
869 return type_wider_than (type1, type2) ? type1 : type2; in max_type()
971 if (!type_wider_than (value->type, builtin->builtin_int)) in gen_integral_promotions()
976 else if (!type_wider_than (value->type, builtin->builtin_unsigned_int)) in gen_integral_promotions()
/dports/devel/gdb/gdb-11.1/gdb/
H A Dax-gdb.c97 static int type_wider_than (struct type *type1, struct type *type2);
762 type_wider_than (struct type *type1, struct type *type2) in type_wider_than() function
775 return type_wider_than (type1, type2) ? type1 : type2; in max_type()
875 if (!type_wider_than (value->type, builtin->builtin_int)) in gen_integral_promotions()
880 else if (!type_wider_than (value->type, builtin->builtin_unsigned_int)) in gen_integral_promotions()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dax-gdb.c103 static int type_wider_than (struct type *type1, struct type *type2);
893 type_wider_than (struct type *type1, struct type *type2) in type_wider_than() function
906 return type_wider_than (type1, type2) ? type1 : type2; in max_type()
1008 if (!type_wider_than (value->type, builtin->builtin_int)) in gen_integral_promotions()
1013 else if (!type_wider_than (value->type, builtin->builtin_unsigned_int)) in gen_integral_promotions()