Searched refs:constructible_from_sizeless (Results 1 – 1 of 1) sorted by relevance
348 struct constructible_from_sizeless { struct349 constructible_from_sizeless(svint8_t);591 constructible_from_sizeless cfs1(local_int8); in cxx_only()592 constructible_from_sizeless cfs2 = local_int8; in cxx_only()594 constructible_from_sizeless cfs3{local_int8}; in cxx_only()