Home
last modified time | relevance | path

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

/external/compiler-rt/lib/builtins/
Demutls.c30 typedef unsigned int gcc_word __attribute__((mode(word))); typedef
36 gcc_word size; /* size of the object in bytes */
37 gcc_word align; /* alignment of the object in bytes */
/external/llvm-project/compiler-rt/lib/builtins/
Demutls.c56 typedef unsigned int gcc_word __attribute__((mode(word))); typedef
142 typedef uintptr_t gcc_word; typedef
279 gcc_word size; // size of the object in bytes
280 gcc_word align; // alignment of the object in bytes
/external/clang/test/Sema/
Dattr-mode.c69 typedef unsigned int gcc_word __attribute__((mode(word))); typedef
70 int foo[sizeof(gcc_word) == 8 ? 1 : -1];
/external/llvm-project/clang/test/Sema/
Dattr-mode.c77 typedef unsigned int gcc_word __attribute__((mode(word))); typedef
78 int foo[sizeof(gcc_word) == 8 ? 1 : -1];