Searched refs:is_pointer (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/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
/macosx-10.10/objc4-646/runtime/
H A Dllvm-type_traits.h143 template <typename T> struct is_pointer : false_type {}; struct in namespace:objc
144 template <typename T> struct is_pointer<T*> : true_type {}; struct in namespace:objc
145 template <typename T> struct is_pointer<T* const> : true_type {}; struct in namespace:objc
146 template <typename T> struct is_pointer<T* volatile> : true_type {}; struct in namespace:objc
147 template <typename T> struct is_pointer<T* const volatile> : true_type {}; struct in namespace:objc
168 value = (!is_class<UnderlyingT>::value && !is_pointer<UnderlyingT>::value &&
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A Dtype_traits.h142 template <typename T> struct is_pointer : false_type {}; struct in namespace:llvm
143 template <typename T> struct is_pointer<T*> : true_type {}; struct in namespace:llvm
144 template <typename T> struct is_pointer<T* const> : true_type {}; struct in namespace:llvm
145 template <typename T> struct is_pointer<T* volatile> : true_type {}; struct in namespace:llvm
146 template <typename T> struct is_pointer<T* const volatile> : true_type {}; struct in namespace:llvm
167 value = (!is_class<UnderlyingT>::value && !is_pointer<UnderlyingT>::value &&
/macosx-10.10/llvmCore-3425.0.34/utils/unittest/googletest/include/gtest/
H A Dgtest-message.h114 StreamHelper(typename internal::is_pointer<T>::type(), value);
200 // tr1::type_traits-like is_pointer works, and we can overload on that.
H A Dgtest-printers.h376 DefaultPrintTo(IsContainerTest<T>(0), is_pointer<T>(), value, os);
H A Dgtest.h1393 typename EnableIf<!is_pointer<T2>::value>::type* = 0) {
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/tr1/
H A Dtype_traits_fwd.h65 struct is_pointer;
H A Dfunctional_iterate.h150 typename __gnu_cxx::__enable_if<(is_pointer<_Functor>::value
/macosx-10.10/dcerpc-61/dcerpc/idl_compiler/
H A Dastp_sim.c128 boolean is_pointer
140 attr_node_p->b.simple.pointer = is_pointer;
H A Dastp.h599 boolean is_pointer
/macosx-10.10/llvmCore-3425.0.34/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h143 // is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only.
1462 // so a tr1::type_traits-like is_pointer works.
1478 struct is_pointer : public false_type {}; struct in namespace:testing::internal
1481 struct is_pointer<T*> : public true_type {}; struct in namespace:testing::internal
/macosx-10.10/swig-12/Source/Modules/
H A Dtypepass.cxx949 int is_pointer = SwigType_ispointer_return(Getattr(nn, "decl")); local
950 int is_void = checkAttribute(nn, "type", "void") && !is_pointer;
H A Docaml.cxx1387 int is_pointer = 0; local
1424 is_pointer = SwigType_ispointer_return(decl);
1425 is_void = (!Cmp(type, "void") && !is_pointer);
H A Doctave.cxx1119 int is_pointer = 0; local
1153 is_pointer = SwigType_ispointer_return(decl);
1154 is_void = (!Cmp(type, "void") && !is_pointer);
H A Dpython.cxx2251 int is_pointer = SwigType_ispointer_return(decl); local
2253 if (is_pointer || is_reference) {
3580 int is_pointer = 0; local
3614 is_pointer = SwigType_ispointer_return(decl);
3615 is_void = (!Cmp(type, "void") && !is_pointer);
H A Druby.cxx1823 int is_pointer = SwigType_ispointer_return(decl); local
1825 if (is_pointer || is_reference) {
2960 int is_pointer = 0; local
3001 is_pointer = SwigType_ispointer_return(decl);
3002 is_void = (!Cmp(type, "void") && !is_pointer);
H A Dphp.cxx2360 int is_pointer = 0; local
2394 is_pointer = SwigType_ispointer_return(decl);
2395 is_void = (Cmp(type, "void") == 0 && !is_pointer);
/macosx-10.10/llvmCore-3425.0.34/include/llvm/ADT/
H A DHashing.h348 // FIXME: We want to replace is_integral_or_enum and is_pointer here with
356 is_pointer<T>::value) &&

Completed in 240 milliseconds