Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/libstdc++/include/ext/pb_ds/detail/
H A Dtype_utils.hpp63 using std::tr1::is_pointer;
87 value = is_const<T>::value && is_pointer<T>::value
106 || is_pointer<typename remove_const<T>::type>::value
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A Dtype_traits.h71 !std::is_pointer<UnderlyingT>::value &&
83 T, typename std::enable_if<std::is_pointer<T>::value>::type> {
94 T, typename std::enable_if<std::is_pointer<T>::value>::type> {
104 T, typename std::enable_if<std::is_pointer<T>::value>::type> {
H A DBinaryStreamWriter.h123 static_assert(!std::is_pointer<T>::value, in writeObject()
H A DGenericDomTree.h222 static_assert(std::is_pointer<typename GraphTraits<NodeT *>::NodeRef>::value,
227 static_assert(std::is_pointer<ParentPtr>::value,
H A DGraphWriter.h78 static_assert(std::is_pointer<NodeRef>::value,
H A DFormatProviders.h54 : public std::integral_constant<bool, std::is_pointer<T>::value &&
/freebsd-12.1/contrib/googletest/googlemock/test/
H A Dgmock-internal-utils_test.cc542 TEST(TypeTraitsTest, is_pointer) { in TEST() argument
543 EXPECT_FALSE(is_pointer<int>::value); in TEST()
544 EXPECT_FALSE(is_pointer<char&>::value); in TEST()
545 EXPECT_TRUE(is_pointer<const int*>::value); in TEST()
/freebsd-12.1/contrib/gcc/
H A Dgengtype-lex.l70 int is_pointer = 0; variable
87 is_pointer = 1;
92 if (is_pointer)
/freebsd-12.1/contrib/googletest/googletest/include/gtest/
H A Dgtest-message.h113 StreamHelper(typename internal::is_pointer<T>::type(), value);
H A Dgtest-printers.h518 : !is_pointer<T>::value in PrintTo()
H A Dgtest.h1526 typename EnableIf<!is_pointer<T2>::value>::type* = 0) {
/freebsd-12.1/contrib/libstdc++/include/tr1/
H A Dtype_traits_fwd.h65 struct is_pointer;
H A Dtype_traits149 struct is_pointer
151 _DEFINE_SPEC(1, is_pointer, _Tp*, true)
177 || is_pointer<_Tp>::value
222 || is_pointer<_Tp>::value
H A Dfunctional_iterate.h150 typename __gnu_cxx::__enable_if<(is_pointer<_Functor>::value
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h45 static_assert(std::is_pointer<T>::value, "T must be a pointer type"); in jitTargetAddressToPointer()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DRegionIterator.h57 static_assert(std::is_pointer<NodeRef>::value,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DFormatEntity.cpp868 bool is_pointer = (type_info_flags & eTypeIsPointer) != 0; in DumpValue() local
871 if ((is_array || is_pointer) && (!is_array_range) && in DumpValue()
900 } else if (is_pointer) // if pointer, value is the address stored in DumpValue()
935 if (!is_array && !is_pointer) in DumpValue()
/freebsd-12.1/contrib/libc++/include/experimental/
H A Dpropagate_const145 static_assert(!(is_pointer<_Tp>::value && is_function<typename remove_pointer<_Tp>::type>::value),
147 …static_assert(!(is_pointer<_Tp>::value && is_same<typename remove_cv<typename remove_pointer<_Tp>:…
/freebsd-12.1/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2359 struct is_pointer : public false_type {};
2362 struct is_pointer<T*> : public true_type {};
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DHashing.h348 std::is_pointer<T>::value) &&
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DDIE.h364 std::is_pointer<T>::value, in construct()
/freebsd-12.1/contrib/googletest/googlemock/include/gmock/
H A Dgmock-actions.h663 GTEST_COMPILE_ASSERT_(internal::is_pointer<Result>::value,
H A Dgmock-matchers.h743 (std::is_pointer<typename std::remove_reference<T>::type>::value != in MatchAndExplain()
744 std::is_pointer<typename std::remove_reference<U>::type>::value) || in MatchAndExplain()
2484 is_pointer<GTEST_REMOVE_CONST_(T)>::type(),
2559 is_pointer<GTEST_REMOVE_CONST_(T)>::type(),
/freebsd-12.1/contrib/libc++/include/
H A Dmemory2434 !is_pointer<_Deleter>::value>::type;
2546 static_assert(!is_pointer<deleter_type>::value,
2554 static_assert(!is_pointer<deleter_type>::value,
2560 static_assert(!is_pointer<deleter_type>::value,
2703 !is_pointer<_Deleter>::value>::type;
2843 static_assert(!is_pointer<deleter_type>::value,
2848 static_assert(!is_pointer<deleter_type>::value,
2854 static_assert(!is_pointer<deleter_type>::value,
H A Dtype_traits40 template <class T> struct is_pointer;
243 = is_pointer<T>::value; // C++17
772 // is_pointer
777 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_pointer
783 = is_pointer<_Tp>::value;
972 !is_pointer<_Tp>::value &&
1017 is_pointer<_Tp>::value ||

12