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

  /external/libffi/testsuite/libffi.call/
ffitest.h 12 /* Define __UNUSED__ that also other compilers than gcc can run the tests. */
13 #undef __UNUSED__
15 #define __UNUSED__ __attribute__((__unused__))
17 #define __UNUSED__
  /external/libffi/testsuite/libffi.special/
ffitestcxx.h 10 /* Define __UNUSED__ that also other compilers than gcc can run the tests. */
11 #undef __UNUSED__
13 #define __UNUSED__ __attribute__((__unused__))
15 #define __UNUSED__

Completed in 30 milliseconds