/external/libffi/testsuite/libffi.call/ |
nested_struct10.c | 69 ffi_type cls_struct_type, cls_struct_type1, cls_struct_type2; local 83 cls_struct_type1.size = 0; 84 cls_struct_type1.alignment = 0; 85 cls_struct_type1.type = FFI_TYPE_STRUCT; 86 cls_struct_type1.elements = cls_struct_fields1; 114 dbl_arg_types[1] = &cls_struct_type1; 118 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 3, &cls_struct_type1,
|
nested_struct2.c | 59 ffi_type cls_struct_type, cls_struct_type1; local 73 cls_struct_type1.size = 0; 74 cls_struct_type1.alignment = 0; 75 cls_struct_type1.type = FFI_TYPE_STRUCT; 76 cls_struct_type1.elements = cls_struct_fields1; 93 dbl_arg_types[1] = &cls_struct_type1; 96 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type1,
|
nested_struct3.c | 60 ffi_type cls_struct_type, cls_struct_type1; local 74 cls_struct_type1.size = 0; 75 cls_struct_type1.alignment = 0; 76 cls_struct_type1.type = FFI_TYPE_STRUCT; 77 cls_struct_type1.elements = cls_struct_fields1; 94 dbl_arg_types[1] = &cls_struct_type1; 97 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type1,
|
nested_struct4.c | 60 ffi_type cls_struct_type, cls_struct_type1; local 74 cls_struct_type1.size = 0; 75 cls_struct_type1.alignment = 0; 76 cls_struct_type1.type = FFI_TYPE_STRUCT; 77 cls_struct_type1.elements = cls_struct_fields1; 94 dbl_arg_types[1] = &cls_struct_type1; 97 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type1,
|
nested_struct5.c | 60 ffi_type cls_struct_type, cls_struct_type1; local 74 cls_struct_type1.size = 0; 75 cls_struct_type1.alignment = 0; 76 cls_struct_type1.type = FFI_TYPE_STRUCT; 77 cls_struct_type1.elements = cls_struct_fields1; 94 dbl_arg_types[1] = &cls_struct_type1; 97 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type1,
|
nested_struct6.c | 68 ffi_type cls_struct_type, cls_struct_type1, cls_struct_type2; local 82 cls_struct_type1.size = 0; 83 cls_struct_type1.alignment = 0; 84 cls_struct_type1.type = FFI_TYPE_STRUCT; 85 cls_struct_type1.elements = cls_struct_fields1; 112 dbl_arg_types[1] = &cls_struct_type1; 116 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 3, &cls_struct_type1,
|
nested_struct7.c | 60 ffi_type cls_struct_type, cls_struct_type1; local 74 cls_struct_type1.size = 0; 75 cls_struct_type1.alignment = 0; 76 cls_struct_type1.type = FFI_TYPE_STRUCT; 77 cls_struct_type1.elements = cls_struct_fields1; 94 dbl_arg_types[1] = &cls_struct_type1; 97 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type1,
|
nested_struct8.c | 68 ffi_type cls_struct_type, cls_struct_type1, cls_struct_type2; local 82 cls_struct_type1.size = 0; 83 cls_struct_type1.alignment = 0; 84 cls_struct_type1.type = FFI_TYPE_STRUCT; 85 cls_struct_type1.elements = cls_struct_fields1; 112 dbl_arg_types[1] = &cls_struct_type1; 116 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 3, &cls_struct_type1,
|
nested_struct9.c | 68 ffi_type cls_struct_type, cls_struct_type1, cls_struct_type2; local 82 cls_struct_type1.size = 0; 83 cls_struct_type1.alignment = 0; 84 cls_struct_type1.type = FFI_TYPE_STRUCT; 85 cls_struct_type1.elements = cls_struct_fields1; 112 dbl_arg_types[1] = &cls_struct_type1; 116 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 3, &cls_struct_type1,
|
nested_struct.c | 79 ffi_type cls_struct_type, cls_struct_type1, cls_struct_type2; local 93 cls_struct_type1.size = 0; 94 cls_struct_type1.alignment = 0; 95 cls_struct_type1.type = FFI_TYPE_STRUCT; 96 cls_struct_type1.elements = cls_struct_fields1; 120 cls_struct_fields2[1] = &cls_struct_type1; 125 dbl_arg_types[1] = &cls_struct_type1;
|
nested_struct1.c | 83 ffi_type cls_struct_type, cls_struct_type1, cls_struct_type2; local 97 cls_struct_type1.size = 0; 98 cls_struct_type1.alignment = 0; 99 cls_struct_type1.type = FFI_TYPE_STRUCT; 100 cls_struct_type1.elements = cls_struct_fields1; 125 cls_struct_fields2[1] = &cls_struct_type1; 130 dbl_arg_types[1] = &cls_struct_type1;
|