HomeSort by relevance Sort by last modified time
    Searched refs:test3_array (Results 1 - 2 of 2) sorted by null

  /external/clang/test/Sema/
extern-redecl.c 32 { extern int test3_array[100]; }
33 extern int test3_array[];
34 int x = sizeof(test3_array); // expected-error {{invalid application of 'sizeof' to an incomplete type 'int []'}}
address_spaces.c 42 __attribute__((address_space(1))) char test3_array[10]; variable
45 test3_helper(test3_array); // expected-error {{changes address space of pointer}}

Completed in 103 milliseconds