Searched refs:int_ptr (Results 1 – 13 of 13) sorted by relevance
13 typedef int * int_ptr; typedef39 typedef int_ptr * int_ptr_ptr;45 typedef typeof(int_ptr *) int_ptr_ptr2;
26 int_ptr int_value_ptr = &int_value;
13 typedef int *int_ptr; typedef25 void test_const_cast(int_ptr ip, int_ptr_1 ip1, int_ptr_2 ip2, in test_const_cast()31 (void)const_cast<int_ptr>(ip1); // expected-error{{is not allowed}} in test_const_cast()32 (void)const_cast<int_ptr>(ip2); // expected-error{{is not allowed}} in test_const_cast()46 (void)const_cast<int_ptr>(cip); in test_const_cast()
42 typedef int* int_ptr; typedef45 …typedef int_ptr __attribute__((ext_vector_type(Length))) type; // expected-error{{invalid vector e…
77 typedef INT* int_ptr; typedef82 int is_same3[is_same<int_ptr, int>::value? -1 : 1];
37 Integer *int_ptr; in test_exprs() local38 int_ptr->Integer::~Integer(); in test_exprs()
37 int *int_ptr = Ident(new int); in TEST() local43 EXPECT_EQ(true, __asan_get_ownership(int_ptr)); in TEST()44 EXPECT_EQ(sizeof(int), __asan_get_allocated_size(int_ptr)); in TEST()65 delete int_ptr; in TEST()
488 int *int_ptr = Ident(new int); in TEST() local491 EXPECT_EQ(sizeof(int), malloc_usable_size(int_ptr)); in TEST()
10 remove_reference<int&>::type *int_ptr = 0; // expected-error{{unknown type name 'remove_reference'}… variable
133 int** int_ptr = 0; in CV_IMPLEMENT_QSORT_EX() local301 CV_CALL( int_ptr = (int**)cvAlloc( sample_count*sizeof(int_ptr[0]) )); in CV_IMPLEMENT_QSORT_EX()373 int_ptr[i] = dst + i; in CV_IMPLEMENT_QSORT_EX()378 icvSortIntPtr( int_ptr, sample_count, 0 ); in CV_IMPLEMENT_QSORT_EX()385 c_count += *int_ptr[i] != *int_ptr[i-1]; in CV_IMPLEMENT_QSORT_EX()407 prev_label = ~*int_ptr[0]; in CV_IMPLEMENT_QSORT_EX()412 int cur_label = *int_ptr[i]; in CV_IMPLEMENT_QSORT_EX()415 *int_ptr[i] = c_count; in CV_IMPLEMENT_QSORT_EX()420 *int_ptr[i] = -1; in CV_IMPLEMENT_QSORT_EX()539 cvFree( &int_ptr ); in CV_IMPLEMENT_QSORT_EX()[all …]
213 int *int_ptr; member
1550 int *int_ptr; in alloc_sendfile_buf_ring() local1566 int_ptr = temp_buffer; in alloc_sendfile_buf_ring()1568 *int_ptr = rand(); in alloc_sendfile_buf_ring()1569 int_ptr++; in alloc_sendfile_buf_ring()
360 unsigned short *int_ptr; in set() local