Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_trivially_constructible.h24 struct _LIBCPP_TEMPLATE_VIS is_trivially_constructible struct
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dbit.h86 typename = std::enable_if_t<std::is_trivially_constructible<To>::value>, in byteswap()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dtype_traits120 template <class T, class... Args> struct is_trivially_constructible;
341 = is_trivially_constructible<T, Args...>::value; // C++17
473 #include <__type_traits/is_trivially_constructible.h>
H A Doptional210 #include <__type_traits/is_trivially_constructible.h>
H A Dvariant242 #include <__type_traits/is_trivially_constructible.h>
H A Dmodule.modulemap2029 …ially_constructible [system] { header "__type_traits/is_trivially_constructible.h" }
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.cppm
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DFeatures.def246 FEATURE(is_trivially_constructible, LangOpts.CPlusPlus)
/freebsd/lib/libc++/
H A DMakefile1297 TTR_HEADERS+= is_trivially_constructible.h
H A Dlibcxx.imp803 …{ include: [ "<__type_traits/is_trivially_constructible.h>", "private", "<type_traits>", "public" …
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1758 SYMBOL(is_trivially_constructible, std::, <type_traits>)