Home
last modified time | relevance | path

Searched refs:int_ptr (Results 1 – 13 of 13) sorted by relevance

/external/clang/test/PCH/
Dtypes.h13 typedef int * int_ptr; typedef
39 typedef int_ptr * int_ptr_ptr;
45 typedef typeof(int_ptr *) int_ptr_ptr2;
Dtypes.c26 int_ptr int_value_ptr = &int_value;
/external/clang/test/SemaCXX/
Daddress-space-conversion.cpp13 typedef int *int_ptr; typedef
25 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()
/external/clang/test/SemaTemplate/
Dext-vector-type.cpp42 typedef int* int_ptr; typedef
45 …typedef int_ptr __attribute__((ext_vector_type(Length))) type; // expected-error{{invalid vector e…
Dtemp_class_spec.cpp77 typedef INT* int_ptr; typedef
82 int is_same3[is_same<int_ptr, int>::value? -1 : 1];
/external/clang/test/Index/
Dload-stmts.cpp37 Integer *int_ptr; in test_exprs() local
38 int_ptr->Integer::~Integer(); in test_exprs()
/external/compiler-rt/lib/asan/tests/
Dasan_interface_test.cc37 int *int_ptr = Ident(new int); in TEST() local
43 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()
Dasan_test.cc488 int *int_ptr = Ident(new int); in TEST() local
491 EXPECT_EQ(sizeof(int), malloc_usable_size(int_ptr)); in TEST()
/external/clang/test/Modules/
Dsubmodules.cpp10 remove_reference<int&>::type *int_ptr = 0; // expected-error{{unknown type name 'remove_reference'}… variable
/external/opencv/ml/src/
Dmltree.cpp133 int** int_ptr = 0; in CV_IMPLEMENT_QSORT_EX() local
301 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 …]
/external/clang/test/Sema/
Ddesignated-initializers.c213 int *int_ptr; member
/external/netperf/
Dnetlib.c1550 int *int_ptr; in alloc_sendfile_buf_ring() local
1566 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()
/external/e2fsprogs/ext2ed/
Dgeneral_com.c360 unsigned short *int_ptr; in set() local