Searched refs:l_is_undef (Results 1 – 1 of 1) sorted by relevance
362 int l_is_undef, r_is_undef; in cmp_value() local378 l_is_undef = IS_UNDEF_SYM_TYPE(get_sym_type(l->sym, ttable)) ? 1 : 0; in cmp_value()381 assert(l_is_undef + r_is_undef >= 0); in cmp_value()382 assert(l_is_undef + r_is_undef <= 2); in cmp_value()384 switch (l_is_undef + r_is_undef) { in cmp_value()392 return (l_is_undef == 0 ? 1 : -1); in cmp_value()