Lines Matching full:cif
15 Handle one and two byte structs with special cif->flags.
803 * testsuite/libffi.special/unwindtest.cc (closure_test_fn): Mark cif,
805 (closure_test_fn1): Mark cif and userdata unused.
816 * testsuite/libffi.call/cls_12byte.c (cls_struct_12byte_gn): Mark cif
850 (cls_struct_align_gn): Mark cif and userdata unused.
863 * testsuite/libffi.call/cls_multi_schar.c (test_func_gn): Mark cif and
866 * testsuite/libffi.call/cls_multi_sshort.c (test_func_gn): Mark cif and
869 * testsuite/libffi.call/cls_multi_sshortchar.c (test_func_gn): Mark cif
872 * testsuite/libffi.call/cls_multi_uchar.c (test_func_gn): Mark cif and
875 * testsuite/libffi.call/cls_multi_ushort.c (test_func_gn): Mark cif and
878 * testsuite/libffi.call/cls_multi_ushortchar.c (test_func_gn): Mark cif
881 * testsuite/libffi.call/cls_schar.c (cls_ret_schar_fn): Mark cif and
884 * testsuite/libffi.call/cls_sint.c (cls_ret_sint_fn): Mark cif and
887 * testsuite/libffi.call/cls_sshort.c (cls_ret_sshort_fn): Mark cif and
890 * testsuite/libffi.call/cls_uchar.c (cls_ret_uchar_fn): Mark cif and
893 * testsuite/libffi.call/cls_uint.c (cls_ret_uint_fn): Mark cif and
896 * testsuite/libffi.call/cls_ulonglong.c (cls_ret_ulonglong_fn): Mark cif
898 * testsuite/libffi.call/cls_ushort.c (cls_ret_ushort_fn): Mark cif and
906 cif and userdata unused.
912 (B_gn): Mark cif and userdata unused.
913 * testsuite/libffi.call/nested_struct3.c (B_gn): Mark cif and userdata
916 (B_gn): Mark cif and userdata unused.
917 * testsuite/libffi.call/nested_struct5.c (B_gn): Mark cif and userdata
920 (B_gn): Mark cif and userdata unused.
921 * testsuite/libffi.call/nested_struct7.c (B_gn): Mark cif and userdata
930 * testsuite/libffi.call/closure_fn0.c (closure_test_fn0): Mark cif as
1079 (ffi_prep_cif_machdep): Don't set too many cif->flags.
1294 (ffi_prep_cif_machdep): Setup cif->flags for proper structure return.
1545 * src/mips/ffi.c (ffi_pref_cif_machdep): set `cif->flags' to
1665 * src/x86/ffi.c (ffi_prep_args): Replace ecif->cif->rtype->type
1666 with ecif->cif->flags.
1667 (ffi_call, ffi_prep_incoming_args_SYSV): Replace cif->rtype->type
1668 with cif->flags.
1722 ecif->cif->bytes to bytes.
2079 * src/prep-cif.c (initialize_aggregate, ffi_prep_cif): Call
3009 cif->bytes for new ffi_call_osf implementation.