Searched refs:is_const_v (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/ |
H A D | is_const.h | 28 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 D | reference_wrapper.h | 92 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 D | forward_like.h | 28 using _CopyConst = _If<is_const_v<_Ap>, const _Bp, _Bp>;
|
/freebsd/contrib/llvm-project/libcxx/include/__format/ |
H A D | container_adaptor.h | 41 using __maybe_const_adaptor = __maybe_const<is_const_v<__maybe_const_container>, _Adaptor>;
|
/freebsd/contrib/llvm-project/libcxx/include/__ranges/ |
H A D | to.h | 91 …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 D | SPIRVConvergenceRegionAnalysis.cpp | 49 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 D | unexpected.h | 55 !is_const_v<_Tp> && //
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | span | 212 (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 D | type_traits | 292 template <class T> inline constexpr bool is_const_v
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | type_traits.cppm |
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | CommandLine.h | 515 std::is_const_v<std::remove_reference_t<arg_type>>,
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | StdSymbolMap.inc | 1629 SYMBOL(is_const_v, std::, <type_traits>)
|