Home
last modified time | relevance | path

Searched refs:is_pointer (Results 1 – 25 of 34) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_pointer.h25 struct _LIBCPP_TEMPLATE_VIS is_pointer : _BoolConstant<__is_pointer(_Tp)> {}; struct
53 struct _LIBCPP_TEMPLATE_VIS is_pointer
58 inline constexpr bool is_pointer_v = is_pointer<_Tp>::value;
H A Dis_scalar.h51 is_pointer<_Tp>::value ||
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h51 static_assert(std::is_pointer<T>::value, "T must be a pointer type"); in jitTargetAddressToPointer()
62 static_assert(std::is_pointer<T>::value && in jitTargetAddressToFunction()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DSource.h55 template <typename T> std::enable_if_t<!std::is_pointer<T>::value, T> read() { in read()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamWriter.h129 static_assert(!std::is_pointer<T>::value, in writeObject()
/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeExtensions.i59is_pointer = property(IsPointerType, None, doc='''A read only property that returns a boolean valu…
/freebsd-14.2/contrib/llvm-project/libcxx/include/experimental/
H A Dpropagate_const120 #include <__type_traits/is_pointer.h>
161 static_assert(!(is_pointer<_Tp>::value && is_function<__remove_pointer_t<_Tp> >::value),
163 …static_assert(!(is_pointer<_Tp>::value && is_same<__remove_cv_t<__remove_pointer_t<_Tp> >, void>::…
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/orc/
H A Dexecutor_address.h83 std::enable_if_t<std::is_pointer<T>::value, T>
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSupport.h144 static_assert(std::is_pointer<ValueType>::value,
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DExecutorAddress.h88 std::enable_if_t<std::is_pointer<T>::value, T>
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionIterator.h61 static_assert(std::is_pointer<NodeRef>::value,
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dtype_traits39 template <class T> struct is_pointer;
255 = is_pointer<T>::value; // C++17
491 #include <__type_traits/is_pointer.h>
H A Dforward_list228 #include <__type_traits/is_pointer.h>
284 …typedef __conditional_t<is_pointer<__void_pointer>::value, __begin_node_pointer, __node_pointer> _…
H A D__tree34 #include <__type_traits/is_pointer.h>
576 …typedef __conditional_t< is_pointer<__end_node_pointer>::value, __end_node_pointer, __node_base_po…
615 …typedef __conditional_t< is_pointer<__node_pointer>::value, typename __base::__end_node_pointer, _…
H A Dlist233 #include <__type_traits/is_pointer.h>
279 …typedef __conditional_t<is_pointer<_VoidPtr>::value, __base_pointer, __node_pointer> __link_pointe…
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAccelTable.h148 static_assert(std::is_pointer<T>()); in getValues()
H A DDIE.h406 std::is_pointer<T>::value, in construct()
/freebsd-14.2/contrib/llvm-project/libcxx/include/__memory/
H A Dunique_ptr.h148 __enable_if_t<is_default_constructible<_Deleter>::value && !is_pointer<_Deleter>::value>;
305 __enable_if_t<is_default_constructible<_Deleter>::value && !is_pointer<_Deleter>::value>;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalTree.h244 std::is_pointer<T>::value>;
H A DHashing.h360 std::is_pointer<T>::value) &&
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp828 bool is_pointer = (type_info_flags & eTypeIsPointer) != 0; in DumpValue() local
831 if ((is_array || is_pointer) && (!is_array_range) && in DumpValue()
858 } else if (is_pointer) // if pointer, value is the address stored in DumpValue()
893 if (!is_array && !is_pointer) in DumpValue()
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.inc29 using std::is_pointer;
/freebsd-14.2/contrib/llvm-project/libcxx/include/__filesystem/
H A Dpath.h134 … bool _IsCharPtr = is_pointer<_DS>::value && __can_convert_char<_UnqualPtrType>::value>
/freebsd-14.2/contrib/googletest/googletest/include/gtest/
H A Dgtest.h1394 !std::is_pointer<T2>::value>::type* = nullptr>
/freebsd-14.2/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h426 (std::is_pointer<typename std::remove_reference<T>::type>::value != in MatchAndExplain()
427 std::is_pointer<typename std::remove_reference<U>::type>::value) || in MatchAndExplain()
2079 typename std::is_pointer<typename std::remove_const<T>::type>::type(),
2144 typename std::is_pointer<typename std::remove_const<T>::type>::type(),

12