Home
last modified time | relevance | path

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

/aosp_15_r20/bionic/tests/
H A Dthread_local_test.cpp166 typedef unsigned int gcc_word __attribute__((mode(word))); typedef
169 gcc_word size;
170 gcc_word align;
189 static_assert(sizeof(size_t) == sizeof(gcc_word), in TEST()
/aosp_15_r20/external/compiler-rt/lib/builtins/
H A 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 */
/aosp_15_r20/external/clang/test/Sema/
H A Dattr-mode.c69 typedef unsigned int gcc_word __attribute__((mode(word))); typedef
70 int foo[sizeof(gcc_word) == 8 ? 1 : -1];