Searched defs:is_pointer (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/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
/macosx-10.10.1/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
/macosx-10.10.1/swig-12/Source/Modules/
H A Dtypepass.cxx949 int is_pointer = SwigType_ispointer_return(Getattr(nn, "decl")); local
H A Docaml.cxx1387 int is_pointer = 0; local
H A Doctave.cxx1119 int is_pointer = 0; local
H A Dphp.cxx2360 int is_pointer = 0; local
H A Druby.cxx1823 int is_pointer = SwigType_ispointer_return(decl); local
2960 int is_pointer = 0; local
H A Dpython.cxx2251 int is_pointer = SwigType_ispointer_return(decl); local
3580 int is_pointer = 0; local
/macosx-10.10.1/llvmCore-3425.0.34/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1478 struct is_pointer : public false_type {}; struct in namespace:testing::internal
1481 struct is_pointer<T*> : public true_type {}; struct in namespace:testing::internal

Completed in 144 milliseconds