Home
last modified time | relevance | path

Searched refs:is_pointer_v (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/llvm/libcxx/include/__type_traits/
H A Dis_pointer.h29 inline constexpr bool is_pointer_v = __is_pointer(_Tp); variable
50 inline constexpr bool is_pointer_v = is_pointer<_Tp>::value;
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DByteCodeEmitter.cpp158 if constexpr (std::is_pointer_v<T>) in emit()
174 if constexpr (!std::is_pointer_v<T>) { in emit()
H A DDisasm.cpp25 if constexpr (std::is_pointer_v<T>) { in ReadArg()
/openbsd-src/gnu/llvm/libcxx/include/__numeric/
H A Dmidpoint.h57 enable_if_t<is_pointer_v<_TPtr>
/openbsd-src/gnu/llvm/libcxx/include/__ranges/
H A Ddata.h40 concept __ptr_to_object = is_pointer_v<_Tp> && is_object_v<remove_pointer_t<_Tp>>;
H A Dsubrange.h56 is_pointer_v<_From> && is_pointer_v<_To> &&
/openbsd-src/gnu/llvm/libcxx/include/__iterator/
H A Dreverse_iterator.h150 requires is_pointer_v<_Iter> || requires(const _Iter __i) { __i.operator->(); }
152 if constexpr (is_pointer_v<_Iter>) {
389 if constexpr (is_pointer_v<_Iter>) {
H A Dcommon_iterator.h125 if constexpr (is_pointer_v<_Iter> || requires(const _Iter& __i) { __i.operator->(); }) {
H A Dconcepts.h197 concept __has_arrow = input_iterator<_Ip> && (is_pointer_v<_Ip> || requires(_Ip __i) { __i.operator…
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DCasting.h595 std::is_pointer_v<T> || std::is_constructible_v<T, std::nullptr_t>;
/openbsd-src/gnu/llvm/libcxx/include/
H A Dtype_traits254 template <class T> inline constexpr bool is_pointer_v
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DSTLExtras.h232 static_assert(!std::is_pointer_v<value_type>,
278 static constexpr bool IsPtr = std::is_pointer_v<remove_cvref_t<T>>;
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Inclusions/
H A DStdSymbolMap.inc601 SYMBOL(is_pointer_v, std::, <type_traits>)