OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 134 milliseconds