/freebsd/contrib/llvm-project/libcxx/include/__type_traits/ |
H A D | is_pointer.h | 25 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 D | is_scalar.h | 51 is_pointer<_Tp>::value ||
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/ |
H A D | JITSymbol.h | 51 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 D | BinaryStreamWriter.h | 129 static_assert(!std::is_pointer<T>::value, in writeObject()
|
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBTypeExtensions.i | 59 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 D | propagate_const | 119 #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 D | executor_address.h | 83 std::enable_if_t<std::is_pointer<T>::value, T>
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVSupport.h | 144 static_assert(std::is_pointer<ValueType>::value,
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | RegionIterator.h | 61 static_assert(std::is_pointer<NodeRef>::value,
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
H A D | ExecutorAddress.h | 88 std::enable_if_t<std::is_pointer<T>::value, T>
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | type_traits | 39 template <class T> struct is_pointer; 255 = is_pointer<T>::value; // C++17 464 #include <__type_traits/is_pointer.h>
|
H A D | forward_list | 225 #include <__type_traits/is_pointer.h> 282 …typedef __conditional_t<is_pointer<__void_pointer>::value, __begin_node_pointer, __node_pointer> _…
|
H A D | __tree | 32 #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 D | list | 231 #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 D | unique_ptr.h | 173 __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 D | AccelTable.h | 148 static_assert(std::is_pointer<T>()); in getValues()
|
H A D | DIE.h | 406 std::is_pointer<T>::value, in construct()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | IntervalTree.h | 244 std::is_pointer<T>::value>;
|
H A D | Hashing.h | 340 std::is_pointer<T>::value) &&
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | FormatEntity.cpp | 860 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 D | ValueObject.cpp | 3168 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 D | type_traits.cppm |
|
/freebsd/contrib/googletest/googletest/include/gtest/ |
H A D | gtest.h | 1409 !std::is_pointer<T2>::value>::type* = nullptr>
|
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/ |
H A D | path.h | 132 … bool _IsCharPtr = is_pointer<_DS>::value && __can_convert_char<_UnqualPtrType>::value>
|
/freebsd/contrib/googletest/googlemock/include/gmock/ |
H A D | gmock-matchers.h | 426 (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(),
|