Searched defs:__UNUSED__ (Results 1 - 25 of 73) sorted by relevance

123

/external/libffi/testsuite/libffi.special/
H A Dunwindtest_ffi_call.cc10 static int checking(int a __UNUSED__, short b __UNUSED__, argument
11 signed char c __UNUSED__)
H A Dffitestcxx.h10 /* Define __UNUSED__ that also other compilers than gcc can run the tests. */
11 #undef __UNUSED__ macro
13 #define __UNUSED__ __attribute__((__unused__)) macro
15 #define __UNUSED__ macro
H A Dunwindtest.cc11 closure_test_fn(ffi_cif* cif __UNUSED__, void* resp __UNUSED__, argument
12 void** args __UNUSED__, void* userdata __UNUSED__)
19 void closure_test_fn1(ffi_cif* cif __UNUSED__, void* resp, argument
20 void** args, void* userdata __UNUSED__)
/external/libffi/testsuite/libffi.call/
H A Dclosure_fn0.c16 closure_test_fn0(ffi_cif* cif __UNUSED__, void* resp, void** args, argument
H A Dclosure_fn1.c13 static void closure_test_fn1(ffi_cif* cif __UNUSED__, void* resp, void** args, argument
H A Dclosure_fn2.c12 static void closure_test_fn2(ffi_cif* cif __UNUSED__, void* resp, void** args, argument
H A Dclosure_fn3.c12 static void closure_test_fn3(ffi_cif* cif __UNUSED__, void* resp, void** args, argument
H A Dclosure_fn4.c14 closure_test_fn0(ffi_cif* cif __UNUSED__, void* resp, void** args, argument
H A Dclosure_fn5.c13 closure_test_fn5(ffi_cif* cif __UNUSED__, void* resp, void** args, argument
H A Dclosure_fn6.c12 closure_test_fn0(ffi_cif* cif __UNUSED__, void* resp, void** args, argument
H A Dclosure_stdcall.c11 closure_test_stdcall(ffi_cif* cif __UNUSED__, void* resp, void** args, argument
H A Dcls_double.c10 static void cls_ret_double_fn(ffi_cif* cif __UNUSED__, void* resp, void** args, argument
11 void* userdata __UNUSED__)
H A Dcls_float.c10 static void cls_ret_float_fn(ffi_cif* cif __UNUSED__, void* resp, void** args, argument
11 void* userdata __UNUSED__)
H A Dcls_schar.c12 static void cls_ret_schar_fn(ffi_cif* cif __UNUSED__, void* resp, void** args, argument
13 void* userdata __UNUSED__)
H A Dcls_sint.c10 static void cls_ret_sint_fn(ffi_cif* cif __UNUSED__, void* resp, void** args, argument
11 void* userdata __UNUSED__)
H A Dcls_sshort.c10 static void cls_ret_sshort_fn(ffi_cif* cif __UNUSED__, void* resp, void** args, argument
11 void* userdata __UNUSED__)
H A Dcls_uchar.c10 static void cls_ret_uchar_fn(ffi_cif* cif __UNUSED__, void* resp, void** args, argument
11 void* userdata __UNUSED__)
H A Dcls_uint.c10 static void cls_ret_uint_fn(ffi_cif* cif __UNUSED__, void* resp, void** args, argument
11 void* userdata __UNUSED__)
H A Dcls_ulonglong.c10 static void cls_ret_ulonglong_fn(ffi_cif* cif __UNUSED__, void* resp, argument
11 void** args, void* userdata __UNUSED__)
H A Dcls_ushort.c10 static void cls_ret_ushort_fn(ffi_cif* cif __UNUSED__, void* resp, void** args, argument
11 void* userdata __UNUSED__)
H A Dffitest.h12 /* Define __UNUSED__ that also other compilers than gcc can run the tests. */
13 #undef __UNUSED__ macro
15 #define __UNUSED__ __attribute__((__unused__)) macro
17 #define __UNUSED__ macro
H A Dcls_multi_schar.c22 static void test_func_gn(ffi_cif *cif __UNUSED__, void *rval, void **avals, argument
23 void *data __UNUSED__)
H A Dcls_multi_sshort.c22 static void test_func_gn(ffi_cif *cif __UNUSED__, void *rval, void **avals, argument
23 void *data __UNUSED__)
H A Dcls_multi_ushort.c22 static void test_func_gn(ffi_cif *cif __UNUSED__, void *rval, void **avals, argument
23 void *data __UNUSED__)
H A Dcls_12byte.c31 static void cls_struct_12byte_gn(ffi_cif* cif __UNUSED__, void* resp, argument
32 void** args , void* userdata __UNUSED__)

Completed in 83 milliseconds

123