Lines Matching refs:is_tuple
507 bool is_tuple = rust_tuple_type_p (type);
508 bool is_tuple_struct = !is_tuple && rust_tuple_struct_type_p (type);
511 if (!is_tuple)
523 if (is_tuple || is_tuple_struct)
550 if (!is_tuple && !is_tuple_struct)
567 if (is_tuple || is_tuple_struct)
606 bool is_tuple = rust_tuple_struct_type_p (variant_type);
617 if (is_tuple)
632 if (!is_tuple)
641 if (is_tuple)
815 bool is_tuple = rust_tuple_type_p (type);
841 if (type->num_fields () == 0 && !is_tuple)