Searched refs:is_void_v (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__type_traits/
H A Dis_void.h30 inline constexpr bool is_void_v = __is_void(_Tp); variable
40 inline constexpr bool is_void_v = is_void<_Tp>::value;
/openbsd-current/gnu/llvm/libcxx/include/__numeric/
H A Dmidpoint.h59 && ! is_void_v<remove_pointer_t<_TPtr>>
/openbsd-current/gnu/llvm/clang/include/clang/Tooling/Transformer/
H A DTransformer.h128 if constexpr (!std::is_void_v<T>) {
153 if constexpr (!std::is_void_v<T>)
/openbsd-current/gnu/llvm/libcxx/include/__expected/
H A Dexpected.h603 requires(!is_void_v<_T2>)
650 requires is_void_v<_Tp>
934 requires is_void_v<_T2>
/openbsd-current/gnu/llvm/compiler-rt/lib/orc/
H A Dmacho_platform.cpp196 std::enable_if_t<std::is_void_v<

Completed in 78 milliseconds