Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/SemaCXX/
Dsizeless-1.cpp348 struct constructible_from_sizeless { struct
349 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()