Searched defs:is_pointer (Results 1 – 13 of 13) sorted by relevance
18 template <typename T> struct is_pointer : cpp::false_type {}; struct
29 template <class T> struct is_pointer : public integral_constant<bool, __is_pointer(T)>{}; struct
25 struct _LIBCPP_TEMPLATE_VIS is_pointer : _BoolConstant<__is_pointer(_Tp)> {}; struct
3 struct is_pointer { struct8 struct is_pointer<T*> { struct13 struct is_pointer<const T*> { struct17 int array0[is_pointer<int>::value? -1 : 1]; argument
343 const bool is_pointer) in get_expected_arg_type()391 create_expected_arg_info(const KernelArgInfo& kernel_argument, bool is_pointer) in create_expected_arg_info()619 bool is_pointer = !is_private; in run_scalar_vector_tests() local735 const bool is_pointer = false; in run_pipe_tests() local789 bool is_pointer = false; in run_sampler_test() local809 bool is_pointer = false; in run_image_tests() local
304 struct is_pointer struct306 static const bool value = false;310 struct is_pointer<T*> struct312 static const bool value = true;
503 struct is_pointer struct504 { static const bool value = false; };507 struct is_pointer<T*> struct508 { static const bool value = true; };
264 def is_pointer(self): member in type_expression
484 def is_pointer(self): member in gl_parameter
89 bool is_pointer; member
3069 const bool is_pointer = in GenUnpackFieldStatement() local3134 const bool is_pointer = in GenUnpackFieldStatement() local
1015 void Abigail::ProcessPointer(Id id, bool is_pointer, xmlNodePtr pointer) { in ProcessPointer()
764 void is_pointer() in is_pointer() function