Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_const.h28 inline constexpr bool is_const_v = __is_const(_Tp); variable
40 inline constexpr bool is_const_v = is_const<_Tp>::value;
/freebsd/contrib/llvm-project/libcxx/include/__functional/
H A Dreference_wrapper.h92 requires(!is_const_v<_Tp>) && requires {
112 requires(!is_const_v<_Tp>) && requires { std::__synth_three_way(__x.get(), __y.get()); }
/freebsd/contrib/llvm-project/libcxx/include/__utility/
H A Dforward_like.h28 using _CopyConst = _If<is_const_v<_Ap>, const _Bp, _Bp>;
/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dcontainer_adaptor.h41 using __maybe_const_adaptor = __maybe_const<is_const_v<__maybe_const_container>, _Adaptor>;
/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Dto.h91 …static_assert(!is_const_v<_Container>, "The target container cannot be const-qualified, please rem… in to()
207 …static_assert(!is_const_v<_Container>, "The target container cannot be const-qualified, please rem… in to()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/Analysis/
H A DSPIRVConvergenceRegionAnalysis.cpp49 static_assert(std::is_const_v<IntrinsicInstType> == in getConvergenceTokenInternal()
50 std::is_const_v<BasicBlockType>, in getConvergenceTokenInternal()
/freebsd/contrib/llvm-project/libcxx/include/__expected/
H A Dunexpected.h55 !is_const_v<_Tp> && //
/freebsd/contrib/llvm-project/libcxx/include/
H A Dspan212 (ranges::borrowed_range<_Range> || is_const_v<_ElementType>) && //
255 requires is_const_v<element_type>
434 requires is_const_v<element_type>
584 requires(!is_const_v<_Tp>)
H A Dtype_traits292 template <class T> inline constexpr bool is_const_v
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.cppm
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h515 std::is_const_v<std::remove_reference_t<arg_type>>,
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1629 SYMBOL(is_const_v, std::, <type_traits>)