Home
last modified time | relevance | path

Searched refs:test4_array (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/test/Sema/
Dextern-redecl.c38 extern int test4_array[]; in test4()
40 extern int test4_array[100]; in test4()
41 int x = sizeof(test4_array); // fine in test4()
43 …int x = sizeof(test4_array); // expected-error {{invalid application of 'sizeof' to an incomplete … in test4()
Daddress_space_print_macro.c26 char AS2 *test4_array; variable
29 …test3_helper(test4_array); // expected-error{{passing 'AS2 char *' to parameter of type 'c… in test4()
/external/clang/test/Sema/
Dextern-redecl.c38 extern int test4_array[]; in test4()
40 extern int test4_array[100]; in test4()
41 int x = sizeof(test4_array); // fine in test4()
43 …int x = sizeof(test4_array); // expected-error {{invalid application of 'sizeof' to an incomplete … in test4()