Searched refs:can_construct_from_value (Results 1 – 4 of 4) sorted by relevance
1636 let can_construct_from_value = match ty { in write_unique_ptr_common() localVariable1684 if can_construct_from_value { in write_unique_ptr_common()1761 let can_construct_from_value = out.types.is_maybe_trivial(ident); in write_shared_ptr() localVariable1783 if can_construct_from_value { in write_shared_ptr()
1440 let can_construct_from_value = types.is_maybe_trivial(ident); in expand_unique_ptr() localVariable1441 let new_method = if can_construct_from_value { in expand_unique_ptr()1535 let can_construct_from_value = types.is_maybe_trivial(ident); in expand_shared_ptr() localVariable1536 let new_method = if can_construct_from_value { in expand_shared_ptr()