Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dvalarith.c861 unsigned int promoted_len1 = TYPE_LENGTH (type1); in value_binop() local
870 if (promoted_len1 < TYPE_LENGTH (builtin_type_int)) in value_binop()
873 promoted_len1 = TYPE_LENGTH (builtin_type_int); in value_binop()
886 if (promoted_len1 > promoted_len2) in value_binop()
889 result_len = promoted_len1; in value_binop()
891 else if (promoted_len2 > promoted_len1) in value_binop()
899 result_len = promoted_len1; in value_binop()