Home
last modified time | relevance | path

Searched refs:closure_test_fn1 (Results 1 – 3 of 3) sorted by relevance

/external/libffi/testsuite/libffi.call/
Dclosure_fn1.c13 static void closure_test_fn1(ffi_cif* cif __UNUSED__, void* resp, void** args, in closure_test_fn1() function
79 CHECK(ffi_prep_closure(pcl, &cif, closure_test_fn1, in main()
/external/libffi/testsuite/libffi.special/
Dunwindtest.cc19 void closure_test_fn1(ffi_cif* cif __UNUSED__, void* resp, in closure_test_fn1() function
107 CHECK(ffi_prep_closure(pcl, &cif, closure_test_fn1, in main()
/external/libffi/
DChangeLog805 (closure_test_fn1): Mark cif and userdata unused.
932 * testsuite/libffi.call/closure_fn1.c (closure_test_fn1): Likewise.
2205 * testsuite/libffi.special/unwindtest.cc (closure_test_fn1): Correct
2407 * src/ffitest.c (closure_test_fn, closure_test_fn1, closure_test_fn2,