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

  /external/compiler-rt/lib/builtins/
emutls.c 75 typedef unsigned int gcc_pointer __attribute__((mode(pointer))); typedef
76 COMPILE_TIME_ASSERT(sizeof(uintptr_t) == sizeof(gcc_pointer));
  /bionic/tests/
thread_local_test.cpp 175 typedef unsigned int gcc_pointer __attribute__((mode(pointer))); typedef
180 gcc_pointer offset;
199 static_assert(sizeof(uintptr_t) == sizeof(gcc_pointer),
200 "uintptr_t != gcc_pointer");

Completed in 559 milliseconds