Searched defs:is_pointer (Results 1 – 8 of 8) sorted by relevance
25 struct _LIBCPP_TEMPLATE_VIS is_pointer : _BoolConstant<__is_pointer(_Tp)> { }; struct
3 struct is_pointer { struct8 struct is_pointer<T*> { argument13 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
29 def gen_llvm_type(type, name, idx, is_pointer, is_pointer_pointer, is_array, is_array_array, array_… argument
266 def is_pointer(self): member in type_expression
485 def is_pointer(self): member in gl_parameter
3069 const bool is_pointer = in GenUnpackFieldStatement() local3134 const bool is_pointer = in GenUnpackFieldStatement() local
764 void is_pointer() in is_pointer() function