HomeSort by relevance Sort by last modified time
    Searched defs:is_pointer (Results 1 - 16 of 16) sorted by null

  /external/tensorflow/tensorflow/stream_executor/
host_or_device_scalar.h 37 bool is_pointer() const { return is_pointer_; } function in class:stream_executor::HostOrDeviceScalar
39 CHECK(is_pointer());
43 CHECK(!is_pointer());
  /external/mesa3d/src/mapi/glapi/gen/
typeexpr.py 264 def is_pointer(self): member in class:type_expression
gl_XML.py 478 return self.is_pointer()
481 def is_pointer(self): member in class:gl_parameter
482 return self.type_expr.is_pointer()
    [all...]
  /external/webrtc/webrtc/base/
template_util.h 34 template <class T> struct is_pointer : false_type {}; struct in namespace:rtc
35 template <class T> struct is_pointer<T*> : true_type {}; struct in namespace:rtc
  /external/protobuf/src/google/protobuf/stubs/
type_traits.h 41 // is_pointer
91 template <class T> struct is_pointer;
163 // is_pointer is false except for pointer types. A cv-qualified type (e.g.
166 template <class T> struct is_pointer : false_type { }; struct in namespace:google::protobuf::internal
167 template <class T> struct is_pointer<T*> : true_type { }; struct in namespace:google::protobuf::internal
168 template <class T> struct is_pointer<const T> : is_pointer<T> { }; struct in namespace:google::protobuf::internal
169 template <class T> struct is_pointer<volatile T> : is_pointer<T> { }; struct in namespace:google::protobuf::internal
170 template <class T> struct is_pointer<const volatile T> : is_pointer<T> { } struct in namespace:google::protobuf::internal
    [all...]
  /external/clang/test/SemaTemplate/
temp_class_spec.cpp 3 struct is_pointer { struct
8 struct is_pointer<T*> { struct
13 struct is_pointer<const T*> { struct
17 int array0[is_pointer<int>::value? -1 : 1];
18 int array1[is_pointer<int*>::value? 1 : -1];
19 int array2[is_pointer<const int*>::value? 1 : -1];
  /external/bcc/src/cc/frontends/b/
node.h 446 bool is_pointer() { return (storage_type_ == STRUCT_REFERENCE); } function in class:ebpf::cc::VariableDeclStmtNode
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-port.h 144 // is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only.
1529 struct is_pointer : public false_type {}; struct in namespace:testing::internal
1532 struct is_pointer<T*> : public true_type {}; struct in namespace:testing::internal
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 145 // is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only.
1486 struct is_pointer : public false_type {}; struct in namespace:testing::internal
1489 struct is_pointer<T*> : public true_type {}; struct in namespace:testing::internal
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 143 // is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only.
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
    [all...]
  /external/clang/test/SemaCXX/
type-traits.cpp 764 void is_pointer() function
    [all...]
  /external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
gtest-port.h 216 // is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only.
2226 struct is_pointer : public false_type {}; struct in namespace:testing::internal
2229 struct is_pointer<T*> : public true_type {}; struct in namespace:testing::internal
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-port.h 223 // is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only.
2359 struct is_pointer : public false_type {}; struct in namespace:testing::internal
2362 struct is_pointer<T*> : public true_type {}; struct in namespace:testing::internal
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h 216 // is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only.
2213 struct is_pointer : public false_type {}; struct in namespace:testing::internal
2216 struct is_pointer<T*> : public true_type {}; struct in namespace:testing::internal
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 218 // is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only.
2222 struct is_pointer : public false_type {}; struct in namespace:testing::internal
2225 struct is_pointer<T*> : public true_type {}; struct in namespace:testing::internal
    [all...]
  /external/epid-sdk/ext/gtest/
gtest.h 312 // is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only.
3499 struct is_pointer : public false_type {}; struct in namespace:std::tr1
3502 struct is_pointer<T*> : public true_type {}; struct in namespace:std::tr1
    [all...]

Completed in 1541 milliseconds