Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_trivially_constructible.h29 inline constexpr bool is_trivially_constructible_v = __is_trivially_constructible(_Tp, _Args...); variable
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.cppm
/freebsd/contrib/llvm-project/libcxx/include/
H A Dtype_traits340 template <class T, class... Args> inline constexpr bool is_trivially_constructible_v
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1759 SYMBOL(is_trivially_constructible_v, std::, <type_traits>)