Home
last modified time | relevance | path

Searched refs:arrayptr (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/clang/test/Sema/
H A Dderef.c13 typedef int (*arrayptr)[]; in foo2() typedef
14 arrayptr x = 0; in foo2()
15 arrayptr y = &*x; in foo2()
/aosp_15_r20/frameworks/compile/slang/tests/F_ptr_to_array/
Dptr_to_array.rscript4 int (*arrayptr)[10];
Dstderr.txt.expect1 ptr_to_array.rscript:4:7: error: pointers to arrays cannot be exported: 'arrayptr'
/aosp_15_r20/frameworks/compile/slang/tests/F_struct_field_ptr_to_array/
Dstruct_field_ptr_to_array.rscript5 int (*arrayptr)[10];