OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cls_struct_type2
(Results
1 - 6
of
6
) sorted by null
/external/libffi/testsuite/libffi.call/
nested_struct10.c
69
ffi_type cls_struct_type, cls_struct_type1,
cls_struct_type2
;
local
88
cls_struct_type2
.size = 0;
89
cls_struct_type2
.alignment = 0;
90
cls_struct_type2
.type = FFI_TYPE_STRUCT;
91
cls_struct_type2
.elements = cls_struct_fields2;
115
dbl_arg_types[2] = &
cls_struct_type2
;
nested_struct6.c
68
ffi_type cls_struct_type, cls_struct_type1,
cls_struct_type2
;
local
87
cls_struct_type2
.size = 0;
88
cls_struct_type2
.alignment = 0;
89
cls_struct_type2
.type = FFI_TYPE_STRUCT;
90
cls_struct_type2
.elements = cls_struct_fields2;
113
dbl_arg_types[2] = &
cls_struct_type2
;
nested_struct8.c
68
ffi_type cls_struct_type, cls_struct_type1,
cls_struct_type2
;
local
87
cls_struct_type2
.size = 0;
88
cls_struct_type2
.alignment = 0;
89
cls_struct_type2
.type = FFI_TYPE_STRUCT;
90
cls_struct_type2
.elements = cls_struct_fields2;
113
dbl_arg_types[2] = &
cls_struct_type2
;
nested_struct9.c
68
ffi_type cls_struct_type, cls_struct_type1,
cls_struct_type2
;
local
87
cls_struct_type2
.size = 0;
88
cls_struct_type2
.alignment = 0;
89
cls_struct_type2
.type = FFI_TYPE_STRUCT;
90
cls_struct_type2
.elements = cls_struct_fields2;
113
dbl_arg_types[2] = &
cls_struct_type2
;
nested_struct.c
79
ffi_type cls_struct_type, cls_struct_type1,
cls_struct_type2
;
local
98
cls_struct_type2
.size = 0;
99
cls_struct_type2
.alignment = 0;
100
cls_struct_type2
.type = FFI_TYPE_STRUCT;
101
cls_struct_type2
.elements = cls_struct_fields2;
126
dbl_arg_types[2] = &
cls_struct_type2
;
129
CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 3, &
cls_struct_type2
,
nested_struct1.c
83
ffi_type cls_struct_type, cls_struct_type1,
cls_struct_type2
;
local
102
cls_struct_type2
.size = 0;
103
cls_struct_type2
.alignment = 0;
104
cls_struct_type2
.type = FFI_TYPE_STRUCT;
105
cls_struct_type2
.elements = cls_struct_fields2;
131
dbl_arg_types[2] = &
cls_struct_type2
;
135
CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 4, &
cls_struct_type2
,
Completed in 121 milliseconds