Home
last modified time | relevance | path

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

/llvm-project/clang/test/Sema/
H A Dattr-mode.c84 typedef unsigned int gcc_unwind_word __attribute__((mode(unwind_word))); typedef
85 int foo[sizeof(gcc_unwind_word) == 8 ? 1 : -1];
116 typedef unsigned int gcc_unwind_word __attribute__((mode(unwind_word))); typedef
117 int foo[sizeof(gcc_unwind_word) == 4 ? 1 : -1];
119 typedef unsigned int gcc_unwind_word __attribute__((mode(unwind_word))); typedef
120 int foo[sizeof(gcc_unwind_word) == 8 ? 1 : -1];
122 typedef unsigned int gcc_unwind_word __attribute__((mode(unwind_word))); typedef
123 int foo[sizeof(gcc_unwind_word) == 8 ? 1 : -1];