Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/libcxx/include/__type_traits/
HDis_trivially_constructible.h56 inline constexpr bool is_trivially_default_constructible_v = __is_trivially_constructible(_Tp); variable
/freebsd-14-stable/contrib/llvm-project/libcxx/modules/std/
HDtype_traits.inc273 using std::is_trivially_default_constructible_v;
/freebsd-14-stable/contrib/llvm-project/libcxx/include/
HDtype_traits342 template <class T> inline constexpr bool is_trivially_default_constructible_v
/freebsd-14-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
HDStdSymbolMap.inc1767 SYMBOL(is_trivially_default_constructible_v, std::, <type_traits>)