Home
last modified time | relevance | path

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

12

/freebsd/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/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/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamWriter.h129 static_assert(!std::is_pointer<T>::value, in writeObject()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeExtensions.i59 is_pointer = property(IsPointerType, None, doc='''A read only property that returns a boolean value that indicates if this type is a pointer type.''')
/freebsd/contrib/llvm-project/libcxx/include/experimental/
H A Dpropagate_const119 #include <__type_traits/is_pointer.h>
160 static_assert(!(is_pointer<_Tp>::value && is_function<__remove_pointer_t<_Tp> >::value),
162 …static_assert(!(is_pointer<_Tp>::value && is_same<__remove_cv_t<__remove_pointer_t<_Tp> >, void>::…
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dexecutor_address.h83 std::enable_if_t<std::is_pointer<T>::value, T>
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSupport.h144 static_assert(std::is_pointer<ValueType>::value,
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionIterator.h61 static_assert(std::is_pointer<NodeRef>::value,
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DExecutorAddress.h88 std::enable_if_t<std::is_pointer<T>::value, T>
/freebsd/contrib/llvm-project/libcxx/include/
H A Dtype_traits39 template <class T> struct is_pointer;
255 = is_pointer<T>::value; // C++17
464 #include <__type_traits/is_pointer.h>
H A Dforward_list225 #include <__type_traits/is_pointer.h>
282 …typedef __conditional_t<is_pointer<__void_pointer>::value, __begin_node_pointer, __node_pointer> _…
H A D__tree32 #include <__type_traits/is_pointer.h>
572 …typedef __conditional_t< is_pointer<__end_node_pointer>::value, __end_node_pointer, __node_base_po…
611 …typedef __conditional_t< is_pointer<__node_pointer>::value, typename __base::__end_node_pointer, _…
H A Dlist231 #include <__type_traits/is_pointer.h>
277 …typedef __conditional_t<is_pointer<_VoidPtr>::value, __base_pointer, __node_pointer> __link_pointe…
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dunique_ptr.h173 __enable_if_t<is_default_constructible<_Deleter>::value && !is_pointer<_Deleter>::value>;
342 __enable_if_t<is_default_constructible<_Deleter>::value && !is_pointer<_Deleter>::value>;
/freebsd/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/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalTree.h244 std::is_pointer<T>::value>;
H A DHashing.h340 std::is_pointer<T>::value) &&
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp860 bool is_pointer = (type_info_flags & eTypeIsPointer) != 0; in DumpValue() local
863 if ((is_array || is_pointer) && (!is_array_range) && in DumpValue()
890 } else if (is_pointer) // if pointer, value is the address stored in DumpValue()
935 if (!is_array && !is_pointer) in DumpValue()
H A DValueObject.cpp3168 bool is_pointer = in CastToBasicType() local
3178 if (!is_scalar && !is_enum && !is_pointer) { in CastToBasicType()
3191 if (is_pointer) { in CastToBasicType()
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.cppm
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest.h1409 !std::is_pointer<T2>::value>::type* = nullptr>
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Dpath.h132 … bool _IsCharPtr = is_pointer<_DS>::value && __can_convert_char<_UnqualPtrType>::value>
/freebsd/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