Home
last modified time | relevance | path

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

/php-src/ext/ffi/
H A Dffi.g141 | attributes(dcl)
153 | attributes(dcl)
160 | attributes(dcl)
238 attributes(dcl)?
260 attributes(dcl)?+
301 attributes(dcl)?
343 pointer(dcl)?
358 pointer(dcl)?
373 pointer(dcl)?
470 attrib(dcl)
[all …]
H A Dphp_ffi.h211 void zend_ffi_cleanup_dcl(zend_ffi_dcl *dcl);
219 void zend_ffi_make_enum_type(zend_ffi_dcl *dcl);
221 void zend_ffi_make_struct_type(zend_ffi_dcl *dcl);
225 void zend_ffi_adjust_struct_size(zend_ffi_dcl *dcl);
226 void zend_ffi_make_pointer_type(zend_ffi_dcl *dcl);
227 void zend_ffi_make_array_type(zend_ffi_dcl *dcl, zend_ffi_val *len);
234 void zend_ffi_set_abi(zend_ffi_dcl *dcl, uint16_t abi);
238 void zend_ffi_validate_type_name(zend_ffi_dcl *dcl);
259 void zend_ffi_expr_cast(zend_ffi_val *val, zend_ffi_dcl *dcl);
265 void zend_ffi_expr_sizeof_type(zend_ffi_val *val, zend_ffi_dcl *dcl);
[all …]
H A Dffi_parser.c2081 zend_ffi_dcl dcl; in parse_declarations() local
2082 dcl = common_dcl; in parse_declarations()
2108 dcl = common_dcl; in parse_declarations()
2403 zend_ffi_make_struct_type(dcl); in parse_struct_or_union_specifier()
2530 dcl->flags |= ZEND_FFI_DCL_ENUM; in parse_enum_specifier()
2556 zend_ffi_make_enum_type(dcl); in parse_enum_specifier()
2637 sym = parse_pointer(sym, dcl); in parse_declarator()
2666 sym = parse_pointer(sym, dcl); in parse_abstract_declarator()
2691 sym = parse_pointer(sym, dcl); in parse_parameter_declarator()
2856 dcl->attr |= attr; in parse_array_or_function_declarators()
[all …]
H A Dffi.c3186 *dcl = old; in zend_ffi_subst_old_type()
3589 if (dcl) { in zend_ffi_cleanup_dcl()
6044 type->align = dcl->align > 1 ? dcl->align : 1;
6052 dcl->align = 0;
6315 dcl->align = 0;
6335 dcl->align = 0;
6395 dcl->align = 0;
6546 dcl->abi = 0;
6639 if (dcl->align && dcl->align > ZEND_FFI_TYPE(dcl->type)->align) {
6641 ZEND_FFI_TYPE(dcl->type)->align = dcl->align;
[all …]

Completed in 61 milliseconds