| /freebsd-12.1/contrib/libstdc++/include/ext/pb_ds/detail/ |
| H A D | type_utils.hpp | 63 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 D | type_traits.h | 71 !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 D | BinaryStreamWriter.h | 123 static_assert(!std::is_pointer<T>::value, in writeObject()
|
| H A D | GenericDomTree.h | 222 static_assert(std::is_pointer<typename GraphTraits<NodeT *>::NodeRef>::value, 227 static_assert(std::is_pointer<ParentPtr>::value,
|
| H A D | GraphWriter.h | 78 static_assert(std::is_pointer<NodeRef>::value,
|
| H A D | FormatProviders.h | 54 : public std::integral_constant<bool, std::is_pointer<T>::value &&
|
| /freebsd-12.1/contrib/googletest/googlemock/test/ |
| H A D | gmock-internal-utils_test.cc | 542 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 D | gengtype-lex.l | 70 int is_pointer = 0; variable 87 is_pointer = 1; 92 if (is_pointer)
|
| /freebsd-12.1/contrib/googletest/googletest/include/gtest/ |
| H A D | gtest-message.h | 113 StreamHelper(typename internal::is_pointer<T>::type(), value);
|
| H A D | gtest-printers.h | 518 : !is_pointer<T>::value in PrintTo()
|
| H A D | gtest.h | 1526 typename EnableIf<!is_pointer<T2>::value>::type* = 0) {
|
| /freebsd-12.1/contrib/libstdc++/include/tr1/ |
| H A D | type_traits_fwd.h | 65 struct is_pointer;
|
| H A D | type_traits | 149 struct is_pointer 151 _DEFINE_SPEC(1, is_pointer, _Tp*, true) 177 || is_pointer<_Tp>::value 222 || is_pointer<_Tp>::value
|
| H A D | functional_iterate.h | 150 typename __gnu_cxx::__enable_if<(is_pointer<_Functor>::value
|
| /freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/ |
| H A D | JITSymbol.h | 45 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 D | RegionIterator.h | 57 static_assert(std::is_pointer<NodeRef>::value,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | FormatEntity.cpp | 868 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 D | propagate_const | 145 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 D | gtest-port.h | 2359 struct is_pointer : public false_type {}; 2362 struct is_pointer<T*> : public true_type {};
|
| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | Hashing.h | 348 std::is_pointer<T>::value) &&
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | DIE.h | 364 std::is_pointer<T>::value, in construct()
|
| /freebsd-12.1/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-actions.h | 663 GTEST_COMPILE_ASSERT_(internal::is_pointer<Result>::value,
|
| H A D | gmock-matchers.h | 743 (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 D | memory | 2434 !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 D | type_traits | 40 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 ||
|