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

  /external/compiler-rt/lib/builtins/
emutls.c 30 typedef unsigned int gcc_word __attribute__((mode(word))); typedef
32 /* Must use gcc_word here, instead of size_t, to match GCC. When
33 gcc_word is larger than size_t, the upper extra bits are all
36 gcc_word size; /* size of the object in bytes */
37 gcc_word align; /* alignment of the object in bytes */
  /bionic/tests/
thread_local_test.cpp 174 typedef unsigned int gcc_word __attribute__((mode(word))); typedef
177 gcc_word size;
178 gcc_word align;
197 static_assert(sizeof(size_t) == sizeof(gcc_word),
198 "size_t != gcc_word");
  /external/clang/test/Sema/
attr-mode.c 69 typedef unsigned int gcc_word __attribute__((mode(word))); typedef
70 int foo[sizeof(gcc_word) == 8 ? 1 : -1];

Completed in 3795 milliseconds