Home
last modified time | relevance | path

Searched refs:dcl (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/ffi/
H A Dffi.g137 | attributes(dcl)
149 | attributes(dcl)
156 | attributes(dcl)
234 attributes(dcl)?
256 attributes(dcl)?+
297 attributes(dcl)?
339 pointer(dcl)?
354 pointer(dcl)?
369 pointer(dcl)?
466 attrib(dcl)
[all …]
H A Dphp_ffi.h218 void zend_ffi_make_enum_type(zend_ffi_dcl *dcl);
220 void zend_ffi_make_struct_type(zend_ffi_dcl *dcl);
224 void zend_ffi_adjust_struct_size(zend_ffi_dcl *dcl);
225 void zend_ffi_make_pointer_type(zend_ffi_dcl *dcl);
226 void zend_ffi_make_array_type(zend_ffi_dcl *dcl, zend_ffi_val *len);
233 void zend_ffi_set_abi(zend_ffi_dcl *dcl, uint16_t abi);
236 void zend_ffi_align_as_val(zend_ffi_dcl *dcl, zend_ffi_val *align_val);
237 void zend_ffi_validate_type_name(zend_ffi_dcl *dcl);
258 void zend_ffi_expr_cast(zend_ffi_val *val, zend_ffi_dcl *dcl);
264 void zend_ffi_expr_sizeof_type(zend_ffi_val *val, zend_ffi_dcl *dcl);
[all …]
H A Dffi_parser.c2022 zend_ffi_dcl dcl; in parse_declarations() local
2023 dcl = common_dcl; in parse_declarations()
2049 dcl = common_dcl; in parse_declarations()
2340 zend_ffi_make_struct_type(dcl); in parse_struct_or_union_specifier()
2467 dcl->flags |= ZEND_FFI_DCL_ENUM; in parse_enum_specifier()
2493 zend_ffi_make_enum_type(dcl); in parse_enum_specifier()
2574 sym = parse_pointer(sym, dcl); in parse_declarator()
2603 sym = parse_pointer(sym, dcl); in parse_abstract_declarator()
2628 sym = parse_pointer(sym, dcl); in parse_parameter_declarator()
2793 dcl->attr |= attr; in parse_array_or_function_declarators()
[all …]
H A Dffi.c3185 *dcl = old; in zend_ffi_subst_old_type()
3584 if (dcl) { in zend_ffi_cleanup_dcl()
6034 type->align = dcl->align > 1 ? dcl->align : 1;
6042 dcl->align = 0;
6305 dcl->align = 0;
6325 dcl->align = 0;
6385 dcl->align = 0;
6536 dcl->abi = 0;
6629 if (dcl->align && dcl->align > ZEND_FFI_TYPE(dcl->type)->align) {
6631 ZEND_FFI_TYPE(dcl->type)->align = dcl->align;
[all …]

Completed in 45 milliseconds