HomeSort by: relevance | last modified time | path
    Searched defs:promotion_type (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
valarith.c 921 promotion_type (struct type *type1, struct type *type2)
989 struct type *comp_type = promotion_type (arg1_real->type (),
1172 result_type = promotion_type (type1, type2);
1241 result_type = promotion_type (type1, type2);
918 promotion_type (struct type *type1, struct type *type2) function
  /src/external/gpl3/gdb.old/dist/gdb/
valarith.c 921 promotion_type (struct type *type1, struct type *type2)
989 struct type *comp_type = promotion_type (arg1_real->type (),
1172 result_type = promotion_type (type1, type2);
1241 result_type = promotion_type (type1, type2);
918 promotion_type (struct type *type1, struct type *type2) function

Completed in 16 milliseconds