HomeSort by relevance Sort by last modified time
    Searched full:i16_1 (Results 1 - 1 of 1) sorted by null

  /external/clang/test/Sema/
attr-mode.c 6 typedef int i16_1 __attribute((mode(HI))); typedef
7 int i16_1_test[sizeof(i16_1) == 2 ? 1 : -1];
9 int i16_2_test[sizeof(i16_1) == 2 ? 1 : -1];

Completed in 4542 milliseconds