Searched refs:is_trivially_constructible (Results 1 – 11 of 11) sorted by relevance
24 struct _LIBCPP_TEMPLATE_VIS is_trivially_constructible struct
86 typename = std::enable_if_t<std::is_trivially_constructible<To>::value>, in byteswap()
120 template <class T, class... Args> struct is_trivially_constructible;341 = is_trivially_constructible<T, Args...>::value; // C++17473 #include <__type_traits/is_trivially_constructible.h>
210 #include <__type_traits/is_trivially_constructible.h>
242 #include <__type_traits/is_trivially_constructible.h>
2029 …ially_constructible [system] { header "__type_traits/is_trivially_constructible.h" }
246 FEATURE(is_trivially_constructible, LangOpts.CPlusPlus)
1297 TTR_HEADERS+= is_trivially_constructible.h
803 …{ include: [ "<__type_traits/is_trivially_constructible.h>", "private", "<type_traits>", "public" …
1758 SYMBOL(is_trivially_constructible, std::, <type_traits>)